• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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