Install Plex Media Server on Debian 10 Buster
Step 1. Before we install any software, it’s important to make sure your system is up to date by running these following apt
commands in the terminal:
sudo apt update sudo apt upgrade sudo apt install apt-transport-https
Step 2. Installing Plex Media Server on Debian system.
Now we add the official Plex repository:
sudo nano /etc/apt/sources.list.d/plexmediaserver.list
echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -
Then, update the apt
package list and install the latest version of the Plex Media Server:
sudo apt update sudo apt install plexmediaserver
Now Plex media server is installed. We can check its status with:
sudo systemctl status plexmediaserver
Step 3. Accessing Plex Media Server Interface.
Now, open a web browser and type the following address. Change the IP address with your Debian IP address:
Nyisd meg a böngészödben :
http://Your-Server-IP:32400/web
If you installed Plex on your Debian 10 Buster desktop, then you can search Plex Media Manager in your application menu.
0 hozzászólás