Cant seem to connect to the web interface but can connect to ssh

Tazy

Member
Oct 9, 2021
2
0
6
24
I'm really struggling here, I've just installed proxmx 7 and cant connect to the web interface I don't know what to do.
 
Check if the port is open: nmap -p8006 ProxmoxIPAddr
And if pveproxy is working: netstat -tulnp | grep 8006
And if the host can access access the webui: curl -s -k https://127.0.0.1:8006 | grep title