Proxmox 7.2 Can't access Webgui

fxmicha

New Member
Sep 24, 2022
1
0
1
Hi all,

I have just installed Proxmox on my server and I can't access the Webgui https://192.168.0.20:8006 is not working. SSH to this ip works

I found this in my logs:

Sep 24 01:00:38 proxmox pveproxy[1808]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1917.

/etc/hosts looks like this

root@proxmox:~# cat /etc/hosts
192.168.0.20 proxmox.localdomain proxmox
# The following lines are desirable for IPv6 capable hosts

::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

Do you have any ideas?

Thanks in Advance
 
Try adding: 127.0.0.1 localhost in a new line above your: 192.168.0.20 proxmox.localdomain proxmox line in your: /etc/hosts and reboot the PVE-host afterwards.

Not sure, if this is related to the error, but it should be there by default.
Did you install from the PVE-ISO or on top of an existing Debian installation?