Self-host with Docker · Yantr
Stremio
Media center for streaming with addons - movies, shows, and video content.
2
Ports
6
Notes
3
Use Cases
About
What Stremio does
Stremio is a media center application that lets you discover and watch videos. It supports movies, TV shows, and video content through community-built addons. The server version allows you to host your own streaming backend. Features include addons for various content sources, library for...
Install Flow
How to self-host Stremio
Stremio can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what Stremio does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Organize your video library.
- Discover new movies and shows through addons.
- Track what you've watched.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 11470 | HTTP | Streaming Server |
| 12470 | HTTPS | Streaming Server (TLS) |
Docker Image
stremio/server:latest
Service Name
stremio
Notes
Things to know before you deploy
- This deploys the Stremio streaming server only (not the web UI). Use with the Stremio desktop app or web.stremio.com.
- HTTP is on port 11470, HTTPS on 12470. These are separate services — do not reverse-proxy both to the HTTP port.
- HTTPS needs a Stremio-issued certificate. In the Stremio app, open Settings → Streaming and set your LAN/public IP as the HTTPS endpoint so the server can fetch a cert from api.strem.io.
- For web.stremio.com, paste the HTTPS streaming URL (https://your-host:12470-port) into Settings → Streaming → URL. Accept the browser certificate warning on first visit.
- NO_CORS is enabled so web.stremio.com can reach your server across origins.
- Use responsibly.
Related Apps
More tools you might pair with Stremio
Page generated 2026-06-23T15:50:08.758Z