New installation. My server name not showing above PLEX in the Left-menu

Server Version#:1.22.2.4282-a97b03fad
Player Version#:

I have installed the Plex Media server on a CentOS 8 VPS server. I set it up with my own domain and https on port 80.

plex.myserver.com

I wanted to display my own video files. I created three media directories using the following command prompts:

cd /var/lib/plexmediaserver/Library

mkdir /var/lib/plexmediaserver/Library/Movie
mkdir /var/lib/plexmediaserver/Library/Music
mkdir /var/lib/plexmediaserver/Library/TV

I then used FileZilla to upload a couple of video files to the Movie subdirectory.

When I first signed into my domain, I was redirected to sign into my existing Plex account which I had previously setup on plex.tv, then once that was done was redirected back to my domain. However, on the left-hand menu, my server name is not displayed, and I do not see it in authorised devices in setting either.

When I click on Your Media, none of my media files are shown. I just get a prompt asking me to install the media server, but it’s already installed and running and I have logged into it, as far as I am aware. See the link to the screenshot below.

Screenshot: [Screenshot by Lightshot]

Advice needed on how to get my server name to display and my media files on the VPS server?

Regards

2 remarks:

  1. Don’t store your media in the serve’s data directory (/var/lib/plexmediaserver/Library)… this won’t necessarily interfere… just to avoid some maintenance jobs messing with your data
  2. In order to complete the setup you need to access your server “locally” (through the bundled version of Plex Web). With a VPS / hosted server you’ll best do that via a SSH tunnel (see instructions at the bottom of the PMS Installation support article

Edit:
When connecting to the local version of Plex Web on your server you’ll be offered an option to name your server and link it to your Plex Account. Only then will you be able to see the server from your other clients (or the hosted version of Plex Web → http://app.plex.tv/desktop). When you previously signed in, you probably “only” signed into the Plex Web app (hosted) – but not into your new server!

Hi tom80H

Thanks for the speedy response. Very much appreciated. It’s late where I am… I will do as you say and use an SSH tunnel to complete the setup tomorrow at some point and confirm once done.

Also, I’ll move the media elsewhere as suggested.

Many thanks

Hi tom80H

I created an SSH tunnel using Putty. I then entered this in the browser:

[http://127.0.0.1:32400/web]

The Plex logo loaded onto the screen, then it went blank and remained blank. I am wondering if this is because it already has some partial setup settings on my server. Can I delete current settings, or should I just wipe the VPS and start from scratch?

Things going “blank” usually implies there’s an issue/conflict with something in the browser (e.g. some add-ons interfering or some stuck session information).
Can you get it to work using an incognito/private window or a different browser?

OK, same as before. I’ve just tried with Google Chrome in incognito mode and then afterwards Firefox.

Both times, when I enter the url, it redirects me to login with Plex.tv and once login happens redirected back to my server with this URL below, but remains blank…

[http://127.0.0.1:32400/web/index.html#!/setup/4d1263a1a8acxxxxc3c2337fb575352e9b4b80f8]

So the login seems successful, but it hangs when returned to the above url.

I’m thinking there might be some settings folder I can delete and try again maybe? otherwise I’ll just wipe the server.

Just seen this page. Maybe this will help?

[Restart Plex Media Server Setup from Scratch | Plex Support]

try deleting the Preferences.xml from the folder mentioned in your article before going nuclear :wink:

deleting just Preferences.xml didn;t work for me, but however I didn’t stop and restart the plex server.

I then deleted everything in $PLEX_HOME/Library/Application Support/Plex Media Server/ after stopping the server then restarted.

The setup progressed to the Server Setup screen, waited a while, then I got the following error:

A problem has been detected with a core component of Plex Media Server.

Please visit the forums and provide your logs, as described here.

I think I’ll wipe the server and start again.

Before wiping the server, I refreshed the browser and re-entered the initial URL and the setup progressed further. I was able to name the server and add libraries. However, after that I got an error regarding libraries when I clicked the server name:

There was an unexpected error loading this library

Please visit our forums if you continue to experience problems

I have a feeling its to do with the folder permissions. I think I know the issues regarding me installing using root then adding an additional user afterwards. i then removed the SSH for root, but to SFTP my media, I had to give the library the additional user permissions, which I think Plex doesn’t like how I did that. I will start from fresh. It won’t take me long.

I reinstalled from scratch. I created the Media folders here using a non-root user:

/home/myusername/Library/Music
/home/myusername/Library/Movie
/home/myusername/Library/TV

The Plex server installed OK, and I added the above to the Library during the setup, and got the same previous error telling me that there was an error loading the library.

Can someone confirm where I should create the directories for the Library and any other advice given this is a CentOS 8 install?

You could check out your logs (or zip the logs folder and upload it here).
If Plex is running you can download them as a zip-file from Settings > [Server Name] > Troubleshooting > Download Logs – otherwise you’ll need to collect them manually.

Thanks again tom80H

I’ll go over the logs tomorrow. I’ve shut down the VPS for tonight, just about to sleep. I’ll get back to you again.

I suspect that the ownership and permissions of the folders I set up are not set correctly, and Plex may require very specific chmod settings for the parent directory and the sub-directories.

OK, I’ll return to this over the weekend. Thanks!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.