Server Version#:plexmediaserver_1.24.1.4931-1a38e63c6_armhf.deb
Player Version#:still not used
Hi all, im getting problems with plex server installed on a raspberry under ubuntu server.
I uninstall and install it again more than 5 times and dont know how to solve the problem
When i join http://192.168.1.3:32400/web (raspberry ip and i try to change it to http://192.168.1.50:32400/web too and same issue) i have the next screen:
If i delete the “#!/setup/b3576f6d6f0ff82f84b568d42cbc5acaf8aa7ef1” and click enter, i can join but seems that is the player version, i cant add a server or library:
When i go to + New source i get this page:

and when i click on get plex media server, i got redirect to plex.tv download page
I delete the Preferences.xml file too and got the same problem.
When i uninstall plex media server, i get directly the web for log in on but not the wizard.
I try on incognit web and on Edge browser too and nothing to do.
I’m having a similar problem. New install in docker, I go to the server’s /web/ and login using my plex.tv account, and I’m just brought to a page very similar to OP’s attachment. I do not get a prompt to start configuring the server to add media, etc. I can’t find any option anywhere to launch this “wizard”. Is there a way to force it?
Alright, I found a solution via Reddit. I don’t know exactly what causes this, but it looks like you need to launch a web browser from the server that you’re installing plex on in order to get the initial server config dialog. The easiest way to do that is through an SSH tunnel.
From your client computer, ssh to your plex server like so :
ssh user@your.server.ip -L 10000:localhost:32400
Then, from your client computer, open a web browser and browse to:
This tunnels the plex connection through port 10000 to the server, then redirects to the plex port. You should be able to complete the setup this way. If you get freezes of loading, just refresh the page. It took me a few tries, but it worked.