my proxmox not runing in web on windown10

Is 192.168.100.1 really your router? Did you type in "https://" and not "http://"? Can you ping your PVE server (ping 92.168.100.2)? Whats the output of cat /etc/network/interfaces, ip a and systemctl status pveproxy run from your PVE servers console?
 
You didn't showed the output of ip a to check if your NIC is running and got an IP.

Outputs of this might also help diagnosing the issue:

Check if the port is open: nmap -p8006 192.168.100.2
And if pveproxy is is listening: netstat -tulnp | grep 8006
And if the host can access access the webui locally: curl -s -k https://127.0.0.1:8006 | grep title
 
Last edited:
Thats strange. ip a should work out of the box. Its the short form of ip addr show that also doesn't work?
 
And what return netstat -tulnp | grep 8006 and curl -s -k https://127.0.0.1:8006 | grep title? But not sure if curl is installed by default.
 
Your NICs are down. What is the output of ip link set dev vmbr0 up if you try to bring the bridge up?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!