1 min read
How to fix Proxmox error “401 permission denied – invalid PVE ticket”
NOTE: This fix may not work for everyone but as it helped me finally solve a problem when messing around with clustering after looking for quite a while, this post is to make it easier for the next guy to find
In the following order run:
systemctl stop corosync pve-clustersystemctl stop pvedaemon pveproxy pvestatdsystemctl start pve-clusterrm /etc/pve/authkey.pubrm /etc/pve/authkey.old– don’t worry if it cant find a file to delete heresystemctl start pvedaemon pveproxy pvestatd
You should now (hopefully) have access to your web interface again
The information here is copied from this post on the proxmox forums.

