Server Version#: plexmediaserver-1.18.7.2457-77cb9455c.x86_64
I am trying to set up a Plex media server for the first time. I’ve created a CentOS 7 (x86_64) virtual machine, installed the plexmediaserver RPM, and opened port 32400 in iptables. When I connect with my browser for the first time, I’m prompted to log in, but after I log in, I’m sent immediately to a screen which says “Add your media to Plex … GET PLEX MEDIA SERVER.”
Of course, I just installed Plex Media Server, so I can’t really get it any more than I already have it. I’ve already rebuilt the VM once, and I’m getting exactly the same results.
It’s KVM VM, connected to a VLAN access port on an Open vSwitch bridge, so it has an IP on my “guest” VLAN. I can connect to the web UI on port 32400 from my desktop system (using either the VM’s static IP or the hostname that I created in my DNS server).
To be clear, the web UI is available at http://hostname:32400. It just never shows the setup wizard.
I can’t yet rule out a popup or javascript blocker (which the Plex/Web browser is written in,
SSH tunnel into the VM
a. ssh -L 8888.127.0.0.1:32400 LAN.IP.of.host (add -l username if required)
b. Once signed in, let it sit idle
c. Open incognito browser window on local host
d. In that browser, open http://127.0.0.1:8888/web
If the local machine does not have any blockers, you’ve bypassed all the VLAN / networking blocks and will see the Plex/Web
It will greet you, have you sign in, and then proceed to setup the server.
That makes sense. I was more commenting on the lack of a useful error message or other indication of what was going on. IIRC, the same-subnet requirement wasn’t mentioned in the setup guide that I followed either.
Thank you, this is exactly what I needed. Hey Plex admins: please pin this post, or at least the summary of it from ChuckPA. There is absolutely no indication anywhere that the reason I could not set up my system is that I’m on a wireless that is not connected directly to the server.