Web App not found local media server

Hi! After electrical shutdown on Ubuntu server - plex media server not found. Web App searching but not connect.

I remove plex media server and install this again, but servers not found. Web application working fine.

systemctl status plexmediaserver.service
● plexmediaserver.service - Plex Media Server for Linux
   Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2018-08-09 01:37:09 EEST; 7h ago
  Process: 12148 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: 12155 (sh)
    Tasks: 67
   Memory: 89.4M
      CPU: 5min 13.100s
   CGroup: /system.slice/plexmediaserver.service
           ├─12155 /bin/sh -c LD_LIBRARY_PATH=/usr/lib/plexmediaserver "/usr/lib/plexmediaserver/Plex Media Server"
           ├─12159 /usr/lib/plexmediaserver/Plex Media Server
           ├─12171 Plex Plug-in [com.plexapp.system] /usr/lib/plexmediaserver/Resources/Plug-ins-6fa5e50a8/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.13.5.5291-6fa5e50a8 /usr/lib/plexmediaserver/Resources/Plug-ins-6fa5e50a8/System.bundle
           ├─12222 /usr/lib/plexmediaserver/Plex DLNA Server
           └─12224 /usr/lib/plexmediaserver/Plex Tuner Service /usr/lib/plexmediaserver/Resources/Tuner/Private /usr/lib/plexmediaserver/Resources/Tuner/Shared 1.13.5.5291-6fa5e50a8 32600 /waitmutex

Aug 09 01:37:09 fileserver systemd[1]: Starting Plex Media Server for Linux...
Aug 09 01:37:09 fileserver systemd[1]: Started Plex Media Server for Linux.

In logs all looking good.

Worked!!!

Connect to the server as if it were on a remote network:

On the local host,

  1. open a ssh connection to it and leave it open after authenticating.

Copy

ssh ip.address.of.server -L 8888:localhost:32400

  1. While letting that connection stay open, run your browser through that connection

Copy

http://localhost:8888/manage/index.html#!/setup

This will start the setup wizard. From there, you can complete setup.

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