Video coming soon…
🎁 Setup the Media Stack — Jellyfin, Sonarr, Radarr, and More in One Go
Deploy a complete self-hosted media automation stack on Ubuntu with Docker — Jellyfin, Sonarr, Radarr, Prowlarr, qBittorrent, and Jellyseerr on one network with a shared library, wired together for you.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/stacks/media-stack/media-stack-ubuntu.sh
chmod +x media-stack-ubuntu.sh
./media-stack-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/stacks/media-stack/media-stack-ubuntu.sh
2 Make it Executable
chmod +x media-stack-ubuntu.sh
3 Run the Installer
./media-stack-ubuntu.sh
4 Follow the Connect Checklist
http://your-server-ip:8096
Ports Used
| Port | Purpose |
|---|---|
| 8096 | Jellyfin — the media server you watch on |
| 8989 | Sonarr — TV automation |
| 7878 | Radarr — movie automation |
| 9696 | Prowlarr — indexer manager |
| 8115 | qBittorrent — download client (plus 6881 for peer traffic) |
| 5056 | Jellyseerr — request page (mapped from container port 5055) |