

- #Install plex media server ubuntu 16.04 how to
- #Install plex media server ubuntu 16.04 install
- #Install plex media server ubuntu 16.04 update
- #Install plex media server ubuntu 16.04 password
- #Install plex media server ubuntu 16.04 Offline
The simplest method to introduce and oversee Plex Media Server on Ubuntu 18.04 is by utilizing the Plex official archive. You'll should be signed in as a client with sudo admittance to have the option to introduce bundles on your Ubuntu framework. In spite of the fact that this instructional exercise is composed for Ubuntu 18.04 Bionic Beaver similar advances can be utilized for Debian and Ubuntu 16.04 Xenial Xerus. Plex is a streaming media worker that allows you to coordinate your video, music, and photograph assortments and stream them to the entirety of your gadgets whenever and from anyplace. In this instructional exercise we'll walk you through introducing Plex Media Server on Ubuntu 18.04.
#Install plex media server ubuntu 16.04 install
On this topic.How to Install Plex Media Server on Ubuntu 18.04 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.
#Install plex media server ubuntu 16.04 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
#Install plex media server ubuntu 16.04 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 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.
#Install plex media server ubuntu 16.04 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.
#Install plex media server ubuntu 16.04 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.
