Just Sharing This How to update Plex in FreeNAS via the Jail.

A

Archive-8

Guest
1. Login with SSH to your FreeNAS (or alternatively go to shell in WebGUI)
2. type: 'jls' (without ' ' ) and take the note of the # of jail of your Plex installation
3. type: jexec # (where # is the number of the jail noted in last step)
4. type: fetch -o PMS_Updater.sh https://raw.githubusercontent.com/mstinaff/PMS_Updater/master/PMS_Updater.sh
5. type: chmod 755 PMS_Updater.sh

Plex Free Version:

6. type ./PMS_Updater.sh -u

Plex Pass Version:

6. type: ./PMS_Updater.sh -u PlexPass_yourusername -p PlexPass_yourpassword -a -v
 
Top