Server Version#:1.24.2.4973-2b1b51db9
Player Version#:
<If providing server logs please do NOT turn on verbose logging, only debug logging should be enabled>
I have a PlexMediaServer running on Ubuntu 22.04. The installation was done by:
sudo apt install plexmediaserver
the serer has been running for months, but I can only see it on one (my Roku) device. I am not trying for the first time in a long time to access it via web on the local subnet. I’ve been ignoring this web problem (and the fact that I cannot see it from iPAD etc.) for months and it’s time to resole all that…
It is not seen by web at http://192.168.1.xxx:32400/web - no server shows there (only Live TV). I see the libraries and so on on the Roku app, also on the same subnet.
The service is running (well, it has to be or Roku wouldn’t see it)… and here is what 'sudo service plexmediaserver status shows:
sudo service plexmediaserver status
● plexmediaserver.service - Plex Media Server
Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/plexmediaserver.service.d
└─override.conf
Active: active (running) since Mon 2023-11-27 11:07:53 EST; 2 days ago
Process: 858 ExecStartPre=/bin/sh -c /usr/bin/test -d “${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}” || /bin/mkdir -p “${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}” (code=exited, status=0/SUCCESS)
Main PID: 874 (Plex Media Serv)
Tasks: 44 (limit: 28601)
Memory: 267.6M
CGroup: /system.slice/plexmediaserver.service
├─ 874 /usr/lib/plexmediaserver/Plex Media Server
├─1436 Plex Plug-in [com.plexapp.system] /usr/lib/plexmediaserver/Resources/Plug-ins-2b1b51db9/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.24.2.4973-2b1b51db9 /usr/lib/plexmediaserver/Resources/Plug-ins-2b1b51db9/Sy>
└─3147 /usr/lib/plexmediaserver/Plex Tuner Service /usr/lib/plexmediaserver/Resources/Tuner/Private /usr/lib/plexmediaserver/Resources/Tuner/Shared 1.24.2.4973-2b1b51db9 32600
Nov 27 11:07:53 r2d2 systemd[1]: Starting Plex Media Server…
Nov 27 11:07:53 r2d2 systemd[1]: Started Plex Media Server.
Nov 29 23:31:14 r2d2 systemd[1]: /etc/systemd/system/plexmediaserver.service.d/override.conf:1: Assignment outside of section. Ignoring.
Nov 29 23:31:23 r2d2 systemd[1]: /etc/systemd/system/plexmediaserver.service.d/override.conf:1: Assignment outside of section. Ignoring.
PIDs 874, 1436 and 3147 are listed above. Those look like this:
ps -fp 874,1436,3147
UID PID PPID C STIME TTY TIME CMD
plex 874 1 0 Nov27 ? 00:14:59 /usr/lib/plexmediaserver/Plex Media Server
plex 1436 874 0 Nov27 ? 00:01:00 Plex Plug-in [com.plexapp.system] /usr/lib/plexmediaserver/Resources/Plug-ins-2b1b51db9/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.24.2.4973-2b1b51db9 /usr/lib/plexmediaserver/
plex 3147 874 0 Nov27 ? 00:02:44 /usr/lib/plexmediaserver/Plex Tuner Service /usr/lib/plexmediaserver/Resources/Tuner/Private /usr/lib/plexmediaserver/Resources/Tuner/Shared 1.24.2.4973-2b1b51db9 32600
I have reviewed dozens of articls about similar issues, mostly they lead me down a primrose path.
The above is what I see at the top right of the browser when I navigate to that :32400 site. I am logged in to my account, the serice is running, I’m on the same subnet, I have literally hundreds of processes that access and share data between and among all my network servers… where can I find a map that will help me understand what might be causing this?


