🎬 Installing Plex, Tautulli & Overseerr on Unraid
This guide will walk you through setting up a home media server using:
- Plex – Stream your media collection to any device
- Tautulli – Monitor Plex usage and server stats
- Overseerr – Request management for Plex (great for shared libraries)
🧰 Prerequisites
- Unraid 6.9 or newer
- Community Applications plugin installed
- Array started
- Media files organized on your array or unassigned device (e.g.,
/mnt/user/Media/)
📥 Step 1: Install Plex Media Server
- Go to the Unraid Apps tab
- Search for
Plex - Choose the
Plex Media Server (linuxserver.io)container - Click Install
- Set the following during installation:
| Field | Value |
|---|---|
| Network Type | Host (or custom:br0 if you want to assign a static IP) |
| PUID / PGID | Leave default or set to your Unraid user ID (check with id in terminal) |
| Version | docker (latest stable) |
| /config | /mnt/user/appdata/plex/ |
| /tv | /mnt/user/Media/TV/ |
| /movies | /mnt/user/Media/Movies/ |
- Click Apply to deploy the container
🛠 First-time Setup:
- Access Plex at:
http://[your-unraid-ip]:32400/web - Sign in with your Plex account
- Add your libraries under Settings > Libraries
📊 Step 2: Install Tautulli
- Go to the Apps tab
- Search for
Tautulli - Install the linuxserver/tautulli container
- Use these recommended paths:
| Field | Value |
|---|---|
| /config | /mnt/user/appdata/tautulli/ |
| /logs | /mnt/user/appdata/plex/Library/Application Support/Plex Media Server/Logs/ (or wherever your Plex logs are) |
- Set
PUID,PGID, andtimezoneas needed - Click Apply
🔗 Connect to Plex:
- Open Tautulli at:
http://[your-unraid-ip]:8181 - Go to Settings > Plex > Connect your Plex server
- Optionally, configure notifications for playback alerts
🎟️ Step 3: Install Overseerr
- Go to the Apps tab
- Search for
Overseerr - Install the sctx/overseerr container
| Field | Value |
|---|---|
| /config | /mnt/user/appdata/overseerr/ |
| Network Type | Bridge (default) |
| Port | 5055 (or any open port) |
- Set timezone and IDs if needed
- Click Apply
🚀 Initial Setup:
- Open Overseerr at:
http://[your-unraid-ip]:5055 - Sign in with your Plex account
- Approve the app’s access to your libraries
🔁 Connect Overseerr with Plex & Tautulli
In Overseerr Settings:
-
Services → Add Plex as your media server
-
Notifications → Enable Discord, Email, etc. as needed
-
Tautulli Integration (Optional):
- Overseerr no longer depends on Tautulli but can use it for some legacy metrics
🧠 Bonus Tips
- 💾 Back up your appdata folder regularly
- 🔐 Enable reverse proxy + HTTPS with Nginx Proxy Manager
- 📱 Install the Plex app on mobile or smart TVs
- 👥 Add user permissions in Overseerr for request control