• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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