[SOLVED] Can't access webgui

Johnp34

New Member
Oct 1, 2024
4
2
3
Hi
Sorry for my bad English. I am new to proxmox and linux generaly.
I have lost connection with the webgui after restart. I can access the server via ssh and start the vms. After searching the forum i found that the pveproxy and pvedaemon services don't running. I try to restart services but i get errors.

systemctl status pveproxy.service
× pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sat 2024-10-26 18:47:05 EEST; 17min ago
Process: 2242 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status>
Process: 2245 ExecStart=/usr/bin/pveproxy start (code=exited, status=255/EXCEPTION)
CPU: 1.199s

Oct 26 18:47:05 pve systemd[1]: pveproxy.service: Scheduled restart job, restart counte>
Oct 26 18:47:05 pve systemd[1]: Stopped pveproxy.service - PVE API Proxy Server.
Oct 26 18:47:05 pve systemd[1]: pveproxy.service: Consumed 1.199s CPU time.
Oct 26 18:47:06 pve systemd[1]: pveproxy.service: Start request repeated too quickly.
Oct 26 18:47:06 pve systemd[1]: pveproxy.service: Failed with result 'exit-code'.
Oct 26 18:47:06 pve systemd[1]: Failed to start pveproxy.service - PVE API Proxy Server.
lines 1-13/13 (END)

systemctl status pvedaemon.service
pvedaemon.service - PVE API Daemon
Loaded: loaded (/lib/systemd/system/pvedaemon.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sat 2024-10-26 18:47:08 EEST; 19min ago
Process: 2269 ExecStart=/usr/bin/pvedaemon start (code=exited, status=255/EXCEPTION)
CPU: 850ms

Oct 26 18:47:08 pve systemd[1]: pvedaemon.service: Scheduled restart job, restart count>
Oct 26 18:47:08 pve systemd[1]: Stopped pvedaemon.service - PVE API Daemon.
Oct 26 18:47:08 pve systemd[1]: pvedaemon.service: Start request repeated too quickly.
Oct 26 18:47:08 pve systemd[1]: pvedaemon.service: Failed with result 'exit-code'.
Oct 26 18:47:08 pve systemd[1]: Failed to start pvedaemon.service - PVE API Daemon.
lines 1-11/11 (END)

Can you please help me to fix the errors and get back the webgui?

Hello again.

After a lot of digging in forums, I found the post 'Reinstall Web GUI.' I ran the script 'apt install --reinstall pve-manager proxmox-widget-toolkit libjs-extjs.' After that, the web GUI is back again.
 
Last edited:
  • Like
Reactions: Energy and Moayad