Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com

Clearing Brute Force Lockout Print

  • 2

Clearing a Brute Force Lockout Record from WHM on Apache - this requires root access to the server.

  1. SSH into the server with ROOT access
  2. Open the MySQL Prompt (type mysql + enter)
  3. From the SQL Prompt, run the following:

    mysql> use cphulkd;
    mysql> DELETE FROM `brutes` WHERE `IP`='xxx.xxx.xxx.xxx';
    mysql> quit;

 


Was this answer helpful?

« Back

Powered by WHMCompleteSolution