Saturday, July 1, 2017

Manually Update Plex Server on FreeNAS

Original post for this appeared here.  This gentleman deserves the credit.  

This fellow offered the workaround.

I am merely compiling up to date information.


  • 1 - Connect to your FreeNAS Server via SSH or open the Shell via Web GUI

  • 2 - Type: jls and note the # of your Plex Media Server Jail

  • 3 - Type: jexec #jailnumber csh (for example: jexec 1 csh)

  • 4 - Goto https://www.plex.tv/downloads/ turn on ‘Plex Pass Downloads’ and select ‘FreeBSD’ from the drop down

  • 5 - Copy the URL of the ‘DOWNLOAD 64-BIT’ button (right click button and copy URL)

  • 6 - Type: fetch -o PlexBuild.tar.bz2 {updated URL for new version goes here}

  • 7 - Type: chmod 755 PMS_Updater.sh

  • 8 - Type: ./PMS_Updater.sh -l PlexBuild.tar.bz2 -vv -a

  • 9 - Profit! You are on the newest version again.

Let me know if this is failing. I may have copied and pasted some stuff wrong.


No comments:

Post a Comment