Category: Plesk

Plesk control panel

Plesk – “Access Denied” Error while login!!

Plesk – “Access Denied” Error while login!!

Introduction – Plesk is one of the leading control panel for Web hosting on both Linux and Windows Server. This article only focus on Plesk Server on Linux platform. Default setting for Plesk control panel is stored in file “/etc/psa.conf” from where you can find out the document root of Plesk server and other default setting etc…

admin” user is the default Administrator in Plesk, with full access. Plesk server will set this “admin” user as MySQL administrator.

Problem 1) when trying to login to Plesk as an admin user, a popup says “Access Denied”

Reason :- Plesk has an built-in security feature with account logins (basically only 3 login attempts are allowed). If you enter wrong user name or password 3 times, the server will lock you out. Plesk store MySQL admin or admin user’s password in file “/etc/psa/.psa.shadow”

root@arunbagul:~# mysql -u admin -p

Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.

mysql> use psa;

Database changed

mysql>
mysql> DELETE FROM lockout WHERE login = ‘admin’;

mysql> quit
Bye
root@arunbagul:~#

Enjoy you Plesk Server!!

Thank you,

Arun Bagul