timesla.blogg.se

Set up plex media server
Set up plex media server











set up plex media server

Uncomment the last line to enable this repository. sudo nano /etc/apt//plexmediaserver.listīy default, its content is commented out. Open this file with a command line text editor, such as Nano. To see a list of files installed from a package, run dpkg with -L flag. The Plex deb package ships with a source list file.

set up plex media server

If Plex media server isn’t running, you can start it with: sudo systemctl start plexmediaserver Enable Plex Repositoryīy enabling the official Plex repo, you can update Plex on Debian with apt package manager. (Press Q to take back control of terminal.) We can check its status with: systemctl status plexmediaserverĪs you can see, it’s running on my Debian 10 Buster system. You can press the Tab key, which will autocomplete the filename. Note that when you type the following sudo dpkg -i plex sudo dpkg -i plexmediaserver_1.-deeb86e7f_b So run the following command to install the Plex deb package. On Debian based Linux distros (Ubuntu, Linux Mint, etc), dpkg is the standard command line tool to install deb packages. For example, my Plex is downloaded to the Downloads directory under Home, so I run the following command. Once the Plex deb package is downloaded, cd to the download directory. If you are going to install Plex on a headless Debian 10 Buster server, then you can go to your browser’s download history, then copy the Plex download link and use wget to download Plex from command line like below. Install Plex Media Server on Debian 10 Busterįirst, go to Plex server download page, select Linux and choose Ubuntu (16.04+) / Debian (8+)with 32-bit or 64-bit. Plex can run on Linux, FreeBSD, MacOS, Windows and various NAS systems.

set up plex media server

Plex is a free piece of software that allows you to organize your movies, TV shows, music and photos in one beautiful interface and stream those media files on your PC, tablet, phone, TV, Roku, etc on the network or over the Internet. This tutorial will be showing you how to install Plex media server on Debian 10 Buster server/desktop.













Set up plex media server