
- INSTALL PLEX MEDIA SERVER UBUNTU 20.04 INSTALL
- INSTALL PLEX MEDIA SERVER UBUNTU 20.04 UPDATE
- INSTALL PLEX MEDIA SERVER UBUNTU 20.04 SOFTWARE
- INSTALL PLEX MEDIA SERVER UBUNTU 20.04 DOWNLOAD
When we open the link, we will see a login page.Īfter logging in, we will go to the server settings screen. To begin, we are going to open the browser with the URL: You can also use localhot instead of the IP address:
INSTALL PLEX MEDIA SERVER UBUNTU 20.04 SOFTWARE
To delete the repository, we can use the Ubuntu / Sofware and Updates software tool.Īfter confirming that the Plex server is running, we need to do some configuration first. We will do this by opening a terminal (Ctrl + Alt + T) and using the command in it:
INSTALL PLEX MEDIA SERVER UBUNTU 20.04 INSTALL
If we choose to install this media server using the repository, we will uninstall server first. This shows that Plex Media Server has been installed on the system and is currently active. Once Plex is installed, we can check server status running: We continue updating apt cache: sudo apt updateĪt this point already we can install plex running the command: Then we can add the repository to the system with the command:Įcho deb public main | sudo tee /etc/apt//plexmediaserver.list This can be done using the following command in the terminal (Ctrl + Alt + T): To do this, we must first import GPG key from repository. Sudo apt remove plemediaserver Using the Plex repositoryĪnother way to install Plex is by using the official repository. We will be able uninstall this media server opening a terminal (Ctrl + Alt + T) and using the following command: Once Plex has been installed, we can check program status with the following command: Sudo dpkg -i plexmediaserver_1.-219a9974e_b In the same terminal we will use the following command to install the package:
INSTALL PLEX MEDIA SERVER UBUNTU 20.04 DOWNLOAD
Once the download is finished, we will only have to move to the directory where the file is saved. If you prefer to install Plex from the terminal, all you have to do is open a terminal (Ctrl + Alt + T) and use wget with the link that we can find on the download page: This will take us to the Ubuntu software option to proceed with its installation. Once the download is finished, you just have to move to the directory where we have saved the package, and double-click on the. In this example, I am going to select the one marked in the previous screenshot. Once in it we will have to choose Ubuntu Distribution to download the. deb fileįirst, we are going to go to the download page from Plex Media Server and select Linux as a platform. In the following lines we are going to see two simple ways to download and install Plex. Installing Plex Media Server on Ubuntu 20.04


This command mounts the shared folder on the NAS to the /mnt/nas directory on your Ubuntu system. Replace 192.168.1.100 with the IP address of your NAS and /volume1/Media with the path to your shared folder. The command to mount the NAS is as follows: sudo mount -t nfs 192.168.1.100:/volume1/Media /mnt/nas You’ll need to know the IP address of your NAS and the path to the shared folder you want to mount. This command creates a new directory named nas in the /mnt directory. Enter the following command: sudo mkdir /mnt/nas For this guide, we’ll create a directory in the /mnt directory. Next, we need to create a directory that will serve as the mount point for the NAS. This command updates the package lists for upgrades and new package installations, and installs the nfs-common package, which is necessary for mounting NFS shares.


INSTALL PLEX MEDIA SERVER UBUNTU 20.04 UPDATE
Open a terminal and enter the following command: sudo apt-get update & sudo apt-get install nfs-common Plex Media Server installed on your Ubuntu systemįirst, we need to ensure that the necessary packages are installed on your Ubuntu system.A Synology Diskstation NAS set up and connected to your network.Before we begin, make sure you have the following:
