I performed a ”Sign out of all devices”. in response to the security incident Important Notice of Security Incident and got locked out of my plex server this afternoon.
I cannot make heads or tails out of where I am in this recovery process. W11 install running latest server version.
No remote access (local network or external). Get “connnection reset” error on web clients.
On local server, I initially had issues getting in. I run Plex Tray app, so ended up stopping that and finally got the server to start manually through the windows start menu. That allowed me to log in using “localhost” but I was seeing two servers. The one showing available had no configured libraries.
I then stopped the manually started Plex application and opened the Plex Tray service again and now I only see the unavailable server. But, at least I can log on to/through the local server now using “localhost”..
Still no access from any client, local network or external. I get ERR_CONNECTION_RESET.
Not sure what steps to take next. Do I need to do that registry cleanup and reclaim process ? I don’t want to just start trying things hoping they work. Guidance would be greatly appreciated.
Does anyone have any tips on how to access my server back on Android tv please? I tried logging back in many times, removed the shield under authorized devices too but no luck (served shows stopped in my device and starting it from the shield app does not work). What else can I try? Does anyone else have the same issue?
Well, I don’t know which is which. I would think the older one is the “good” one, right ? Or am I missing something ?
When I sign into what I believe is the “new” one it has no configuration for libraries, so I assume I should be trying to connect to the “old” one.
The one with the triangle “unable to connect” has my libraries, friends, and previously connected devices configured but it shows unavailable for some reason.
I was not able to figure out how to change the credential in the PMS Tray service. So AFAIK it’s still using the old cred. I wonder if that is the issue.
Stop Plex Media Server & wait ~20 seconds for it to fully stop.
Start Plex Media Server & wait 1 - 2 minutes for it to fully start.
Point a private/incognito browser window at the IP address of the NAS. For example, if the IP address is 10.1.2.3, use http://10.1.2.3:32400/web (you may need to use https).
See if you can login, reach server settings, and claim the server.
$ sudo ./UserCredentialReset.sh
Plex Media Server user credential reset and reclaim tool (Ubuntu 24.04.3 LTS)
This utility will reset the server's credentials.
It will next reclaim the server for you using a Plex Claim token you provide from https://plex.tv/claim
Please enter Plex Claim Token copied from http://plex.tv/claim : claim-nottherealtoken
Stopping PMS
Clearing Preferences.xml
Getting new credentials from Plex.tv
Claim completed without errors.
Username: FordGuy61
Email: <redacted>
Starting PMS
Complete.
$
This did not work in my case, and restarting the server had no effect.
edit:
further edit because FordGuy added a script call to his post:
I don’t condone running random sh scripts! That script looks fine, but I haven’t vetted it fully. I don’t think it’s necessary, better to do it manually and understand what’s happening.
For the record, the post by @FordGuy61 helped me out, specifically the linked FAQ question.
In brief, the required call looks like this:
curl -X POST ‘``http://127.0.0.1:32400/myplex/claim?token=claim-``<TOKEN>’
This is not specific to synology! This will also work on a linux server docker install.
thanks for the info. i got it working again. But lost some pinning and name of the server is now the server name. But everything else is good it seems.
Think i need to install jellyfin as a backup. This was stressfull.