Proxmox 6 Web UI is not Working

mjdaran

New Member
Jan 21, 2021
5
1
3
33
Hello, Im a total rookie with some experience in VMware. Im trying Proxmox for the first time and the web ui is not working. Without which I cannot create VMs. Okay, here's what Im trying to do.

I have a dedicated server in OneProv. Installed Proxmox 6 from the OS options. Then I try to go to, "https://serverIP:8006" and it gave me "the site can't be reached" error in Chrome, Firefox, Edge and Opera. But the server is accessible via putty. Like I said I have no knowledge in any type of commands or proxmox itself so I dont know what to do with the putty.

My aim is to create Windows VM in proxmox. I reinstalled and rebooted a couple of times and no luck. Please give me suggestions or tweaks to make the Web UI working for me to create VMs.

Thanks in advance
 
Hello,

But the server is accessible via putty.
That means you can ping the IP of Proxmox VE.

Could you post output of the following commands:

On the Proxmox VE node do:

Bash:
curl -k https://127.0.0.1:8006 | grep title

ss -4 -a | grep LISTEN

pve-firewall status
 
Thanks for replying back. Actually found the error, I entered the wrong username, it has to be "root". its all fine now
 
  • Like
Reactions: Moayad