I have plex running on a local device (plex1) on my home network via docker. It works great, and does everything as designed. I have another plex docker container running the same exact docker compose file (plex2) on a separate network that I vpn into.
For the life of me I cannot seem to get two servers showing up. When I login to plex 2 by IP, it thinks its plex1 because I signed in with my plex account. For some reason plex is treating the servers as the same until I turn off Plex1. If I rename the server in plex1s menu, its reflected on plex2. But if I turn off Plex2, it acts like a plex client instead of a server (I installed it as server).
Am I missing something? Research seems to indicate that you can have multiple plex servers under one account. Im horribly lost.
I even stopped plex1 server and rebuilt plex2 from scratch. Once I log in it doesn’t treat plex2 as a server and treats it like a client of plex1. What is going on??
Hi chuckpa,
So i renamed plex1 and then turned it off.
Thats great to hear I can have multiple servers…didn’t think that would be an issue.
Any idea why my second server is only working as a client as opposed to a full on media server? I don’t want to use plex1 aka rocket anymore but until I can get plex2 to show up as a server kinda stuck.
Both installs are on separate networks in different geographical areas.
It’s not behaving as a client.
What’s happening is Plex/web isn’t seeing it as CLAIMED (attached) to your account so it flips over to whatever it finds – which is the other.
Plex’s players, even though they load FROM the server, actually “float”.
This what’s happening to you.
To make this work right and get your other server properly added to your account.
I ended up being able to claim it. But for some reason in the docker image I was using if I didn’t pass the claim token via env variables it would not let me claim the server in the gui. Was fighting with this a bunch and wasn’t always able to get it match up right. The claiming process seems a little buggy (but now that I figured it out sorta its not bad)…I do have a chromecast that was using the old server, and I had to sign out of it and then sign back in and pair it to the new server to receive the new media server change. Which was strange…Anyway its working now! Thanks for the advice!