As the title suggests, I'm having some issues reliably reaching the web GUI of one of my proxmox instances.
The specific error manifests in a blank web GUI, while in all cases loading a bunch of files, but then failing with an HTTP 501 error for the file
A few things of note about my setup:
The specific error manifests in a blank web GUI, while in all cases loading a bunch of files, but then failing with an HTTP 501 error for the file
/PVE/StdWorkspace.js
.A few things of note about my setup:
- I am using Proxmox 8, and I installed this instance just about a week ago, from a freshly downloaded iso
- I do not have a proxmox subscription.
- for technical reasons, I need to use ssh local port forwarding to be able to access the GUI,
ssh -L localhost:8006:<proxmox host IP>:8006 <device in the same network as proxmox host>
- using ssh port forwarding like that works fine on my desktop PC (running linux, and using firefox 113.0.2) and loads the gui perfectly fine when going to https://localhost:8006, as I would expect
- using ssh the same way from my laptop does not load the UI (also running linux, but the snap version 115.0.1 of firefox), but the ssh connection itself works fine
- the ssh configuration on both PC and laptop is the exact same, and I am directly sshing to the same other host on the network.
- reinstall proxmox-widget-toolkit:
apt-get install --reinstall proxmox-widget-toolkit
(I even rebooted afterwards) - update all packages:
apt update ; apt upgrade ; apt autoremove ; reboot
- reboot the proxmox host, laptop, PC and the secondary device I'm using for ssh port forwarding
- using the laptop and PC from the exact same network
Last edited: