Comments on How to Install Plex Media Server on CentOS 8
Plex is a free, open-source and full-featured media server that allows you to stream your photos, video and audio files on your PC, tablet, phone from anywhere around the world. In this tutorial, we will show you how to install Plex Media Server on CentOS 8 with Nginx as a reverse proxy.
6 Comment(s)
Comments
One little correction: http://your-server-ip:32400 should actually be http://your-server-ip:32400/web , else all you'll see is some xml stuff :)
Not true, it'll redirect you to /web automatically...
Hi, I have managed to install plex using you tutorial. Can you help me with plexdrive installation on the same plex server/ I want to use my google drive.
Thanks
Nora is correct. http://your-server-ip:32400 returns an XML file. I've had this both times I've installed Plex on different servers a few months apart. http://your-server-ip:32400/web results in the expected start page.
Hi
Good instructions. However, how do I add my media folders? I do not know how to add my own libraries including
/Media/Movies
/Media/Music
/Media/TV Shows
There is nothing in the menu to add a library.
You are missing a very important part of the installation. you need to initially connect to your server using an SSH tunnel using 127.0.0.1 in order to register the server with plex.tv website, otherwise it does not show up when you later connect directly.