• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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