Video coming soon…
🎬 Setup Jellyseerr — Media Request Manager for Jellyfin & Plex
Deploy Jellyseerr on Ubuntu — a request management and discovery tool that routes approved movie and TV requests to Radarr and Sonarr automatically.
⚠️ 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/media/jellyseerr/jellyseerr-ubuntu.sh
chmod +x jellyseerr-ubuntu.sh
sudo bash jellyseerr-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/media/jellyseerr/jellyseerr-ubuntu.sh
2 Make it Executable
chmod +x jellyseerr-ubuntu.sh
3 Run the Installer
The script installs Docker if needed, pulls the fallenbagel/jellyseerr image, and starts it on port 5056 with a persistent ./config volume automatically.
sudo bash jellyseerr-ubuntu.sh
4 Access the Setup Wizard
Open your browser and navigate to Jellyseerr to sign in with your Jellyfin or Plex account:
http://<your-server-ip>:5056
Ports Used
| Port | Purpose |
|---|---|
| 5056 | Web UI (host → container 5055) |