Setup a new server (3rd) issue

Hi everybody, i’ve just installed PMS on linux ubuntu 16.04.

Install process was successfully - OK

The problem is in the setup wizard, plex suggest to me only the existing server and don’t recognize the new one. Schermata 2020-01-23 alle 00.18.06

BIASINAS4 is my original PMS, the new installation doesn’t finde itself.

Sign out of Plex/web (upper right)
Open an incognito window to the new server IP address IP:32400/web

Now try to setup.

If the IP address is remote or on a different subnet,
you will need SSH tunnel to complete setup.

Thanks ChuckPA, can you show me the way for the SSH tunnel on Mac os please?

Thanks

Open a terminal window (command prompt)

ssh -L 8888:127.0.0.1:32400  ip.addr.of.host

Sign in and let sit idle

Open http://127.0.0.1:8888/web in your browser.

You will now transit the tunnel and access the host as if local to it.

Many thanks ChuckPA.

It works.