Self-host with Docker ยท Yantr
MoviePilot
NAS media automation for subscribing, downloading, and organizing movies and TV shows.
2
Ports
5
Notes
4
Use Cases
About
What MoviePilot does
MoviePilot is a NAS-focused media automation tool for subscribing to and automatically downloading movies and TV shows. It handles search, downloading via qBittorrent/Transmission/rTorrent, renaming and organizing media, and syncing with media servers like Jellyfin and Plex.
Install Flow
How to self-host MoviePilot
MoviePilot can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what MoviePilot 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
- Automatically subscribe to TV shows and download new episodes as they air, then organize them into your media server.
- Search and download movies by title across multiple torrent indexers with a single click.
- Automatically rename and move downloaded media files into a clean library structure compatible with Jellyfin or Plex.
- Manage running download tasks across qBittorrent, Transmission, or rTorrent from a single unified dashboard.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 3000 | HTTP | Web UI |
| 3001 | HTTP | API |
Docker Image
jxxghp/moviepilot-v2:latest
Service Name
moviepilot
Notes
Things to know before you deploy
- Default Web UI is on port 3000; API backend listens on port 3001
- Set SUPERUSER and SUPERUSER_PASSWORD environment variables before first launch
- Mount your media directory (e.g., /media) for MoviePilot to organize downloaded files
- Requires a compatible downloader (qBittorrent, Transmission, or rTorrent) configured separately
- For production use, consider using PostgreSQL and Redis instead of the default SQLite database
Related Apps
More tools you might pair with MoviePilot
Page generated 2026-06-23T15:50:08.758Z