Channels, organized
Browse live channels by category, mark favorites, hide unwanted channels, and stream directly in the built-in HLS player.
myTV Manager is primarily a self-hosted stream organiser and local proxy. It connects to your streaming provider, curates your library of Live TV, VOD, and Series, and re-serves it as a clean local API that any compatible TV player (Tivimate, Kodi, VLCβ¦) can connect to. It also includes a fully functional built-in web player β though organising and proxying is what it was built for.
Everything runs locally on your machine or server.
First run opens a setup wizard β no config files needed.
A complete self-hosted solution β from setup wizard to download manager, all in one web UI.
Browse live channels by category, mark favorites, hide unwanted channels, and stream directly in the built-in HLS player.
Filter movies by rating, browse by category, play in the built-in player or download to watch offline β with automatic subtitle download.
Browse series, expand seasons and episodes, and play any episode directly from the interface with full player controls.
Star channels, movies, and shows across all content types. Favorites persist through syncs and can be exported/imported.
Queue VOD items for download. Configurable parallel downloads, speed throttling, auto-retry on failure, and subtitle download.
Trigger manual syncs or let the scheduler handle it. Export and import your positions, favorites, and visibility settings.
Switch between dark (default) and light theme with a single click. Preference is saved in your browser.
Search across Live TV, VOD, and Series simultaneously. Results appear instantly β no page reload required.
A guided first-run wizard collects your TV credentials, saves them, and kicks off the first sync automatically.
Dark mode by default. One click to switch to light mode.
myTV Manager's main goal is to be a stream organiser and local proxy β it sits between your provider and your favourite TV players, curating your library and re-serving it as a clean local API.
Deploy with Docker on your home server, NAS, or any machine on your network. Standalone binaries for Windows, macOS, and Linux are available.
The setup wizard asks for your provider credentials. myTV Manager syncs your full library β Live TV, VOD, and Series β into a local database.
Reorder categories, hide unwanted channels, mark favourites, and filter content. Your personalised layout is saved locally and survives re-syncs.
myTV Manager exposes a local API endpoint on your network. Point Tivimate, IPTV Smarters, VLC, Kodi, or any compatible player to it.
A built-in web player is fully supported β Live TV (HLS), VOD, and Series all play directly in the browser.
Queue VOD items for local download with configurable parallelism, speed throttling, auto-retry, and automatic subtitle fetching.
Architecture at a glance
Your TV player connects to myTV Manager's local API β not directly to your provider. It receives your personalised, curated library.
Docker is the recommended and currently available distribution. Standalone binaries for all platforms are also available.
Runs in a container. Data persists in a named volume. Supports Intel/AMD and Apple Silicon (ARM64) natively.
services:
mytvmanager:
image: mytvmanager/mytvmanager:latest
container_name: mytvmanager
ports:
- "2030:2030"
volumes:
- mytvmanager-data:/data
environment:
LOCAL_PORT: "2030"
# TV_URL: "http://your-provider.com"
# TV_USERNAME: "your-username"
# TV_PASSWORD: "your-password"
restart: unless-stopped
volumes:
mytvmanager-data:
One-liner to get running immediately. Data is persisted in a named volume.
docker run -d \ --name mytvmanager \ --restart unless-stopped \ -p 2030:2030 \ -v mytvmanager-data:/data \ mytvmanager/mytvmanager:latest
No Docker, no Python, no dependencies β one file, double-click to run. Available for all major platforms.
By downloading, installing, or using myTV Manager you agree to the following terms.
Frequently asked questions about what myTV Manager is, what it is not, and how it should be used.
No, absolutely not. myTV Manager does not host, bundle, provide, stream, or distribute any television channels, movies, series, or any other media content. It is purely a neutral software organiser.
myTV Manager as standalone software is legal. Legality depends entirely on what you connect it to. You must only connect myTV Manager to streaming services you are personally subscribed to and legally authorised to access. This is not legal advice.
During the limited-time promotion, you can get a lifetime Premium licence for $3.99 instead of the regular $19.99. Simply click the promo button and email us β mention the promo code if one is shown. The licence key is delivered within 24 hours. After the promotion ends, the regular price applies.
Yes. The Docker image is a multi-platform manifest covering both linux/amd64 and linux/arm64. Docker Desktop on macOS pulls the native ARM64 slice automatically.
Standalone binaries (no Docker, no Python, no dependencies) for Windows, macOS, and Linux are available now.
Yes β any device on your local network that supports Docker with ARM64 or AMD64. The ARM64 image works natively on Raspberry Pi 4/5 and ARM-based NAS devices.
For questions, bug reports, or support, email mytvmanager@proton.me.