After a grueling setup on FreeNAS box, plex is finally up and running and reading my share. But for whatever reason it’s not able to get any posters or anything. I’ve tried to restart the server and force refresh metadat, but it doesn’t seem to work.
Server Version#: 1.19.1.2645
Player Version#: Plex Web 4.31.1
So I tried that again, Vnet, DHCP and BPF enabled, and for whatever reason it doesn’t want to work. my jail can ping google and everything else, but when I go to web portal to launch plex it doesn’t see my server
Regarding the poster issue: perhaps your issue is permissions for directories and not the jail itself. Are you using the default location for the database, or linking it to a directory outside the jail?
As far as not reaching the sever from the web portal, are you trying via the app.plex.tv URL , or the local LAN IP?
To be honest I don’t know what the directory is for the database. How would I check that? The only thing outside the jail is the library files are a share that I mount to the jail
And I can’t get to it from app.plex.tv nor from the IP itself directly. I can’t even ping the jail from my desktop when I have vnet enabled. I have a feeling there’s something I’m misisng from the networking side on the jail
here’s something else, when I go to my FreeNAS shell I see Tautulli has an IP (non VNET jail) whereas my plex jail which has vnet enabled doesn’t have an IP
( if you’re doing this from within the jail it’s just /usr/local/plexdata-plexpass )
If you didn’t move it somewhere else it’s using this default location. You might try applying a chown -R plex:plex to this, in case the files are not all owned by Plex so it cannot modify them right now.
But I wouldn’t worry about that until you can reach the server from the local IP at least.
ah Its not the first time I see that, I guess they changed it at some point… don’t really like the idea of placing the dir there and not just use the default but
btw you can always figure it how by using: cat /etc/rc.conf | grep plex if the dir is changed it will show where it is there!