[SOLVED] gui dosen't work

Mar 17, 2023
20
1
8
bergantino
already two/three months I have proxmox ve installed, yesterday the web gui was no longer working.
to access it I used: https://ipaddress:8006

can i restore it somehow? maybe configuring the two network cards from the shell?
I don't want to lose all the data as it is quite important.

btw I can't see the ip of my proxomx on my router and on my lan.


Thanks in advance everyone for your help.
 
Last edited:
In case SSH is still working or you can connect a keyboard+display you can use the console to get some more information.

I for example would check with df -h if the root filesystem is full. Then with ip a if your bridges are up. You could also have a look at the systlog or journal to see if there are errors telling you what is not working. And you could check with systemctl status pve* if all PVE services are up an running.
 
  • Like
Reactions: edoardofranciosi
In case SSH is still working or you can connect a keyboard+display you can use the console to get some more information.

I for example would check with df -h if the root filesystem is full. Then with ip a if your bridges are up. You could also have a look at the systlog or journal to see if there are errors telling you what is not working. And you could check with systemctl status pve* if all PVE services are up an running.
yup, it works, only with keyboard+display.... but when I type systemctl status pve* says "pve.service could not be found" is there something that I can do to fix it ?
 
the error was in the configuration of nano /etc/network/interfaces


auto vmbr1 iface vmbr1 inet static
address 192.168.178.183
netmask 255.255.255.0
gateway 192.168.178.1
bridge_ports eno2
bridge_stp off
bridge_fd 0
 
the error was in the configuration of nano /etc/network/interfaces


auto vmbr1 iface vmbr1 inet static
address 192.168.178.183
netmask 255.255.255.0
gateway 192.168.178.1
bridge_ports eno2
bridge_stp off
bridge_fd 0
hello, i am currently experiencing the same problem you had wherein I cannot access the web GUI of proxmox. may i ask what you did in here in order to fix the problem??
 
For other that may have the same problem try this:
apt install --reinstall libtemplate-perl