

- #Updating plex media server ubuntu how to#
- #Updating plex media server ubuntu install#
- #Updating plex media server ubuntu series#
Now all you have to do is remove the unneeded package installer (again replacing the file name with your own):
#Updating plex media server ubuntu install#
The above will start the download of the debian package and once done you will simply need to run the command to install it (ensuring that you have replaced the below debian package with the one you have downloaded):ĭpkg -i plexmediaserver_1.-b46e0ea_b 4 – CLEAN UP Next SSH onto the server and run the following command (making sure you replace the URL with the one you have copied): You will need to find the 64-bit Ubuntu download link on this site (depending on your deployment). Step 1 - Installing Plex Open the terminal and make an ssh connection with the Ubuntu instance.
#Updating plex media server ubuntu how to#
Paste the following contents and replace with your actual subdomain.Ever wondered how to update Plex properly on Ubuntu? They release them often and sometimes they’re required to continue using parts of their web service.Ĭopy the download link of the latest version from their site here. Using your favorite editor, create a new Nginx server block file. Configure Nginx to serve Plex on a subdomain Alternatively, add a subdomain using Nginx to proxy traffic directly from localhost port 32400. Note that the first Plex Media Server configuration must be done from a localhost address else, if you directly visit your server IP address on port 32400, you will not have the option to add Libraries. Once all is set, click Done to redirect to the main dashboard and sync all files in your server's Media directory. You will be prompted to add a new library, select the type, click Browse for Media Folder, and select the Media folder created earlier in your user home directory.Ĭlick Add Library to save your directory, then repeat the process to add all Media directories. Give your server a new name for easy identification. If in any case, XML errors pop up in your browser, change the URL to Next, sign in with your Plex account, create one to proceed with a splash screen on how Plex works, and then continue setting up the media server. Now, visit your localhost address on port 3000 through a web browser. Then, through a new SSH terminal session, tunnel your server traffic from port 32400 to a random port like 3000 on your localhost with the following command: Grant the user plex ownership permissions to the directory.
#Updating plex media server ubuntu series#
For easy and safe access, use your current user home directory.Ĭreate new Images, Music, Movies, and Series subdirectories under the main Media directory. $ sudo ufw reloadįirst, create directories to store your media files. Then, restart the firewall for rules to take effect. $ sudo ufw allow proto udp from any to any port 1900,5353,32410:32414 comment 'Plex Media Server UDP'Ĭheck the current firewall table if the new rules are listed. Run the following command to download the latest package. For the following steps, make sure you replace the URLs and packages with the latest release. Find the URL for the latest Plex Media Server package here.

Here’s how to update Plex on a server running Ubuntu. $ sudo ufw allow proto tcp from any to any port 32400,3005,8324,32469 comment' Plex Media Server TCP'Īllow Plex UDP Ports. How to Update Plex Media Server on Ubuntu. Make sure you allow each of them on the firewall to avoid any run time errors.Īllow Plex TCP ports. Updating Plex Media Server When a new version is released, to update Plex, run the following commands in your terminal: sudo apt update sudo apt install -only-upgrade plexmediaserver During the installation process, the official Plex repository may be disabled. Plex uses several ports to communicate and sync media on your server. The default action is to keep your current version.

Z : start a shell to examine the situation N or O : keep your currently-installed versionĭ : show the differences between the versions Y or I : install the package maintainer's version What would you like to do about it ? Your options are: => File also in package provided by package maintainer. => File on system created by you or by a script. Configuration file '/etc/apt//plexmediaserver.list' You may receive the following prompts during the installation process simply press enter (N) to proceed. $ echo deb public main | sudo dd of=/etc/apt//plexmediaserver.list Login and access the server as a sudo user. Spin a fresh Ubuntu 20.04 server on Vultr. In this guide, you will install Plex Media Server on a Ubuntu 20.04 Virtual Private Server (VPS). Similar to paid streaming services like Netflix, Plex allows you to access your data on any device with internet access. Plex Media Server is a self-hosted streaming solution that gives you the power to control what, when and how you wish to stream media content online.
