Installation
Plex Media Server is a software application that allows you to organize and stream your collection of movies, TV shows... In short you can have your own "Netflix" but better.
Requirements
A server running linux (e.g Debian) w/ Ethernet (min 1Gbits/s recommended)
2.99€/month to spend for https://alldebrid.fr/?uid=3dpui&lang=fr (this allows you to have unlimited storage so you can have a poor 120GB SSD on for your server + eliminate need of VPN + Instant availability thanks to caching)
Automatic Installation
I made a script that set up a full Plex stack with auto start & updates... Just run this:
Manual Installation
Mount your debrid services
We need to setup rclone w/ alldebrid so we can have our files on the server without actually storing them on it. See https://github.com/itsToggle/plex_debrid?tab=readme-ov-file#1-open_file_folder-mount-your-debrid-services
If you're having issues, here is my personnal rclone mouting command:
Setup Plex Media Server
Download this file and edit the path to what you want, if you leave it unchanged, it will create a folder /home/plex and will put everything in it. Note that , and are optional and can be removed from the compose.
Compose this stack by running this command:
You should see something like this:

Open Plex Web UI to start configuration by opening http://ipaddress:32400/web or localhost:32400/web
You'll need to setup port forwarding on your server to access Plex anywere
Setup
If you want to access your micro-services (overseerr, riven, prowlarr...) with your domain name, read this: Reverse Proxy
I don't provide tutorial for setting up jackett with flaresolverr, overseerr and tautulli as it is really simple and optionnal (actually jackett is optionnal but it is very hard to do without it).
Troobleshooting
If you're having issues with rclone container, you can try the following command and restart container:
Last updated