Introduction
In some cases, cPHulk Brute Force Protection may block an IP address of one or more of your devices. The procedure below will show you how to remove a blocked IP address from cPHulk in SSH.
Procedure
To remove a blocked IP address from cPHulk in SSH, run the following whmapi1 function as root (replace "IP_ADDRESS" with the IP address you want to remove the block for.):
whmapi1 flush_cphulk_login_history_for_ips ip=IP_ADDRESS
To remove multiple blocked IP addresses from cPHulk in SSH, run the same whmapi1 function, but for each additional IP address, increment the "ip" parameter by 1.
Example:
whmapi1 flush_cphulk_login_history_for_ips ip=IP_ADDRESS ip-1=IP_ADDRESS_2 ip-2=IP_ADDRESS_3
Please see our documentation for more information:
Comments
0 comments
Article is closed for comments.