I got a Problem… i cant find the Plexmediaserver. Im using Ubuntu 18.04 Server. The Plexmedia Server is starting and Service is Running. If i log in to Plex it schows left that there is no Server found.
Chris,
How is it installed? Docker, Snap, or native host installation?
If Native Host or Snap, you can get to it (we’ll reset it so you can get to it and associate it with your account)
Stop Plex (systemctl stop plexmediaserver)
sudo rm "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Preferences.xml"
Log out of the web app (Upper right corner)
Start plex (systemctl start plexmediaserver)
Open an incognito window in your browser
Depending on where the server is, we use:
a. on the host your running the web browser (resident) http://127.0.0.1:32400/web
b. on a host on your LAN (same subnet) http://ip.addr.of.host:32400/web
c. on a remote network: Remote tunnel:
ssh -L 8888:127.0.0.1:32400 ip.addr.of.host
sign in and let sit idle
(Local Web browser) http://127.0.0.1:8888/web
Now complete your setup, which signs it into your account.