August 21, 20223 yr Hello everybody, I am having a problem with my Plex server and I can't find any thread about this so here it is: When I install the Plex Media Server Docker container and open the WebGui it seems to act like the Client app. I can see some suggested content etc., but I can't add any of my files to the LIbrary. It always gives me a link to Plex webpage to download the Plex server app. I tried few different versions of PMS available in the Unraid community apps plugin but no luck. Thank you for your suggestions!
August 21, 20223 yr 7 hours ago, coudy said: When I install the Plex Media Server Docker container and open the WebGui it seems to act like the Client app. Have you claimed your server, logged in Plex, etc? Yes, the WebUI for the Plex docker containers will act as a client but it also has server management functions. You need to click on the wrench icon (settings) in the upper right corner. Under Manage in the left hand pane, you can add Libraries and link them to content on you unRAID server. Edited August 21, 20223 yr by Hoopster
August 22, 20223 yr Author Yes, I have claimed the server and I am logged in. Here you can see my "Settings page" look completely different. I really don't understand how this happened. One more screenshot, here the closest I can get to add my Library, it just gives me a link to download PMS:
August 22, 20223 yr Author root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Plex-Media-Server' --net='host' -e TZ="Europe/Budapest" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Butters" -e HOST_CONTAINERNAME="Plex-Media-Server" -e 'PLEX_CLAIM'='xxx' -e 'PLEX_UID'='99' -e 'PLEX_GID'='100' -e 'VERSION'='latest' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:32400]/web' -l net.unraid.docker.icon='https://raw.githubusercontent.com/plexinc/pms-docker/master/img/plex-server.png' -v '/tmp/':'/transcode':'rw' -v '/mnt/user/test/':'/data':'rw' -v '/mnt/user/appdata/Plex-Media-Server':'/config':'rw' 'plexinc/pms-docker' f37a2fc7d8c8ecb8a60d78275c0a27ccce0b70ef336ab00d08cba72d5d13b1e6 The command finished successfully! Edited August 22, 20223 yr by trurl redact plex claim
August 22, 20223 yr Community Expert 7 minutes ago, coudy said: -v '/mnt/user/test/':'/data':'rw' All of your media is in a user share named 'test'?
April 16, 20251 yr I had this issue and for me it was plex media server not detecting that I was on the same subnet (even though I was) and hence not activating the server setup process. Instead, like the op, the initial signing in at the plex media local lan ip acted like a client with no media. To get it to work I had to reinstall in host mode, which sadly meant tailscale being unavailable at container level. EDIT: Okay, bridge mode does work. After claiming the server while in host mode and adding the lan details under the "LAN NETWORKS" setting within the plex settings, I rebuilt the container under bridge mode with tailscale enabled and everything is happy. One quirk I found was that I had to turn off advertising the lan ip of unraid server as a subnet route for tailscale running on the unraid server. Otherwise machines connected to the tailscale network and the lan would still appear as remote with their ip addresses being the docker bridge network address (172.17.x.x). Edited April 17, 20251 yr by neflardio
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.