I have a working plex server since couple years.
I did some cleanup on my server and after reboot plex isn’t working anymore.
Here’s the problem : Server is not detected (In the center of the page this is a link “Get plex media server”. What is really weird is that I’m accessing the plex web ui from the lan ip (xxxxxx:32400/web).
I’ve tried everything, load backup, fresh install, and it’s always the same thing, the web browser don’t know that I’m on the actual plex.
Is there a way to bypass completely the plex SSO system? Maybe that would be useful for troubleshooting.
I’m accessing it by IP, I would use a domain if bypassing sso was possible tho.
They aren’t on the same subnet, mais there is intervlan routing so it shoudn’t be a problem, it’s worked before. Especially since I can connect of the web ui on plex (10.3.2.131) and on a page served the the plex server I’m being told to install plex, this is strange.
I do believe there is something about the Plex SSO, but I haven’t find a way to get rid of it.
10.3.2.x / 24 is the first
10.1.1.x / 24 is the second
Forget the VLAN routing at this point. That’s switching. (Layer 2)
You first must address the TCP/IP layer (Layer 3)
When claiming a server you must:
Be on the same subnet as it when the server is unclaimed to be considered “Local”.
Anything else is considered “Remote”. PMS protects against being claimed from “Remote” clients. (imagine if this were in a data center and it got signed out. You wouldn’t want it claimable by anyone)
The alternative - SSH tunnel into the server machine (across the subnet)
ssh -L 8888:127.0.0.1:32400 ip.addr.of.host
sign in and let the ssh session sit there as the conduit
Open a fresh , incognito window to http://127.0.0.1:8888/web