Hosting Articles Technical Articles

Access for administrator from address xxx.xxx.xxx.xxx is restricted in accordance with IP Access restriction policy currently applied

Unable To login Parallel Plesk Control Panel  From Particular Ipaddress

Description:

Recently plesk 11.5 installed in windows 2012 R2 server.Able to login plesk panel in the server with admin details.From public ipaddress also it is login.When checking from other location it is giving  IP restrictions.Here is the error message,

Access for administrator from address xxx.xxx.xxx.xxx is restricted in accordance with IP Access restriction policy currently applied.
restricted in accordance with IP Access restriction policy currently applied

Solution:

– Log in to the plesk installed server using Administrator credentials.

– Go go the below path.

C:\Program Files (x86)\Parallels\Plesk\admin\bin>

– Now follow these commands to release the restricted ipaddress,

C:\Program Files (x86)\Parallels\Plesk\admin\bin>dbclient –direct-sql –sql=”select * from cp_access”
C:\Program Files (x86)\Parallels\Plesk\admin\bin>dbclient  –direct-sql –sql=”select * from misc where param=’access_policy'”;

C:\Program Files (x86)\Parallels\Plesk\admin\bin>dbclient  –direct-sql –sql=”update misc set val=’allow’ where param=’access_policy'”;

– Once execute the commands restart the plesk services and check the plesk control panel access.

Tags:Plesk,Plesk Control panel,Parallels,windows,Plesk details,Plesk port.