Stop worrying about your server.

cPanel Server Management for just $59/mo with Unlimited tickets, Unlimited admin hours, Security audits, 24×7 monitoring and lot more 

cPanel Server Management  $59/mo Click here

Brute Force error while trying to Login to the cPanel of a domain:

If you are getting  Brute Force error while accessing cPanel then you need to remove the IP that you are trying to access cPanel from the  Brute Force database. This can be done by following the steps below,

Step 1.

Login to mysql

Step 2.

In the mysql prompt select the database using the following command,

mysql> use cphulkd;

Step 3.

After selecting the database use the commands below to Backup, remove IP from database.

mysql>BACKUP TABLE brutes TO ‘/path/to/backup/directory’;
mysql> SELECT * FROM brutes WHERE `IP`=’xxx.xxx.xxx.xxx’;
mysql> DELETE FROM brutes WHERE `IP`=’xxx.xxx.xxx.xxx’;
mysql>quit

Note: Make sure you entered the correct IP address in the above mysql query.

Now try to login to cPanel using correct login credentials.

Need our help to fix the issue ? Submit Support Ticket Now

[sep][/sep]

[button size=”large” color=”green” title=”Server Administration Services from Stack Supports” link=”http://iserversupport.com/server-support-products/server-security/”]View Server Administration Packages[/button]