Pages

Monday, March 25, 2013

How to Clear cPanel/WHM Brute Force Log from SSH

If you find that you have accidentally been locked out of your WHM/cPanel server by Brute Force Detection, you can log in to your VPS via SSH and run the following command to clear the brute force log:

    # echo "delete from brutes; delete from logins;" | mysql cphulkd

No comments:

Post a Comment