
sudo systemctl enable -now plexmediaserver If it is not active then use the given command to start and enable it. To confirm that the Plex media server is running the background fine. When it asks to update the Plex Media configuration file, then press Y and hit the Enter key. Here is the command: sudo apt install plexmediaserver Once we have everything set, it becomes very easy to install the Plex Media server just by using the APT Package Manager.

Command to Install Plex for Ubuntu 22.04 Server Next, use the given command to add the repo: echo deb public main | sudo tee /etc/apt//plexmediaserver.list

Here are the steps to add the repo:Īdd GPG Key: curl | gpg -dearmor | sudo tee /usr/share/keyrings/plexserver.gpg > /dev/null The user can download directly the binary of the Plex server to install it on Ubuntu 22.04, however, the best way is to use its official repository. Add Plex Media Server repository on Ubuntu 22.04 sudo apt install apt-transport-https curl 2. sudo apt updateĪlong with that install some tools we required before performing any further configuration. This will rebuild the system cache and also install any update, if available. Update APT cacheįirst, we should perform the system update on the Linux system before using its package manager.

Download the server application from Plex's website, install it, then follow the setup process to add media to your library.
