Unable to connect to webmin / cp on new server. Port 7080 is OPEN.

seezee

New Member
#1
New server on new GCP VM. Server is running, I can SSH in, I can SFTP in, but when I got to [serverIP]:7080 the page just times out. cURL command also times out. No external firewall. UFW allow 7080 for IP v4 & v6.
 

Cold-Egg

Administrator
#2
What if you curl from the console?
Code:
curl -Ik https://127.0.0.1:7080/login.php
If return 200 status code, then it means you have a firewall issue on the network layer.
 

seezee

New Member
#3
200. Where to look next? According to iptables & UFW, the following ports are open: 22, 80, 443, 587, 7080, and 8090. I use Cloudflare, but the only firewall rules there are country-based.

This is a disk image that I moved from a previous GCP VM. In theory, it's identical to the previous machine. I was able to access port 7080 on that port.
 
Last edited:
Top