I took a quick look at the server log files.
It appears to be an issue with the clients (or their network connection), not the Plex server.
Double check their network configuration. Also, do you have any other routers, wi-fi extenders, etc. on the network? If so, check their configuration as well.
On both Windows PCs, make sure the network interface is Private, not Public. Win10: Settings → Network & Internet → Properties. Should be similar for Win11. If you change the setting, reboot the PC.
The only Plex client mentioned in the log files is Microsoft Edge on the server itself.
From Plex Media Server.log: Feb 02, 2026 19:29:49.025 [12120] DEBUG - [Req#77] [Now] Device is Microsoft Edge (Microsoft Edge).
Plex is seeing SSDP broadcasts from some devices - router, sound bar, and NAS - but not from Plex clients. It should see SSDP broadcasts from the Android TV and Win 11 laptop if they are on the network (This is from the device itself. The Plex client app is not involved.)
On the Windows 11 (non-server) PC, try a simple connectivity test. Bring up a command window and see if you can ping the Plex server. c:\ping 192.168.2.189.
You should also be able to ping the router at 192.168.2.1.
If that works, then from the PC, point a private/incognito browser window at the server and see if you can login. http://192.168.2.189:32400/web (or use https if secure connections are required).
Some unrelated FYIs (since I was looking at the logs…)
-
It appears the server PC has an Ethernet port. You would be better served using it if possible. With media on a NAS, it doubles the traffic on the Wi-Fi network when streaming if the server is on Wi-Fi. It won’t matter for low bitrate files, but it can cause issues if streaming multiple high bitrate media such as 4K HDR remuxes.
-
You’ve an invalid path, \\mynetwork, in one of your libraries (Movies?). You should remove it.
Feb 02, 2026 19:29:35.579 [11652] DEBUG - LibraryUpdateManager will start watching \\mynetwork
Feb 02, 2026 18:59:46.861 [18708] WARN - Filesystem error (boost::filesystem::last_write_time: The specified path is invalid [system:161]: "\\mynetwork") during scanning: 161 in "\\mynetwork"
Feb 02, 2026 18:59:46.861 [18708] ERROR - We got an error scanning in \\mynetwork
Feb 02, 2026 18:59:46.861 [18708] WARN - Scanning the location \\mynetwork did not complete
- Plex Media Server is scanning iTunes artwork, not just the music files.
Feb 02, 2026 18:59:54.024 [18708] DEBUG - Scanner: Processing directory C:\Users\<username>\Music\iTunes\Album Artwork (parent: yes)
This causes Plex to needlessly scan several thousand extra directories (5000+) with every library scan. If possible, refine which folders are added to the music library.
EDIT…
- Log Files
Stop Plex Media Server. Navigate to the Plex Data Folder. In the /Logs/Installer Logs directory, there are 1000+ files dating to 2020. The last Plex Media Server log is from 2023. Delete everything prior to 2026 (there are no 2025 files).
This will shrink the size of the log zip file. You can then upload it directly to the forum and not need to use a cloud drive.