I just recently installed Proxmox on my laptop and I tried to login on it from my desktop and it's not able to connect to the webpage. I checked the default gateway and it matches the one I use to login to my router. What should I do?
What is the IP of the PVE server?
What is the IP of your workstation?
What is the IP of your gateway?
Can you ping the PVE server?
Can you ssh into PVE server?
What is the output of "ip a" on PVE?
What is the corresponding output from your workstation? (ipconfig /all ; ip a)
What is the output of "curl -k https://127.0.0.1:8006" when run directly from PVE (over SSH or physical console?)
What is the output of "curl -k https://<CHANGE_THIS_TO_YOUR_PVE_IP>:8006" when run directly from PVE (over SSH or physical console?)