No webgui and connect VM

adris

New Member
Nov 28, 2025
2
0
1
Hello,
I'm having trouble accessing the Proxmox web page. I haven't had any problems for weeks, but I updated Proxmox via the web page.
But nothing responds from one workstation to Proxmox.
Under Proxmox, I do have a ping from Proxmox to the workstation.
I noticed that pveproxy and pveis inactive. When I want to restart it, I switch to maintenance mode.

I reinstall:
Code:
apt install --reinstall pve-manager proxmox-widget-toolkit libjs-ext-js
But it gets stuck at 85%, and I have to re-enter the root password for the maintenance system.
 
Hi adris,

maybe I little bit lost in your trouble. So correct me if I am wrong:
A) You can't ping PVE from the "workstation" but you can ping the "workstation from PVE.
B) You can't access WebGUI from workstation
C) You are not able Install/upgrade package

Which version of PVE do you use? Was the update between major versions (f.e. from 8 to 9) or "common" update? Which command have you used for update?

A. Network
1. Are you able get any data from web? Command wget www.google.com should create index.html file in current directory with some content.
2. Do you have checked firewall and route from the workstation to PVE? Is there any VLAN routing or subnets routing in the path? Is there any firewall in the path (include firewall in the workstation)? Are you using SDN in PVE?
Can you post output from command iptables -nL

B. WebGUI
Can you post output from command journalctl -xeu pveproxy and systemctl status pveproxy .

C. Packages
It can correspond with some network issue. Can PVE successfully update list of packages by apt update?

R.
 
  • Like
Reactions: adris
A:
IP proxmox: 192.168.1.20
IP workstation: 192.168.1.97 (pixel 8pro)
67752.png
https://ibb.co/5h8w6kBk
https://ibb.co/d4Vxx0f3
https://ibb.co/1tDgD3K6
B: Yes
C: just update, no upgrade, but error which
Code:
dpkg --configure -a

Proxmox-VE: version 9.1.1, juste common update, i have run proxmox in 9.x.x.
I use
Code:
apt update && apt upgrade

A1: proxmox download new package but proxmox don't upgrade a new version.

A2: no SDN
iptables -nL:
https://ibb.co/27c15CpX
https://ibb.co/hxc3knKB
https://ibb.co/gcT62Gr
B: pveproxy:
https://ibb.co/p6VsM8HB
https://ibb.co/6JtjF07D

C: Yes (screenshot)
 
Last edited: