Skip to content

LinuxBabu ...........

Linux System Admin Blog….

  • About
  • Contact

admin account locked

Admin account locked out of Plesk

July 5, 2008 by dino

If the Plesk admin account becomes locked due to multiple failed logins, you have two options. The first is to wait till the lockout automatically resets (15 to 30 minutes) or use the following comands.

Redhat, once connected via SSH as root:

#mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e ‘DELETE FROM lockout’

or

#mysql -u admin -p Admin_password
#use psa;
#delete from lockout where login = ‘admin’;

Be sure to replace “Admin_Password” with your current admin password for Plesk.

Windows, once connected via Remote Desktop:
Click Start
Run
Type “cmd” (without quotes) into the box and hit OK
A command prompt will appear–from there, run the following command:

C:>\Program Files\SWsoft\Plesk\MySQL\bin\mysql.exe -u admin –p Admin_Password -P8306 -D psa -e “DELETE FROM lockout”

Be sure to replace “Admin_Password” with your current admin password for Plesk.

Categories Plesk Tags admin account locked, linux, Plesk, redhat, windows Leave a comment

Categories

  • Basics
  • CloudLinux
  • Command Line
  • cPanel
  • DirectAdmin
  • OpenVZ
  • OS X
  • Parallels Cloud Server
  • PCI Compliance
  • Plesk
  • Uncategorized
  • Virtuozzo
  • WebMin
  • Wordpress

Tags

Add IP apache apf bind IP centos cPanel cpanel freebsd DDos debain Debian add IP DirectAdmin DNS eAccelerator exim fdisk firewall freebsd FreeBSD Quota fstab horde IP address in FreeBSD iptables kernel linux mail mysql MySQL Optimization named OpenBSD perl php phpMyAdmin pkg_add Plesk Plesk Upgrades redhat rvsitebuilder Securing MySQL SMTP sshd Virtuozzo VPS WHM WHMCS windows

Recent Posts

  • cPanel :: Change nameservers for all zone files using command line
  • (no title)
  • Norton blacklisted my website and it is CLEAN!
  • CentOS 7 :: /var/log/messages , cron , secure log files empty
  • Plesk Onyx 17.8 :: Backup Error :: Errcode: 24 – Too many open files
© 2025 LinuxBabu ........... • Built with GeneratePress