Plex Media Server installation 24.04LTS

From ScottWiki
Revision as of 12:09, 19 March 2024 by Wikiadmin (talk | contribs)
Jump to navigation Jump to search

To enable the Plex Media Server repository on Ubuntu only a few terminal commands are required. From a terminal window run the following two commands:

Add the Plex APT repository to your system and import the repository’s GPG key:

curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -
echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list

Once the repository is enabled, update the apt package list and install the latest server version:

sudo apt update
sudo apt install plexmediaserver

To verify that the Plex is running, check the service status:

sudo systemctl status plexmediaserver


http://10.3.200.1:32400/web