• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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