Video coming soon…
🎬 Setup Wizarr — Invite Manager for Jellyfin & Plex
Deploy Wizarr on Ubuntu with Docker — a slick invite and onboarding manager for Jellyfin, Plex, and Emby that lets friends join your media server with a single link, on port 5690.
⚠️ 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/wizarr/wizarr-ubuntu.sh
chmod +x wizarr-ubuntu.sh
sudo bash wizarr-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/media/wizarr/wizarr-ubuntu.sh
2 Make it Executable
chmod +x wizarr-ubuntu.sh
3 Run the Installer
The script installs Docker if needed and starts Wizarr on port 5690, with its configuration and database kept in the ./data volume.
sudo bash wizarr-ubuntu.sh
4 Connect Your Media Server
Open Wizarr and run the setup wizard to connect Jellyfin, Plex, or Emby, then start creating invite links:
http://<your-server-ip>:5690
Ports Used
| Port | Purpose |
|---|---|
| 5690 | Web UI (host → container 5690) — connect media server in setup |
| ./data | Config, invites, and server connection |