T Tazy Member Oct 9, 2021 2 0 6 24 Oct 9, 2021 #1 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.
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.
Dunuin Distinguished Member Jun 30, 2020 14,795 4,851 290 Germany Oct 9, 2021 #2 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
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
T Tazy Member Oct 9, 2021 2 0 6 24 Oct 9, 2021 #3 I managed to get it working I think it was just that I didn't use https://ip:8006 thanks