Marketplace Instance and port 55414

I am trying to use the unattended python script but am having trouble connecting over port 55414. I SSHed into the server. nc -w 5 -vz localhost 55414 failed with a connection refused where my internet port 55415 succeeded. Has anyone been able to get it to work? What am I missing?

The web interface is at port 80 with the appliance. The internal web server is disabled.

Port 80 was the first issue. Thanks for that. When I had tried that first, my secondary issue was the version of python did not like the readall method in the get_json function. I changed that to just .read() and I’m able to get into the interface.

My solve now is how do I get the authkey for an existing account.