Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Member
    Join Date
    Apr 2009
    Posts
    7

    Default Login error to WHM from root user

    Hello,

    We are facing following error when we try to login and we are not able to login the WHM panel :

    Brute Force Protection

    This account is currently locked out because a brute force attempt was detected. Please wait a few minutes and try again. Attempting to login again will only increase this delay. If you frequently experience this problem, we recommend having your username changed to something less generic.

  2. #2
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    6,305
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: Login error to WHM from root user

    Do you have root SSH access? If so, you can always log into mysql to clear the cPHulk brutes database:

    Code:
    mysql
    delete from cphulkd.brutes;
    delete from cphulkd.logins;
    Then to add your IP to the whitelist, do:

    Code:
    INSERT INTO cphulkd.whitelist (IP, ISPREFIX) VALUES ('IP#', '0');
    Please replace IP# with your IP number such as 12.12.12.12:

    Code:
    INSERT INTO cphulkd.whitelist (IP, ISPREFIX) VALUES ('12.12.12.11', '0');
    You can check if the IP was whitelisted properly by running:

    Code:
    SELECT * from cphulkd.whitelist;
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Forums Technical Analyst, cPanel Tech Support

    Submit a ticket | Check an existing ticket

Similar Threads & Tags
Similar threads

  1. Replies: 1
    Last Post: 04-01-2011, 02:13 AM
  2. ProFTPD new user 530 login error/no such user
    By Guile in forum cPanel and WHM Discussions
    Replies: 14
    Last Post: 02-16-2009, 04:32 PM
  3. If user created by root, login loop
    By twistedgamer in forum Data Protection
    Replies: 4
    Last Post: 11-20-2008, 09:02 PM
  4. Creating a new root user login for Server Management Company
    By mealto in forum New User Questions
    Replies: 4
    Last Post: 05-11-2007, 06:34 PM
  5. how to change root login user to other for Cpanel WHM login page?
    By onnetsupport in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 06-07-2006, 09:21 AM
Tags for this Thread
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube