Unlocking Your Parallels Plesk Panel Account on a Windows Server
Print this Article
Comment on this Article
Last Updated:
May 12, 2010 10:07 AM
Following a number of unsuccessful login attempts, Parallels Plesk Panel locks your user account for fifteen minutes. After fifteen minutes you can try to log in to your account again.
You can also unlock your Parallels Plesk Panel account manually by running a MySQL command.
To Manually Unlock Your Plesk Account on a Windows Server
- Connect to your server using Remote Desktop Connection.
- Click on Start and select Run.
- On the Open line, type "cmd" then click "OK".
- At the command prompt type:
C:\SWSoft\Plesk\MySQL\bin\mysql -uadmin -p -P8306 -e "delete from psa.lockout where 1=1"