Plex is showing a duplicate server after rebuilding my Linux server

Server Version#: 4.134.2
Player Version#: Not sure

Plex Media Server.log (576.8 KB)

I had to reinstall my OS and after installing Plex it not showing as my original server, it’s showing as a duplicate.

Here is what it looks like:

My data was not lost because it’s kept on a drive that’s data only and here’s the override for that:

cat /etc/systemd/system/plexmediaserver.service.d/override.conf

#
# Move Application Support directory location
#
#[Service]
#Environment="PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=/srv/multimedia/plexmediaserver/Library/Application Support"
#
#

Any idea on how to get it to just show my original server?

If you look at the override you posted,

  1. The Application Support directory would have been on another drive if active. When not moved, the default is /var/lib/plexmediaserver ( on the OS partition )

  2. This means you lost all your metadata when you reinstalled the OS.

  3. Plex.tv doesn’t know the old server ID is gone, so it lists it.

  4. The new server ID (instance) is, by default, created from the hostname. This is why you have what looks like a duplicate

It’s correctly stating the first instance of Quark isn’t available.
It looks like the second (new) instance of Quark doesn’t have libraries yet. True?

I can remove the old Quark for you.
You can also Remove it by going to https://app.plex.tv/desktop/#!/settings/devices/pms

Look carefully at the Last Seen values.
The more recent one is the current Quark.

Personal note here: I put it in the /home partition and then make certain not to reformat /home partition when installing a new OS. This way, all my files and PMS survive OS changes.

But I still have the data at /srv/multimedia/plexmediaserver/Library/Application Support and I am still pointing to it now, is some meta data still at /var/lib/plexmediaserver even though I am pointing to /srv/multimedia/plexmediaserver/Library/Application Support ?

I did make one mistake. I started plex server before I put the override file in so once I realized that I hadn’t done that I stopped plex, put the file in, updated systemd, and restarted plex. I thought that would have made it all work but not so.

Take a look at your PM please.

I sent you info about the old and new servers.

Looks like the override isn’t yet activated.

I’ll help you clear things up once your old server is reactivated.

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