I haven’t used Plex on my Linux machine in a few months, but when I logged in today and tried to use it, I found that Plex was no longer working. When I open the “Plex Media Server” link from the “start menu” in Linux Mint, it launches a browser tab with this URL:
http://localhost:32400/web/index.html#
I can log into my Plex account on that page, but I see this message too:
“A server could not be found. Download and install Plex Media Server, and it will appear here.”
I definitely already did that before, which is how the entry was added to my “start menu” to begin with. If I open a terminal and check, I can see that Plex is indeed running:
$ ps aux | grep plex
plex 1088 0.0 0.0 4628 856 ? Ss 08:55 0:00 /bin/sh -c LD_LIBRARY_PATH=/usr/lib/plexmediaserver "/usr/lib/plexmediaserver/Plex Media Server"
plex 1090 0.6 1.7 502596 67104 ? Sl 08:55 0:01 /usr/lib/plexmediaserver/Plex Media Server
plex 1135 2.2 1.3 1807520 52128 ? SNl 08:55 0:04 Plex Plug-in [com.plexapp.system] /usr/lib/plexmediaserver/Resources/Plug-ins-cc260c476/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.14.1.5488-cc260c476 /usr/lib/plexmediaserver/Resources/Plug-ins-cc260c476/System.bundle
plex 1303 0.0 0.5 249812 21424 ? Sl 08:55 0:00 /usr/lib/plexmediaserver/Plex DLNA Server
plex 1310 0.0 0.4 516020 15520 ? Sl 08:55 0:00 /usr/lib/plexmediaserver/Plex Tuner Service /usr/lib/plexmediaserver/Resources/Tuner/Private /usr/lib/plexmediaserver/Resources/Tuner/Shared 1.14.1.5488-cc260c476 32600 /waitmutex
plex 1373 1.2 1.2 959764 46564 ? Sl 08:55 0:02 Plex Plug-in [com.plexapp.agents.imdb] /usr/lib/plexmediaserver/Resources/Plug-ins-cc260c476/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.14.1.5488-cc260c476 /usr/lib/plexmediaserver/Resources/Plug-ins-cc260c476/PlexMovie.bundle
Why isn’t the web UI connecting to the server?