MyĀ previous guide for PlexĀ involved the use of Task Scheduler. Today Iām offering a recommended and excellent alternative for installing the latest PlexĀ version via Portainer. Plex is a client-server media player system, plus an ancillary software suite. The Plex Media Server desktop application runs on Windows, macOS, and Linux. Plex gives you one place to find and access all the media that matters to you. From personal media on your own server, to podcasts, web shows, and news, to streaming music, you can enjoy it all in one app, on any device. In this step by step guide I will show you how to installĀ PlexĀ on yourĀ Synology NAS using Docker & Portainer.
Plex 1.41.2 release.
This guide works perfectly with the latestSTEP 1
Please Support My work by Making a Donation.
STEP 2
InstallĀ Portainer using my step by step guide. If you already have Portainer installed on your Synology NAS, skip this STEP. Attention: Make sure you have installed the latest Portainer version.
STEP 3
Create or Log in to your Plex account. Claim your PLEX code from the link below. You will need this Plex code later at STEP 6. Follow the instructions in the image below.
STEP 4
Go to File Station and open the docker folder. Inside the docker folder, create one new folder and name it plex. Follow the instructions in the image below.
Note: Be careful to enter only lowercase, not uppercase letters.
STEP 5
Log into Portainer using your username and password. On the left sidebar in Portainer, click on StacksĀ thenĀ + Add stack. Follow the instructions in the image below.
STEP 6
In the Name field type in plex. Follow the instructions in the image below.
version: "3.9" services: plex: image: ghcr.io/linuxserver/plex:latest container_name: Plex hostname: plex network_mode: host mem_limit: 4g cpu_shares: 1024 security_opt: - no-new-privileges:true healthcheck: test: wget --no-verbose --tries=1 --spider http://localhost:32400/web volumes: - /volume1/docker/plex:/config:rw - /volume1/movies/media:/movies:ro environment: TZ: Europe/Bucharest PUID: 1026 PGID: 100 VERSION: public PLEX_CLAIM: YourPLEXClaimCode # STEP 3 restart: on-failure:5
Note: Before you paste the code above in the Web editor area below, change /volume1/movies/media with your personal path to movies (where your movies are located). For example I have used my personal movies path folder /volume1/movies/mediaĀ Change it according to your preferences.
Note: Before you paste the code above in the Web editor area below, change the value for TZ.Ā (Select your current Time Zone from this list.)
Note: Before you paste the code above in the Web editor area below, change the value numbers for PUIDĀ andĀ PGIDĀ with your own values. (Follow my step by step guide on how to do this.)Ā 1026 is my personal PUID value andĀ 100 is my personal PGID value. You have to type in your own values.
Note: Before you paste the code above in the Web editor area below, change the value for PLEX_CLAIM and type in your own Plex Claim code that you have previously generated at STEP 3.
STEP 7
Scroll down on the page until you see a button namedĀ Deploy the stack. Click on it. Follow the instructions in the image below. The installation process can take up to a few minutes. It will depend on your Internet speed connection.
STEP 8
If everything goes right, you will see the following message at the top right of your screen: āSuccess Stack successfully deployedā.
STEP 9
Go back toĀ STEP 1Ā or you will deal with karma š.
STEP 10
Make sure your folders have the right read/write permissions following STEP 1A and STEP 2B at the end of this guide in the troubleshooting area.
STEP 11
The installation process can take up to a few seconds/minutes. It will depend on your Internet speed connection. Now open your browser andĀ type in http://Synology-ip-address:32400/webĀ Click Sign in. Follow the instructions in the image below.
STEP 12
ā ļøWarning: If the page is stuck on loading, just refresh the page. Click Got it!. Follow the instructions in the image below.
STEP 13
Add a Plex Pass or click close if you have one or don’t want to use a Plex Pass. ā ļøWarning: A Plex Pass is mandatory for running Hardware Transcoding. Follow the instructions in the image below.
STEP 14
Give your server a friendly name then click Next. Follow the instructions in the image below.
STEP 15
Click Add Library. Follow the instructions in the image below.
STEP 16
Click Movies then Next. Follow the instructions in the image below.
STEP 17
Click Browse For Media Folder. Follow the instructions in the image below.
STEP 18
From the folder choose movies then click Add. follow the instructions in the image below.
STEP 19
Click Add. Follow the instructions in the image below.
STEP 20
Click Add Library. Follow the instructions in the image below.
STEP 21
Click Next. Follow the instructions in the image below.
STEP 22
Click Done. Follow the instructions in the image below.
STEP 23
Your Plex Dashboard at a glance!
Enjoy Plex with Portainer!
Note: If you want to run the Plex container over an HTTPS connection, check my guide on How to Run Docker Containers Over HTTPS. In order to make Plex Hardware Transcoding work over https, itās also mandatory to set up WebSocket.
If you experience some permissions issues like not being able to see your movies inside your movie folder, follow the STEPS below to fix it.
STEP 1A
Go to Control Panel / Shared Folder / Select the shared folder where your movies are located, then click the Edit tab. Follow the instructions in the image below.
STEP 2B
After you click the Edit tab at STEP 1A, click on the Permissions tab. From the dropdown menu choose “Local groups“. Select users then check the Read/Write permission. Click Save. Follow the instructions in the image below.
Note: Can I run Docker on my Synology NAS?Ā See the supported models.
Note: Find outĀ how to update the Plex container with the latest image.
Note: How to Free Disk Space on Your NAS if You Run Docker.
Note: Instead of the synology.me DDNS you can also use your own domain name.
Note: How to Schedule Start & Stop For Docker Containers.
Note: How to Activate Email Notifications.
Note: How to Add Access Control Profile on Your NAS.
Note: How to Change Docker Containers Restart Policy.
Note: How to Use Docker Containers With VPN.
Note: Convert Docker Run Into Docker Compose.
Note: How to Clean Docker.
Note: How to Clean Docker Automatically.
Note: Best Practices When Using Docker and DDNS.
Note: Some Docker Containers Need WebSocket.
Note: Find out the Best NAS Models For Docker.
Note: Activate Gmail SMTP For Docker Containers.
This post was updated on Wednesday / November 20th, 2024 at 10:24 PM