So I have my tunnel set up so i can access plex via 127.0.0.1:8888/web. I can see and play my libraries as normal, but when i attempt to claim the server it never succeeds in doing so.
I opened the tunnel.
Signed out of the browser app.
Then closed the browser tab.
Opened a new browser tab
Entered http://127.0.0.1:8888/web
Clicked claim server which prompted me to sign in.
Claim server tried but failed to claim server.
@ChuckPA said:
If you do not see PMS, return to your SSH session and see if it’s running ps -ef | grep -i plex
I do see PMS. I can use it to locally play media with the tunnel open.
I don’t know what ps -ef | grep -i plex is.
At this point, we perform a ‘soft reset’ of the ownership.
In the terminal session
# Stop PMS
systemctl stop plexmediaserver # if a systemd based linux machine (ubuntu 16+ , centos 7, or fedora)
# Remove the ownership info / reset it
rm -f "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Preferences.xml"
# Start it
systemctl start plexmediaserver
Return to the SSH-tunnel browser tab and CTRL-F5 (referesh it.)
You should be greeted with the sign-in and setup wizard
As you progress through the setup wizard, DO NOT CREATE NEW LIBRARIES (they were not reset and are at the Dashboard waiting for you)
When you click Finish, you’ll arrive at the Dashboard and see your libraries
Go to Settings - Server and review all settings. Some (those stored in the Preferences file) will have been reset to default.
Sadly, that didn’t work. I tried it again, but that process is exactly what led me to my initial post. I’ve got access as long as the tunnel is up. My sever is “unclaimed and not secure” but following normal steps doesn’t claim anything. It just thinks for a minute then ends back at the start.