• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Can't login to Plesk as admin because of > IP access restriction management

T

ThankYouAndMe

Guest
I wanted to secure my Plesk Control Panel for user admin; so I did the following a while back:

PHP:
Server > IP access restriction management
Preferences >
Control panel access with administrator's privileges > 
[B]Denied from the networks that are not listed [/B]
Problem is, my ISP changed my IP address, and now I can't get in Plesk Control Panel as admin! :eek:

Any ideas on how to gain back access to Plesk Control Panel as admin?
 
In command line issue the commands:

mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "DELETE from cp_access"
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "UPDATE misc set val='allow' where param='access_policy'"
 
Thank you too. That was just what I needed on this Saturday! ;-)
 
Back
Top