• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

admin login impossible

P

philippd

Guest
hallo,


i cant login in into the plesk web panel as admin user

i get the german message "Benutzername wurde gesperrt" which means the same like "username has been locked".

what does this mean? did i use the wrong passwort? (that would be possible because im not sure about it) or happened something else?

because what i dont understand is that the name has been "locked" - who could have locked the admin user??


thank you
Philipp
 
Run: mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "delete from lockout"
Then: cat /etc/psa/.psa.shadow

Then you'll see your admin password, and login will be unlocked. Good luck.
 
The 'Admin' user can be locked out due to either too many unsuccessful login attempts, or having exceeded the number of simultaneous logins.

For example, if you login and then close the browser without logging out, that will hold one login session 'open', if you do this too many times, then you may not be able to re-login until one of the previous sessions expires/times-out.

If it is due to unsuccessful login attempts (like someone trying to guess the admin password), then usually it will auto-unlock after 30 minutes.
 
Back
Top