• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Please Help Me ! Plesk IP Deny Problem

AytaçE

New Pleskian
I did Plesk IP restriction on the panel. Now you can not log in as admin. command to determine which files to the server, or fix it?

fsdfsf.png
 
I connected PSA Mysql on the Plesk Panel. And I deleted IP adress date in cp_access table in MYSQL data.

But it didn't working. Do you know how to fix this problem ?

Sincerely,
 
I solved the problem.

mstsc login to your VPS or Dedicated

command cmd window.

cd %plesk_bin%
dbclient.exe --direct-sql --sql="select * from cp_access"
dbclient.exe --direct-sql --sql="select * from misc where param='access_policy'";
dbclient.exe --direct-sql --sql="update misc set val='allow' where param='access_policy'";


and fixed the problem.

Sincerely,
 
Back
Top