I'm no longer able to log onto my Proxmox GUI interface. I continue to get "Login failed. Please try again". I've already followed these steps based on previous posts:
curl -s -w "${http_code}\\n" -k --data-urlencode "username=root" --data-urlencode "password=mypassword" "https://<ipaddress>:8006/api2/json/access/ticket"
My Proxmox VM is not opened to the Internet. I'm using Linux PAM authentication, and I've never had this issue of logging in until today. Any help would be appreciated. Thanks!
- restarted pvedaemon, pveproxy and rebooted the server
- tried different browsers
- cleared the browser cache
- reset the root password following the steps outlined here: https://pve.proxmox.com/wiki/Root_Password_Reset
- I'm able to log on as root with the new password via the cli (it's a bare-metal installation with no clusters set up)
- The new password isn't being accepted, though, via the web GUI
curl -s -w "${http_code}\\n" -k --data-urlencode "username=root" --data-urlencode "password=mypassword" "https://<ipaddress>:8006/api2/json/access/ticket"
My Proxmox VM is not opened to the Internet. I'm using Linux PAM authentication, and I've never had this issue of logging in until today. Any help would be appreciated. Thanks!
Last edited: