There is a similar method for other hosts:
- SSH into the machine / get into the container , etc as required.
- Stop Plex
- Edit Preferences.xml
- Carefully remove the following
Name="Value"pairs
– PlexOnlineName
– PlexOnlineToken
– PlexOnlineEmail
– PlexOnlineHome (if it exists) - Save the file
- Start Plex
On your computer
- Open Claim | Plex
- COPY the token given into your browser
- On the command line (where the server is), type:
curl -X POST 'http://127.0.0.1:32400/myplex/claim?token=PASTE_TOKEN_HERE'
- Hit Enter.
- Wait 15-20 seconds for Curl / PMS to talk to Plex.tv and setup new credentials.
The curl statement will look like this:
curl -X POST 'http://127.0.0.1:32400/myplex/claim?token=claim-xxxxxxx'