Hi,
what exactly does not work w.r.t the web interface? Is it not reachable? Does the login always fail?
You can start troubleshooting by checking the service status (systemctl status pveproxy.service) and the system log (journalctl -b -u pveproxy.service
) - that should probably indicate what is going wrong.
hi Cheiss,
thnx for repleying.
page turns blank, no login screen nothing.
systemctl status pveproxy.service gives:
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
Active: active (running) since Thu 2024-12-05 09:34:09 CET; 3h 29min ago
Process: 1468 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS)
Process: 1470 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
Main PID: 1472 (pveproxy)
Tasks: 4 (limit: 154003)
Memory: 202.9M
CPU: 3.366s
CGroup: /system.slice/pveproxy.service
├─1472 pveproxy
├─1473 "pveproxy worker"
├─1474 "pveproxy worker"
└─1475 "pveproxy worker"
dec 05 09:34:08 proxmox systemd[1]: Starting pveproxy.service - PVE API Proxy Server...
dec 05 09:34:09 proxmox pveproxy[1472]: starting server
dec 05 09:34:09 proxmox pveproxy[1472]: starting 3 worker(s)
dec 05 09:34:09 proxmox pveproxy[1472]: worker 1473 started
dec 05 09:34:09 proxmox pveproxy[1472]: worker 1474 started
dec 05 09:34:09 proxmox pveproxy[1472]: worker 1475 started
dec 05 09:34:09 proxmox systemd[1]: Started pveproxy.service - PVE API Proxy Server.
root@proxmox:~#
and journalctl -b -u pveproxy.service gives:
root@proxmox:~# journalctl -b -u pveproxy.service
dec 05 09:34:08 proxmox systemd[1]: Starting pveproxy.service - PVE API Proxy Server...
dec 05 09:34:09 proxmox pveproxy[1472]: starting server
dec 05 09:34:09 proxmox pveproxy[1472]: starting 3 worker(s)
dec 05 09:34:09 proxmox pveproxy[1472]: worker 1473 started
dec 05 09:34:09 proxmox pveproxy[1472]: worker 1474 started
dec 05 09:34:09 proxmox pveproxy[1472]: worker 1475 started
dec 05 09:34:09 proxmox systemd[1]: Started pveproxy.service - PVE API Proxy Server.
root@proxmox:~#
*the iphone app (proxmate) is also working