[SOLVED] Can't login with web gui, but ssh works and VE auth works too

Viper_Prime

New Member
Mar 16, 2026
6
0
1
I updated to PVE 9 from 8.4.1+ and can't login with web gui, but ssh works and VE auth works too, it's just pam login. I don't konw what to do, i still have root access but i want to have the web gui.

I think its a problem with the configs but i don't know how to fix them.

debsums -c :

/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
/usr/share/pve-yew-mobile-gui/index.html.tpl

If you can help please do.
 
Yes i did and i think that did something to the configs, how can i reset them?
I have tried reinstalling the packages but that did't work.
Do i need to restart the server?
 
Yes i did and i think that did something to the configs, how can i reset them?
I have tried reinstalling the packages but that did't work.
Do i need to restart the server?
The scripts put a "helpful" service that runs in the background and "fixes" your PVE installation every time it gets "unfixed".
There are multiple threads about this on the forum, I don't have them saved - if I come across one I will place it here. You may be able to find the steps faster.

Restarting the server is not necessary and will not help until you address the "updater".

Cheers


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
The specific script is: https://community-scripts.org/scripts/post-pve-install
i have opened a "help-needed" on their discord
so far i have received this

  1. Viper Prime

    OP​

    I need to remove this script how do i remove it, it keeps editing configs.I reacently upgraded PVE to 9 form 8.4.1+ and the script is not compatible

  2. tremor021 [HMLB],​

    what configs its editing?

  3. Viper Prime

    OP​

    /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js/usr/share/pve-yew-mobile-gui/index.html.tpl

  4. CanbiZ | MickLesk​

    Script is compatible with 8 and 9, lol
    d5d18f9c17a19de2.svg
  5. Viper Prime

    OP​

    https://forum.proxmox.com/threads/c...rks-and-ve-auth-works-too.181698/#post-843583

    Proxmox Support Forum
    Can't login with web gui, but ssh works and VE auth works too
    I updated to PVE 9 from 8.4.1+ and can't login with web gui, but ssh works and VE auth works too, it's just pam login. I don't konw what to do, i still have root access but i want to have the web gui.I think its a problem with the configs but i don't know how to fix them.debsums -c ...
    Image


  6. idk but it seems to be the problem
  7. CanbiZ | MickLesk​

    The Script doesnt have anything to do with the reported path, in Forum, Classic "mimimi" instead of helpful answers
    The Script doesnt have anything to do with the reported problem, in Forum, Classic "mimimi" instead of helpful answers

  8. Viper Prime

    OP​

    then what do i do?
  9. CanbiZ | MickLesk​

    You should know, the Script is installed currently 2-5k times per day, so in a week 50k
  10. And never get Issues with this

  11. Check your Proxmox. Refresh your Cache, refresh your Browser.

  12. Viper Prime

    OP​

    https://giphy.com/gifs/fire-computer-broke-ifdgj0ujZVjVPlo1xH

  13. did that like 9999999999 times

  14. CanbiZ | MickLesk​

    Ok

  15. What are the Issues instead your answer? Screenshots ? Logs? Any helpful instead of "doesnt Work"

  16. Viper Prime

    OP​

    and debsums -c :/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js/usr/share/pve-yew-mobile-gui/index.html.tpli can give server logs to if i find them in the cli
    Image
 
@Viper_Prime , it was not my intention to get into a "fight" through proxy with someone on discord before noon on Monday.

The Script doesnt have anything to do with the reported path, in Forum, Classic "mimimi" instead of helpful answers
Code:
#wget https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh

#grep /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js post-pve-install.sh
WEB_JS=/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js

#grep WEB_JS post-pve-install.sh
WEB_JS=/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
if [ -s "$WEB_JS" ] && ! grep -q NoMoreNagging "$WEB_JS"; then
    sed -i -e "/data\.status/ s/!//" -e "/data\.status/ s/active/NoMoreNagging/" "$WEB_JS"


Good luck!


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
Last edited:
Here is a thread that may be helpful:

I used the following google search terms : proxmox reinstall web toolkit helper script


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
[solved]
solution:
  1. Now its clear, you get:rp_id is not an effective_domain of rp_originfailed to begin webauthn context instantiation: The configuration was invalidYour logs clearly show a WebAuthn configuration error, not a problem with the UI files the script modifies.This happens when WebAuthn is configured for a domain, but you access the GUI via IP (e.g. https://192.168.x.x:8006/).With Proxmox VE 9 the WebAuthn validation became stricter, so mismatched rp_id / origin values will cause 401 authentication failure

  2. You can Check it Here:cat /etc/pve/datacenter.cfgMaybe remove tempor. The webauthn: path

  3. Then restart the Proxy

  4. systemctl restart pvedaemon pveproxy

  5. Viper Prime

    OP​

    webauthn: id=192.168.88.161,origin=https://192.168.88.161:8006,rp=192.168.88.161

  6. output cat:

  7. CanbiZ | MickLesk​

    Yes thats the Problem

  8. Viper Prime

    OP​

    how do i fix it?

  9. CanbiZ | MickLesk​

    Comment out at Firstrp / id must be a valid effective domain for the origin, and using the IP here is what triggers

  10. Viper Prime

    OP​

  11. #webauthn: id=192.168.88.161,origin=https://192.168.88.161:8006,rp=192.168.88.161?

  12. CanbiZ | MickLesk​

    Yeah or remove it completly, then restart the service as test

  13. Viper Prime

    OP​

    OMG it works!!!!!!!!!
 

Attachments