I almost give up trying to make PLEX working properly on my NAS Synology 920+. I tried almost everything, but I cannot access my server from my PC, Android, or TV.
In the screenshot, you can see what I see when I log in.
Settings which I already did 10 times: giving permission to plex user, same local IP on the server and on the PC. Port 32400 open.
Thanks for your reply. That’s a super basic guide, I reinstalled and uninstalled at least 6 times, and still, I’m here.
I did it now again, I get this problem also.
Now I have to underline how before it was working, but since I raised the security level by activating firewall and other stuff, I cannot get in anymore.
Thank you for adding the details. I didn’t know where you were at based on the screenshot & info. http:// ip.addr.of.nas ? http://app.plex.tv ? (different results for each)
Given you have the Synology firewall on now,
-and-
are behind the firewall of your edge device (modem/router)
Turn off the Synology firewall for now – we can activate it one step at at time.
Stop Plex
Install the Synology “Text Editor” app (Package Center)
Control Panel - Shared Folders – EDIT the Plex share
Give yourself R/W permission to it
Now open File Station
Plex / Library / Application Support / Plex Media Server
Right click Preferences.xml → Open in Text Editor
look in it for secureConnections="x" preference. (x = 0,1, or 2)
I suspect you have it but this might just be a credentials thing.
Remove the entire preference secureConnections="something" (carefully)
Now we’re going to remove your existing ownership credentials and start over with them. I’d like you to, while here in the editor, carefully remove –
PlexOnlineUsername=“value”
PlexOnlineToken=“value”
PlexOnlineEmail=“value”
PlexOnlineHome=“value” ← you might not have this one and ok if you don’t.
Now save the file.
Go to any browser tab with Plex/Web open and Sign-Out
It will either want to complain immediately or be waiting for you to claim on the Settings - Server - General.
Warning
You must be on the same subnet with it to do this. (e.g. 192.168.x.x, 172.16.x.x-172.31.x,x, or 10.x.x.x) . Anything else is a guaranteed “No Soup” (not authorized). This is because PMS will not allow itself to be claimed “On a Different Network” (think of how a remote host/VPS operates and why it needs protecting. PMS is protecting your media)
So Chuck, really thanks again for trying to help me.
I followed all the steps, once I reach inside the preferences.xlm file, none of the above lines you mentioned were in the .xlm preference file. So I don’t have to remove anything there right?
Oh I forgot to reply to what you said before.
The first screenshot is referring to the plex website when I try to log in there.
The second one is when I try to log in with my local IP.
Small update: I tried to run EMBY and everything works fine there…
Personally, I would like to use PLEX and not feel forced to change service…
Anyway, with this proof, I realized how the problem is entirely related to Plex and not my settings at all…
I have the feeling that PLEX doesn’t recognize me as the owner of the server for some unknown reasons…
Ipv4 of my computer is: 94.255..
ipv4 of my NAS is: 94.255..
So I guess everything is fine right?
This started to happen since I changed my password on my DSM account. Can that be the problem?
I’m getting extremely frustated, it’s sinced 5 days I’m trying to fix this without any luck.
Are your machines directly connected to the internet or do you have a modem/router between you and the internet?
If you have a modem/router, AND your modem/router is assigning the IP addresses, then the solution here is straight forward. The solution is to make the DHCP server use any of the three allowed ranges.
Why is this necessary?
RFC-1918 addresses are not routed on the Public internet. They are 100% within the confines of your home LAN.
I can safely tell you my Synology NAS is 192.168.0.23 and know there is no way for you reach it.
RFC-1918 addresses (NAT private networks) were created to help manage the shortage of IPv4 addresses worldwide. Multiple devices on the LAN share one public IP address.
Plex has built in protection to prevent a machine being “claimed” through the browser (what you’re trying to do) when it has a Public IP address.
Thanks really a lot for your reply.
My machine is connected through a router and they don’t directly go into the internet as u said.
I understand the problem but before I changed the password everything was working correctly even with this setting.
Anyway should I create a DHCP server from the Synology NAS configuration??
What do you suggest to me? Do you have a guide for it?
I really appriciate your help!!!