🧩 Full Media Automation Stack for Unraid
This guide walks you through installing and configuring Prowlarr, Radarr, Sonarr, Bazarr, Lidarr, Readarr, Whisparr, and Huntarr using Docker containers via the Community Applications plugin.
- Prowlarr – Indexer manager
- Radarr – Movie downloader
- Sonarr – TV show downloader
- Bazarr – Subtitles manager
- Lidarr – Music downloader
- Readarr – Book/eBook downloader
- Whisparr – Adult media automation
- Huntarr – Missing media tracker
🧰 Prerequisites
- Unraid 6.10 or newer
- Community Applications Plugin installed
- Docker service running
- Media directories structured (e.g.
/mnt/user/Media/Movies,/TV,/Music,/Books, etc.)
🔌 Shared Docker Setup Notes
For each app below, set:
/config:/mnt/user/appdata/[appname]//downloads:/mnt/user/Downloads/(where your downloader saves files)/mediaor specific subfolders for organized library access- PUID/PGID: Use values from Unraid terminal (
id yourusername) - Timezone: e.g.,
America/Chicago
1. 📡 Install Prowlarr (Indexer Manager)
- Go to Apps → Search
Prowlarr - Install
linuxserver/prowlarr
| Path | Value |
|---|---|
/config | /mnt/user/appdata/prowlarr/ |
/downloads | /mnt/user/Downloads/ |
🔗 Web UI: http://[UNRAID-IP]:9696
✅ Setup:
- Configure indexers (e.g., Torrent, Usenet)
- Connect to Radarr, Sonarr, etc. via Settings > Apps
2. 🎬 Install Radarr (Movies)
- Apps → Search
Radarr - Install
linuxserver/radarr
| Path | Value |
|---|---|
/config | /mnt/user/appdata/radarr/ |
/downloads | /mnt/user/Downloads/ |
/movies | /mnt/user/Media/Movies/ |
🔗 Web UI: http://[UNRAID-IP]:7878
3. 📺 Install Sonarr (TV Shows)
- Search for
Sonarr - Install
linuxserver/sonarr
| Path | Value |
|---|---|
/config | /mnt/user/appdata/sonarr/ |
/downloads | /mnt/user/Downloads/ |
/tv | /mnt/user/Media/TV/ |
🔗 Web UI: http://[UNRAID-IP]:8989
4. 💬 Install Bazarr (Subtitles)
- Search for
Bazarr - Install
linuxserver/bazarr
| Path | Value |
|---|---|
/config | /mnt/user/appdata/bazarr/ |
/tv | /mnt/user/Media/TV/ |
/movies | /mnt/user/Media/Movies/ |
🔗 Web UI: http://[UNRAID-IP]:6767
✅ Setup:
- Link to Radarr & Sonarr under Settings > Media Managers
- Enable subtitle providers (e.g., OpenSubtitles)
5. 🎵 Install Lidarr (Music)
- Search
Lidarr - Install
linuxserver/lidarr
| Path | Value |
|---|---|
/config | /mnt/user/appdata/lidarr/ |
/downloads | /mnt/user/Downloads/ |
/music | /mnt/user/Media/Music/ |
🔗 Web UI: http://[UNRAID-IP]:8686
6. 📚 Install Readarr (Books/eBooks)
- Search
Readarr - Install
linuxserver/readarr
| Path | Value |
|---|---|
/config | /mnt/user/appdata/readarr/ |
/downloads | /mnt/user/Downloads/ |
/books | /mnt/user/Media/Books/ |
🔗 Web UI: http://[UNRAID-IP]:8787
7. 🔞 Install Whisparr (Adult Media)
Based on Sonarr; supports adult metadata scraping.
- Search
Whisparr - Install
darkalfx/whisparr
| Path | Value |
|---|---|
/config | /mnt/user/appdata/whisparr/ |
/downloads | /mnt/user/Downloads/ |
/whisparr-media | /mnt/user/Media/Adult/ |
🔗 Web UI: http://[UNRAID-IP]:6969
8. 🕵️ Install Huntarr (Missing Media Dashboard)
- Search
Huntarr - Install
morpheus65535/huntarr
| Path | Value |
|---|---|
/config | /mnt/user/appdata/huntarr/ |
/media | /mnt/user/Media/ |
🔗 Web UI: http://[UNRAID-IP]:7020
✅ Setup:
- Configure Radarr, Sonarr, Lidarr APIs
- Huntarr scans your libraries for missing items and displays them on a dashboard
🧠 Recommended Integrations
- Prowlarr: Add all indexers once, push to Radarr/Sonarr/Lidarr/etc.
- Bazarr: Link to Radarr/Sonarr for automatic subtitle downloads
- All apps: Use same
/downloadsand match folder names for proper post-processing - Jellyseerr/Overseerr: Forward media requests to Radarr/Sonarr
- Notifications: Connect with Discord, Telegram, or Pushover via app settings
🔐 Optional: Secure Remote Access
- Use Nginx Proxy Manager or Cloudflare Tunnel
- Add subdomains (e.g.,
radarr.yourdomain.com) with SSL - Protect apps with authentication