Hello everyone
I can not claim server.
I have made a fresh install of Plex on my Synology DS214PLAY
and updated it to version: 1.22.0.4163-d8c4875dd
I have disabled firewall
But it just stands and spins when I press Claim server.
I have had the router and modem restarted
I have changed the code to plex and put a tick in log all clients out.
I have also renamed Preferences.xml to Preferences.xml.old
What more do I need to do?
Logs.zip (253.4 KB)
I will need some information as it looks like the server got logged out of your account.
after renaming “Preferences.xml” , did you also remove the Server’s name from “Authorized Devices”?
When you rename it, you lose the existing ServerID. Starting up PMS again causes a new ID number to be generated. Unless you Claim it, it will never automatically associate (I have addressed this in DSM 7)
Info I need?
- Did you remove it from Authorized Devices - Servers
- Did you restart PMS as well as full (CTRL-F5) reload of Plex/web ?
- Are both your computer and Syno on the same RFC-1918 compliant subnet ?
Hi ChukPa
I did a total reinstall, (deleted the PLEX folder on the Synology, docent that automatic delete authorised Devices ?
I have restartet both PMS and Synology, several times
I m not sure what RFC-1918 means ?
Port 32400 is open when I tjek canyouseemee, firewall is off.
And I am logged in ?
Hi again
I did a total reinstall, this time i delete all authorised Devices ?
I called the server a new unused name, restartet both PMS and Synology.
Still same result
I dont remember Plex being so difficult.
Plex installed is the latest: 1.22.0.4163-d8c4875dd on DSM6.2
After install, i open plex with http://192.168.0.50:32400/web
RFC-1918 is the LAN private network addressing requirements specification.
It was what the internet folks all agreed to use for differentiating between what we have at home (in private) and what is public.
192.168.x.x , 172.16.x.x - 172.31.x.x, 10.x.x.x addresses are all “Private LAN”.
You’ll notice that all modems/routers create your LAN using these ranges.
It’s how they determine if they should send the data out to the internet or keep it local.
As for PMS.
-
Did you also sign-out of Plex/Web ? Plex/web keeps the name and ID numbers of everything unless it’s refreshed. signing out gives you the best chance. Ctrl-F5 gives you a very good chance.
-
The old server name needs to be removed from “Authorized Devices - Servers dropdown” to make finding it easiest . (this truly does make it a “new” server).
I chanced the password, and used log out all users
After install, i open plex with http://192.168.0.50:32400/web so this should be ok ?
There is no “old server name” but the Crome Plex web acces
I treid on my macBook and my windows pc
should i try making a new account with a new plex pass ?
No, don’t make a new account as you’d lose your Plex Pass.
I looked at your account.
I saw you had two servers which were previously deleted.
I completely removed those old entries.
Please now do the following:
-
Sign out of Plex/web (upper right corner of browser)
-
Stop Plex
-
Navigate using File Station to Plex/Library/Application Support/Plex Media Server
-
rename
Preferences.xml
toPreferences.xml.old
-
Start Plex
-
Open Plex in the web browser
-
It will start setting up a new server. – this is expected and correct
-
Any existing library sections you have Still Exist so don’t create them again.
-
As you proceed through the Setup wizard, make any settings you wish.
-
When “Finished” you will be at the dashboard.
-
Settings - Server - General - Check all the categories again as your previous preferences were removed.
I still cant claim server
(6 Open Plex in the web browser)
I treid chance ip, so i log in with http://192.168.0.115:32400/web OK?
I really appreciate your help
it says by the way An update is available. Please install manually.
but it is latest update installed
Ignore the update prompt for now. Your default account settings are probably for the Beta channel ?
what do you get when it says you can’t claim it?
During the install, it says somthing like: it seams there are a problem whith this server.
and then later when i press claim server, its just spins thinking about 2 minutes, and then nothing more happends ?
You cant claim it remotely ? or delete everything
i think i pay monthley for the ples pass, so if you think there is just a small chance, i will try it
This works for just about everyone.
When it doesn’t, some surgery is needed (trivial but nonetheless)
On DSM 7, I have this all resolved. The server claims itself when you get & paste the claim token.
I have treid claime it without luck…
Can i update Synology DS214play to DSM 7, and will Plex mabye work better on DSM7
Before you commit to such a step, it is critical you read and understand both:
- What has changed in DSM 7
- All the steps involved in the DSM 6 → DSM 7 migration process.
I have a specific set of posts here:
In this thread, I detail:
- What has changed and the limitations imposed on us.
- Post #2 details the migration steps – which you must do exactly as the installer requires.
- Per Post #2 & the installer, it will not let you advance until all the criteria are satisfied. It will print out a popup for you , at each step, as it advances.
If this is agreeable. knowing the DS214play is an already limited NAS, then proceed.
As an alternative, I can make arrangements with you to do the claiming manually.
When we do this, I make certain everything about PMS (Plex share) is correct then, with your assistance, complete the claiming process manually.
I essentially do what Dane’s script does but at the command line level.
I am well aware that my DS214 play is an old model, but it has been running plex for the last 2-3 years without problems
So if you can help me complete the claiming process manually, with my assistance
i wil be the happiest plex user you now
is et best on my windows pc ?
You can probably do a fair amount of this. maybe all of it. It’s not difficult.
Here are the steps with commands to run in the Putty-ssh shell on the Synology.
-
Stop Plex
-
Open File Station
-
Navigate to Plex/Library/Application Support/Plex Media Server
-
Delete Preferences.xml
-
SSH (putty) into the synology
-
sudo -su root
(give the pasword and gain the elevated privileges. Shows a “#” in th prompt) -
cd /volume*/Plex
-
pwd
(make sure it shows you’re in the “Plex” shared folder on the volume) -
chown -R plex:users *
← this will take a bit -
cd "Library/Application Support/Plex Media Server"
Now we coordinate tasks in another window
-
Open a browser window: https://plex.tv/claim
-
Copy the Claim Token to your browser clipboard (we have 5 minutes to complete the task because this token expires)
-
Start Plex in DSM Package Center
-
Give it approximately 30 seconds to start up
-
Return to the Putty window
-
type:
curl -X POST 'https://127.0.0.1:32400/myplex/claim?token=
-
Paste the claim token at the end of that line – DO NOT HIT ENTER YET
-
Type the closing single quote
-
It will look like:
curl -X POST 'https://127.0.0.1:32400/myplex/claim?token=claim-xxxxx'
-
Now hit enter.
-
In a few seconds (it takes a moment) , it will respond with your account features. (a long list)
-
When it does this, the server is reclaimed.
-
Verify in the normal web browser.
If this fails,
- Stop Plex
- Make a ZIP file of the “Logs” directory from File Station
- Attach it here for me to review please.
THx ChuckPa
I Will look at it tomorrow with fresh eyes,
it’s late in Denmark now
I’m normally not that technically, but I will give it a try
Hi ChukPA
I have upgraded my windows pc now from win 8 to win 10 pro.
I really have trouble to understand it with putty?
I have enabled SSH service on my Synology, but do I need to open other things on synology?
I open my command prompt on pc and write: ssh admin@192.168.0.115 -p XXX (the port I chose)
but I can not enter password, it does not enter anything when I type ?