Hi,
I just made a fresh install of FreeNAS with Plex.
When I want to access the management surface
http://192.168.100.155:32400/web/index.html#
I am redirected to plex.tv , after logging in I only access the web interface, which keeps on looking for my server.
No matter how I try I keep ending up here, can not access the actual server to log in.
just solved it myself
locate:
/iocage/jails/plex/root/Plex Media Server/Preferences.xml
add before last /›
allowedNetworks=“192.168.0.0/255.255.254.0”
The issue is likely due to you listening on multiple interfaces on your FreeNAS box. I had the same Plex server not found problem on FreeNAS 11.1 in a jail, and resolved it by adding my internal network and netmask to the /usr/local/plexdata-plexpass/Plex Media Server/Preferences.xml file, like this. It’s XML formatted data, so just stick it before the last /> in the last line. Restart plex, and boom, server not found is fixed.
allowedNetworks="192.168.0.0/255.255.254.0"
and just ruined it again
I decided to extend the server, installed new disks and recreated pool
after installing Plex it does not work, not even with the modified xml
system
Closed
June 12, 2019, 2:40pm
4
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.