Cannot register new server to my account or add media

Server Version#: 1.29.2.6364-6d72b0cf6
Player Version#:

I cannot register new remote dedicated ubuntu server to my account.

  • I wanted to move my existing media to a new server (ubuntu 20 lte).
  • Ubuntu installation ok
  • plexmediaserver runs as a daemon
  • i can reach port 32400 and i can login sucessfully (via http)
  • i cannot add media/libraries, plex wants me to install a server
  • i do get a message " Any Plex Web settings and customization made in this Plex Web instance will not be synchronized with other Plex Web instances. This is because we have detected you have previously saved settings from a newer version of Plex Web. "

Thanx ahead for any help/ideas to fix this issue.

Sven

root@server:~# systemctl status plexmediaserver.service
● plexmediaserver.service - Plex Media Server
     Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
     Active: active (running) since Thu 2022-11-24 00:40:10 CET; 1h 4min ago
    Process: 83059 ExecStartPre=/bin/sh -c /usr/bin/test -d "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" || /bin/mkdi>
   Main PID: 83061 (Plex Media Serv)
      Tasks: 87 (limit: 165)
     Memory: 167.7M
     CGroup: /system.slice/plexmediaserver.service
             ├─83061 /usr/lib/plexmediaserver/Plex Media Server
             ├─83097 Plex Plug-in [com.plexapp.system] /usr/lib/plexmediaserver/Resources/Plug-ins-6d72b0cf6/Framework.>
             ├─83152 /usr/lib/plexmediaserver/Plex Tuner Service /usr/lib/plexmediaserver/Resources/Tuner/Private /usr/>
             ├─83176 Plex Plug-in [tv.plex.agents.movie] /usr/lib/plexmediaserver/Resources/Plug-ins-6d72b0cf6/Framewor>
             ├─83287 Plex Plug-in [tv.plex.agents.series] /usr/lib/plexmediaserver/Resources/Plug-ins-6d72b0cf6/Framewo>
             ├─83558 Plex Plug-in [tv.plex.agents.music] /usr/lib/plexmediaserver/Resources/Plug-ins-6d72b0cf6/Framewor>

Have you connected to the server using SSH tunnel?

  1. ssh -l your_remote_username_here 8888:ip_address_of_host:32400
  2. sign in and let the ssh session sit idle at the command line
  3. In your local browser -
  • Open a new browser tab to http://127.0.0.1:8888/web

It will respond to you as if you are connected to the machine locally.

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