Jump to content

PLEX | Not authorized (RESOLVED)


Recommended Posts

Hiya All

 

So after a fair few tries and resets and reloads and and and I've come to ask for help

 

Plex is currently giving the following when going into the webUI

 

"Not authorized"

"You do not have access to this server."

 

Keeping in mind I've gone through the process of the following

 

* - Account Reset

* - Claim and Claim and Claim again

* - Different containers (Official, BINHEX and LINUX)

* - Even went through the whole process of setting up a new USB 

 

Please help as I'm not really really clueless as to what's causing this

tower-diagnostics-20231106-2228.zip

Edited by Tokozaan
Attachment added
Link to comment

i've cleared out the claimID but here's the docker run command

 

docker run
  -d
  --name='Plex-Media-Server'
  --net='host'
  -e TZ="Europe/London"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="Plex-Media-Server"
  -e 'PLEX_CLAIM'='claim-##MYCLAIMID##'
  -e 'PLEX_UID'='99'
  -e 'PLEX_GID'='100'
  -e 'VERSION'='latest'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:32400]/web'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/plexinc/pms-docker/master/img/plex-server.png'
  -v '/transcode/':'/transcode':'rw'
  -v '/mnt/user/':'/data':'rw'
  -v '/mnt/user/Series/':'/Series':'rw'
  -v '/mnt/user/Movies/':'/Movies':'rw'
  -v '/mnt/user/appdata/Plex-Media-Server':'/config':'rw' 'plexinc/pms-docker'

d33b30f920bfacd6152ecb5c8272d666e9c39d7f34568a6bf704661e05dd9f8a

Link to comment

Right, found the solution

You need to to a SSH tunnel from another device  with the following in terminal "ssh -L 32400:localhost:32400 root@##PLEX SERVER IP##" once that's done you can use the device where you're doing the tunnel from to just open a browser window and go to localhost:32400/web which then allows you to claim your server again

 

Found this here: 

 

Link to comment
  • Tokozaan changed the title to PLEX | Not authorized (RESOLVED)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...