Skip to main content

Can't login as root

Comments

2 comments

  • 24x7server
    Hello, I think your IP is blocked in cPHulk Brute Force databases and due to that you are getting this issues. Try to access it from different IP OR network
    0
  • cPanelMichael
    Hello :) It's likely that cPHulk locked out the "root" user because a brute force attack was detected. The length of the lockout depends on the values you have configured for the following options in "WHM Home " Security Center " cPHulk Brute Force Protection": IP Based Brute Force Protection Period in minutes Brute Force Protection Period in minutes If the lockout continues, you may need to obtain console access and disable cPhulk with commands such as:
    for i in `ps aux | grep -i "cphulkd - process" | awk {'print $2'}` ;do kill -9 $i ;done /usr/local/cpanel/bin/cphulk_pam_ctl --disable
    Note that some users disable cPHulk and utilize a third-party application (e.g. CSF/LFD) to handle brute force attacks. This may be an option for you to consider. Thank you.
    0

Please sign in to leave a comment.