Cant instal plex on synology "port in use"

Server Version#:latest
Player Version#:

I cant instal plex on my NAS anymore. It gives an error saying that port 32400 is used by something else, can i change the plex port befor installing?

seems to me you have Plex running while your trying to install…

yeah it seems so, but i already have deleted plex. Looks like there is something still running in the background

you may need to reboot it…

I have 2 synology NAS units… I don’t run Plex on them…

Sometimes DSM doesn’t release the port fast enough. It’s normal behavior.

Reboot DSM

ssh to you Synology as admin user . sudo root.

netstat -tupln | grep 32400 ( or whichever port its using )

sudo netstat -tupln |grep 32400
tcp6       0      0 :::32400                :::*                    LISTEN      17133/Plex Media Se

or

ps -ef | grep -i plex # to get the plex process id

ps -ef | grep plex
plex     17133     1  3 15:16 ?        00:05:44 /var/packages/Plex Media Server/target/Plex Media Server
plex     17151 17133  0 15:16 ?        00:00:45 Plex Plug-in [com.plexapp.system] /volume1/@appstore/Plex Media Server/Resources/Plug-ins-36236cc4c/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.18.2.2029-36236cc4c /volume1/@appstore/Plex Media Server/Resources/Plug-ins-36236cc4c/System.bundle
plex     17354 17133  0 15:16 ?        00:00:01 /volume1/@appstore/Plex Media Server/Plex Tuner Service /volume1/@appstore/Plex Media Server/Resources/Tuner/Private /volume1/@appstore/Plex Media Server/Resources/Tuner/Shared 1.18.2.2029-36236cc4c 32600 /waitmutex

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