Plex update
Plex update
How is it possible to update plexmediaserver to last release?
Re: Plex update
You do that from inside plex media server...login to the webpage...and it will tell you if it needs update or not
Re: Plex update
Yes need update. And how Is It possibile to update?
Re: Plex update
http://IP.OF.PLEX.SERVER:32400/web/index.html
login
click the settings button (the little cross tools)
click server
click update
click install update
login
click the settings button (the little cross tools)
click server
click update
click install update
Re: Plex update
sorry but in raspbery the update is not auto but manual.
Re: Plex update
Ah...matteos1 wrote:sorry but in raspbery the update is not auto but manual.
Mine is running on an old desktop Acer with a 4TB drive in it and is windows based...appologies
does apt-get update not work?
Just came across this
https://support.plex.tv/hc/en-us/articles/235974187
DEB-based distros (Ubuntu, etc.)
To enable the Plex Media Server repository on Ubuntu only a few terminal commands are required. From a terminal window run the following two commands:After that, it's just a matter of running the normal sudo apt-get update and the Plex Media Server repo will be enabled on the OS.Code: Select all
echo deb https://downloads.plex.tv/repo/deb ./public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -
Re: Plex update
Hi, to update:
Connect via ssh to your dietpi.
Update cache of packages:
Re install plex-updater to update it:
This way your PMS is updated, without loosing anything.
Connect via ssh to your dietpi.
Update cache of packages:
Code: Select all
apt-get update
Code: Select all
apt-get install plexmediaserver-installer