Introduction
In some cases, cPHulk Brute Force Protection may block an IP address of one or more of your devices. The procedure below shows 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 for which you want to remove the block):
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
See our documentation for more information:
Comments
0 comments
Article is closed for comments.