Unable to Claim Plex Media Server

Server Version#:1.42.2.10156 (Linux Ubuntu)
Player Version#: NA (I wish we were that far)
<If providing server logs please do NOT turn on verbose logging, only debug logging should be enabled>

So I have been in the process of building a new Plex server. I have copied everything across and I am now at the point where I want to claim my new plex server @localIP:32400/web and sign in to claim.

So no matter what setup I use. Be it remoted in SSH or directly connected I cannot seem to claim the server.

A few details. Both my plex servers are on the same network. This was so I could RSYNC my contencts across my network.

Plex Server A is on 10.0.0.25:32400 and Plex Server B is on 10.0.0.28:32400. I have also given both of them their own public IP addresses.

So I am able to navigate to the Plex Server and so are other colleagues who have been helping me and they are greated with the adoption screen wanting me to sign in.

However every time I sign in. I get the message Unauthorsied. (images uploaded)

I also have followed many articles which have involved stopping the plex server, extracting the xml file and ensuring I remove certain elements such as: https://support.plex.tv/articles/204281528-why-am-i-locked-out-of-server-settings-and-how-do-i-get-in/

Quit/exit your Plex Media Server, so it’s not actively running
In your text editor, remove the following attribute/key pairs from the Preferences.xml file:
PlexOnlineHome=“1”
PlexOnlineMail="jane@example.com"
PlexOnlineToken=“RanD0MHex1DecIm4LtoKeNheR3”
PlexOnlineUsername=“ExampleUser”

However, the XML does not hold those items as it has not been claimed. See example below:

<?xml version="1.0" encoding="utf-8"?>

I am beside myself and donot understand why this would be happeneing. I have also tried turning off the server completely at 10.0.0.25 and I get the same problem.

Make sure the system can communicate with plex.tv. If it cannot, then claiming will not work.

Try the User Credential Reset utility:

Thank you. This was resolved. I had to use Putty to SSH and access via localhost:32400/web rather than the IP address.

Thank you for responding.