Just a few quick notes. Hopefully this helps someone out in the future.
I'm running TrueNAS on an ESXi platform.
I was attempting to load Plex media server and was having major issues with networking. This simple fix took care of it.
- In ESXi I set vSwitch->Security->Promiscuous Mode to Accept and was then able to install the Plex plugin successfully. It appears that Plex is not happy unless this option is set, even after installation.
Updating Plex running TrueNAS is very simple as well. No long guides to read.
Open Shell in the Plex jail and run these commands. It took approximately 3 minutes.
service plexmediaserver stop
pkg update
pkg upgrade
service plexmediaserver start
I'm running TrueNAS on an ESXi platform.
I was attempting to load Plex media server and was having major issues with networking. This simple fix took care of it.
- In ESXi I set vSwitch->Security->Promiscuous Mode to Accept and was then able to install the Plex plugin successfully. It appears that Plex is not happy unless this option is set, even after installation.
Updating Plex running TrueNAS is very simple as well. No long guides to read.
Open Shell in the Plex jail and run these commands. It took approximately 3 minutes.
service plexmediaserver stop
pkg update
pkg upgrade
service plexmediaserver start