Hardware / Environment
-
Device: Western Digital MyCloud PR4100
-
CPU: Intel Pentium N3710
-
OS: WD OS5
-
Plex Server versions tested: multiple, latest attempted 1.42.x
-
Client device: macOS laptop
-
Access over LAN only
-
Local network:
-
NAS IP: 18.8.0.2
-
Subnet: 18.8.0.0/24
This is not a standard private LAN subnet (not 10.x / 172.16.x / 192.168.x), which appears important.
-
Current Problem
Whenever I try to open Plex Web:
Not Authorized – You do not have access to this server
This happens:
-
even when Plex is freshly installed
-
even during the initial setup wizard
-
even when HTTPS works
-
even after successful claim
-
even after forcing allowed networks/security changes
So I cannot complete setup, sign in, or use Plex at all.
Things Confirmed Working
-
Plex Media Server starts
-
Port 32400 is listening
-
HTTPS access works
-
Plex Web loads (but refuses access)
-
Logs show Plex sees my requests as LAN/subnet
-
Claims succeed
-
But access requests get logically rejected (401 / 406 in logs)
Troubleshooting Already Performed
Initial troubleshooting
-
Restarted Plex multiple times
-
Stopped Plex via SSH (
pkill) -
Checked networking (
netstat) -
Checked Plex logs
-
Multiple claim attempts:
-
normal UI
-
enforced via URL
-
using
plex-claim-server.sh
-
-
Claims reported success:
Plex Media Server successfully claimed
Still → Not Authorized
Advanced authorization & network configuration
Manually edited:
/mnt/HD/HD_a2/Nas_Prog/plex_conf/Plex Media Server/Preferences.xml
Added/verified:
allowedNetworks="18.8.0.0/24"
DisableRemoteSecurity="1"
RequireLocalAuth="0"
secureConnections="0"
Even with these present, behavior did not change.
Sometimes Plex refused HTTP and forced HTTPS,
but even with HTTPS access → still “Not Authorized”.
Clean full reset and reinstall
Performed a complete uninstall & wipe:
Stopped Plex
Uninstalled via WD App UI
Deleted:
rm -rf /mnt/HD/HD_a2/Nas_Prog/plex_conf
rm -rf /mnt/HD/HD_a2/Nas_Prog/plexmediaserver
Rebooted NAS
Installed fresh Plex from WD App Store
Result After Fresh Install
On first startup:
Redirects to:
http://18.8.0.2:32400/web/index.html#!/setup/xxxxxxxx
Instead of setup page, I get Not Authorized again.
So I cannot:
-
complete setup
-
link account
-
create libraries
-
use Plex at all