Hello Plex community,
I’m experiencing a critical issue where I cannot claim my Plex server after migrating to a new host. Even a fresh Docker installation without any data backup results in the same error.
Environment:
-
OS: Ubuntu 24.04 (Noble)
-
Setup: Docker (official
plexinc/pms-dockerimage) -
Network: Host mode
-
Scenario: Migrated from old server to new server, but also tested with completely fresh install (deleted
/configfolder) - same result
Problem Description: When attempting to claim the server (either via PLEX_CLAIM environment variable or manually through web UI), the claim initially appears successful (HTTP 200), but immediately after I get “Error 403 Forbidden” and “429 Too Many Requests” errors in the logs. The web interface shows “Not authorized” / “You do not have access to this server.”
Key Log Excerpts:
Apr 04, 2026 11:30:45.723 - HTTP/1.1 (0.2s) 200 response from POST https://plex.tv/api/claim/exchange?token=... [CLAIM SUCCESS]
Apr 04, 2026 11:30:46.346 - ERROR - MyPlex: Error 403 requesting JSON from: https://plex.tv/api/v2/server/users/features
Apr 04, 2026 11:30:46.489 - DEBUG - [HttpClient/HCl#74] HTTP/1.1 (0.1s) 429 response from POST https://plex.tv/servers.xml?auth_token=...
Apr 04, 2026 11:30:46.489 - WARN - [Req#169] MyPlex: Invalid response when mapping state (code=429)
Apr 04, 2026 11:30:58.711 - ERROR - MyPlex: Error 403 requesting XML from: https://plex.tv/api/v2/server/access_tokens?auth_token=...
Apr 04, 2026 11:30:58.711 - ERROR - MyPlex: Couldn't get list of access tokens from myPlex.
The server then continuously tries to fetch access tokens but receives 403 Forbidden errors repeatedly.
What I’ve tried:
-
Deleted entire
/configdirectory and started fresh - same issue -
Used brand new claim tokens from plex.tv/claim (multiple attempts)
-
Removed all PlexOnline* entries from Preferences.xml and restarted
-
Ensured proper permissions (PLEX_UID/GID matching host user)
-
Tested with both
network_mode: hostand bridge networking
Questions:
-
Is this a rate limit (429) that will resolve itself, or has my account been banned/restricted?
-
If it’s a rate limit, how long should I wait? It’s been ongoing for several hours now.
-
Is there a way to reset my claim status or lift the restriction?
Any help would be greatly appreciated. I’m happy to provide full logs privately if needed.
Thank you!