I completed the steps and my jail appears configured correctly (I could map to plex folder structures), but when I start the plexmediaserver service, it says it is starting but doesn’t actually start. No errors come up. I am new to TrueNas and was hoping for any advice. Thank you!
Check top when you are inside the plex jail and confirm Plex is appearing running there.
You can also use htop from an SSH session to TrueNAS itself, but that will show other processes in other jails, too.
It was not, after looking through some resources and some chat gpt code, it looks like my permissions aren’t set up properly. Trying to run it in the foreground gives an error that plex can’s access the path “/root/Library/Application Support/ Plex Media Server”
I’m unsure if this is an error with my jail or if it is with user configuration outside of the jail.
Start again in a new jail. Don’t bother with the mount points. Wait until you can actually get this running and signed into your Plex account, and then you can go back and change things.
pkg install plexmediaserver-plexpass
sysrc "plexmediaserver_plexpass_enable=YES"
service plexmediaserver_plexpass start
That’s all. I just did it again with a new jail and I was able to access the local web interface fine.
Edit:
Trying to run it in the foreground gives an error that plex can’s access the path “/root/Library/Application Support/ Plex Media Server”
Don’t try to remap where the Plex server databases and metadata are kept if you are brand new at this. Unless your jail pool is really tiny there isn’t a good reason to at this point in Core’s life.