armorhas.blogg.se

Install plex media server ubuntu 16.x and later
Install plex media server ubuntu 16.x and later










If you are using Ubuntu 19.04, the snap comes as a pre-installed application. Yes, you can use the commands given here to install the Plex Media Server on Elementary OS. Though this article performed on ubuntu 19.04 disco dingo, it will be also the same for other older versions such as Ubuntu 18.10/18.04/17.04/16.04/14.04… along with Elementary OS and Linux Mint. Then paste the following date into the file.Setup Plex Media Server on Ubuntu 19.04 Install Plex Media Server on Ubuntu 19.04 via Snap sudo apt install nginxĪfter it make a server block config file. To do this install nginx if you don’t have already installed. Step 5: Creating Nginx Reverse ProxyĪs said earlier if you are going to use your domain name, you’ll have to create the reverse proxy. If you’ve your own domain name you can also use that one for this purposes. sudo rm /var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Preferences.xmlĪnd then go to localhost:32400/web and claim the unclaimed server. If you got any error, don’t worry just delete the following file & try to do the setup again carefully in order to prevent any error. sudo setfacl -R -m u:plex:rx /media/linuxbabe/ĭo this only if you’ve the media on your hard-drive I don’t recommend if you’ve some sensitive data.Īfter adding the media directories click on the Next button.

install plex media server ubuntu 16.x and later

sudo setfacl -m u:plex:rx /media/linuxbabe/įor single directory permission, run the command like this sudo setfacl -m u:plex:rx /media/linuxbabe/directory-nameĪs it is tempting to add the recursive flag (-R) that will provide read & execute permissions on each file & directories and their sub-directories. Run the command to give permissions to the Plex.

install plex media server ubuntu 16.x and later

Make sure you’ve the read & execute permissions otherwise it will not work. Now, provide the name for your Plex and check the Allow me to access box.Ĭhoose your library type, and navigate to media folder to add media directories. You can also type the below address if the above can not redirect you.

install plex media server ubuntu 16.x and later install plex media server ubuntu 16.x and later

Configure Plex WizardĪfter doing these changes, you will be directed to do the initial setup. After it you can access the web interface by IP:32400. It will only require for first time setup. Here you’ve to provide your Plex TV account to sign in.įor security reason, if the Plex is already installed on the remote system, set up SSH by executing the below command ssh 10.20.39.45 -L 8888:localhost:32400Īfter it run the below command to access the Plex Web Interface It will redirect to the on the remote system by using SSH tunnel. You’ll be directed to the Welcome page of Plex as an initial setup. So, type 127.0.0.1:32400 in your browser and hit enter.












Install plex media server ubuntu 16.x and later