

- #UPDATE PLEX MEDIA SERVER ON UBUNTU HOW TO#
- #UPDATE PLEX MEDIA SERVER ON UBUNTU UPDATE#
- #UPDATE PLEX MEDIA SERVER ON UBUNTU PASSWORD#
- #UPDATE PLEX MEDIA SERVER ON UBUNTU OFFLINE#
- #UPDATE PLEX MEDIA SERVER ON UBUNTU DOWNLOAD#
If you are after an alternative completely free media server, you can also check out Jellyfin. If you just want a single client without the whole server setup, then something like the Raspberry Pi Kodi media center might interest you more. It really is a fantastic home media solution. The Plex client is supported on a ton of devices including Windows, Apple, Android, Amazon Fire TV, Chromecast, Xbox, PlayStation, Linux, and so much more. It is great as you don’t need to have multiple copies of the same media across several devices. You can then have multiple clients connect to the same server. In this case, we will be using the Raspberry Pi.

This setup means you can have all your movies, music, and photos located on the one device, the server.

Plex is a client-server setup where the client directly streams data from the Plex media server. You can also set it up to be accessed outside your local network. This project is perfect for anyone who wants to have a media server that can be accessed by anyone within a household. On this topic.In this tutorial, I go through all the steps to getting your very own Raspberry Pi plex server up and running. You may wish to consult the following resources for additional information To Action Fromģ2400/tcp (plexmediaserver-all) ALLOW IN Anywhereģ005/tcp (plexmediaserver-all) ALLOW IN Anywhereĥ353/udp (plexmediaserver-all) ALLOW IN AnywhereĨ324/tcp (plexmediaserver-all) ALLOW IN Anywhereģ2410:32414/udp (plexmediaserver-all) ALLOW IN Anywhereġ900/udp (plexmediaserver-all) ALLOW IN Anywhereģ2469/tcp (plexmediaserver-all) ALLOW IN Anywhere You should see a similar output, which confirms that your new firewall rules are in place.
#UPDATE PLEX MEDIA SERVER ON UBUNTU UPDATE#
Save and update your UFW application profile: sudo ufw app update plexmediaserverĪpply these UFW rules by running: sudo ufw allow plexmediaserver-all title =Plex Media Server (Standard + DLNA ) description =The Plex Media Server (with additional DLNA capability ) ports =32400/tcp |3005/tcp |5353/udp |8324/tcp |32410:32414/udp |1900/udp |32469/tcp title =Plex Media Server (DLNA ) description =The Plex Media Server (additional DLNA capability only ) ports =1900/udp |32469/tcp title =Plex Media Server (Standard ) description =The Plex Media Server
#UPDATE PLEX MEDIA SERVER ON UBUNTU PASSWORD#
Input your Plex account username and password to proceed with the setup process: Open a browser and navigate to to view the Plex web interface. Run the following command by replacing the username with your Linode system’s username and 192.0.2.1 with your Linode’s IP address: ssh -L 8888:localhost:32400 Run the commands from this section on your local computer unless otherwise stated. In this section, you complete your server setup and start adding media libraries. Sudo systemctl start rviceĬonfiguring Plex Media Server on Ubuntu 18.04 To start the Plex Media Server automatically when booting your Ubuntu, run the following commands: sudo systemctl enable rvice deb files (Plex distribution) you downloaded using wget with the following command: sudo dpkg -i plexmediaserver*.deb Be sure to use the up-to-date version supplied on the Plex website. This example uses the current link for Ubuntu, at the time of writing.

Replace the link with your selected distribution as shown in the example below: wget
#UPDATE PLEX MEDIA SERVER ON UBUNTU DOWNLOAD#
For example, the Ubuntu (16.04+) / Debian (8+) - Intel/AMD 64-bit link is compatible with a Linode running Ubuntu 18.04.Ĭonnect to your Ubuntu 18.04 Linode via SSH and use wget to download the installer via the copied link. Plex Server Downloads page and select Linux from the Plex Media Server dropdown menu.Ĭlick on the Choose Distribution button and copy the installation link for Ubuntu.
#UPDATE PLEX MEDIA SERVER ON UBUNTU HOW TO#
This section shows you how to install the Plex Media Server on your Ubuntu 18.04 Linode. Installing Plex Media Server on Ubuntu 18.04 Purchasing a premium Plex Pass is optional.
#UPDATE PLEX MEDIA SERVER ON UBUNTU OFFLINE#
This is required to make use of the service, and provides additional features such as DVR capability and offline viewing if you pay for their premium You may also wish to set the timezone, configure your hostname, create a limited user account, and harden SSH access. Setting Up and Securing a Compute Instance guide to update your system. If you have not already done so, create a Linode account and Compute Instance. Prerequisites to Install Plex Media Server on Ubuntu 18.04 If you’re not familiar with the sudo command, see the Commands that require elevated privileges are prefixed with sudo. This guide is written for a non-root user.
