@ChuckPa - I’m back, I think because it’s possible this may be part of my issue but I figured I’d report to you just in case!
Today, my plex server wasn’t showing up as online. It was active on the QNAP. I couldn’t get to it from my local IP either. Seemed random.
I stopped and started the Plex app on Qnap, but still no luck.
In my Plex Media Server.log (accessible in my share folder which is amazing!) I saw this:
ERROR - HttpServer: Error binding acceptor: Address already in use
ERROR - HttpServer: Error opening acceptor on IPv6, falling back to IPv4: Address already in use
ERROR - HttpServer: Error binding acceptor: Address already in use
ERROR - Error: Unable to set up server: listen: Address already in use (N5boost10wrapexceptINS_6system12system_errorEEE)
I found this old thread (Ubuntu 18.04 Plex Media Server: Failed to start Plex Media Server/Address already in use) and after stopping the QPKG, waiting a few seconds, I entered ps -ef | grep -i plex in SSH and it spit out:
4383 admin 936 S grep -i plex
15079 admin 450936 S ./Plex Media Server
15392 admin 68748 S N Plex Plug-in [com.plexapp.system] /share/CE_CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Plug-ins-6c22540d5/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.21.1.3830-6c22540d5 /share/CE_CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Plug-ins-6c22540d5/System.bundle
16804 admin 3292 S Plex EAE Service
17316 admin 4080 S /share/CE_CACHEDEV1_DATA/.qpkg/PlexMediaServer/Plex Tuner Service /share/CE_CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Tuner/Private /share/CE_CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Tuner/Shared 1.21.1.3830-6c22540d5 32600 /waitmutex
25513 admin 2760 S /share/CE_CACHEDEV1_DATA/.qpkg/PlexMediaServer/Plex Relay -p 443 -N -R 0:127.0.0.1:32401 -o StrictHostKeyChecking=yes -o UserKnownHostsFile=/share/CE_CACHEDEV1_DATA/.qpkg/PlexMediaServer/Library/Plex Media Server/Cache/relayHostKey.txt -o LogLevel=VERBOSE -o PreferredAuthentications=password -o PubkeyAuthentication=no -l shackrock -F /dev/null IPADDRESS
Seems like some packages have hung here, but this is over my skill level, so reporting here in case it’s related at least. I’m going to restart the server and hopefully it clears it up though!
Thanks