Web-UI connectivity problems with MineOS Turnkey

I have seen a lot of topics related to this, but they were commonly resolved with either an “https://” at the beginning or a “:8443” at the end. I have tried to use both, but I get the error ERR_CONNECTION_REFUSED. I am able to ping both my laptop and the 1.1.1.1 server, and I am able to ping the server with my laptop. It only happened after I tried to setup static ip, so I deleted static ip, but the issue now remains. Please help.

From the console of the server itself, type this command:

netstat -ntlp

You should see :8443 listed there, at least:

Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 0.0.0.0:8443           0.0.0.0:*               LISTEN      -                   

If you don’t the webui isn’t actually running. Check /var/log/mineos.log for further detail.