Hello.
At the moment I have a PMS, which runs quite well. By a tip from a friend I wanted to try Docker Plex. Now I have get a script. Which comes from Dane22. I have a few questions about that.
As i’m not so familiar with Scripts:
Do i have to put my Username, Password and Token into the Script?
Just run the Script, and after that my Docker Plex is ready to go?
Does Docker Plex Scan all my Library new? Or is it only mapping from Source to Dockerside?
I’m asking this, bc the Scan would take much time, so i would Scan Folder by Folder, but manually if this is possible.
Blockquoteplex.tv Username: xxx
plex.tv Password:
plex.tv Password Repeated:
IP Address of PMS server: xxx.xxx.xxx.xxx
Comparing entered passwords
Comparing entered passwords ok
Getting PMS Server Identifier
Getting PMS Server Identifier ok
Getting User Token from plex.tv
Getting User Token from plex.tv ok
Getting PMS Claim Token
Getting PMS Claim Token ok
Claiming server
Fatal error happened
HTTP returned Status 401
The Claim URL should be allowed when not authenticated, if on the same IP-Net as the server.
The one thing you didn’t post, was the IP Address used, so I take it you didn’t typed 127.0.0.1 ?
The Claim URL should be allowed when not authenticated
https://www.plex.tv/claim/ if i type this, the token will be shown.
But not by an IP Adress. Only by the URL Adress.
Maybe that’s the error caused by that.
Doesnt matter if i type the Real IP from the Server or 127.0.0.1, same Error appears.
Its about to get the Token, right?
if i type: https://www.plex.tv/claim/ - the Token appears.
but not when i type by IP, no matter if type real IP like 123.456.789.0. or 127.0.0.1
The prefs file indicates, that your server is already claimed
It contains the keys:
PlexOnlineToken
PlexOnlineUsername
PlexOnlineMail
PlexOnlineHome
A server not claimed, does not contain above, or their value are “”
And the server was claimed for the username you have on the forums!
So if you still can’t access it, then either your browser is signed in as another user on plex.tv, or your server can’t access plex.tv
For the last, the PMS logs will tell though
Yes, the Person that pinged you tried to claim it.
See, thats what i’m trying do to, as he told me this could me my solution of my Problem.
For now i got my PMS running very well. So far so good. But what i’m now to be trying is, to get a 2nd Instance. And Docker seems to be the Solution.
1st Instance is my Library now, which is running with that User you’ve seen in the Prefs. And now i’m trying to get a 2nd Instance with a new (2nd) User on it. So i maybe can split up my Librarys/Folders. Some for the 1st Instance with the 1st User, and some for the 2nd Instance (Docker) with the 2nd User, which will get the Plex-Pass also.
Any Idea where i can find a 100% working tutorial? I found many tutorials for that, and each of them are different.
I thought the Docker Plex must have only a different Port, but same IP?
Thats what i found out by looking for tutorials. Docker Plex should have 32401 instead of 32400.
How can i give the Docker Container an another IP, if i have and use only 1?