Difference between revisions of "How to Fix a cPHulk Lockout for a VPS or Dedicated Server with cPanel"

From Acenet Knowledgebase
Jump to: navigation, search
(test)
 
m (Text replacement - "WHM - Web Host Manager" to "WHM")
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html> If you're unable to access your server because cPHulk is blocking access, it is simple to disable cPHulk so that you can regain access.<br /><br />All you need to do is append the following to your WHM URL and then log in using your root log in details when prompted:  
+
If you're unable to access your server because cPHulk is blocking access, it is simple to disable cPHulk so that you can regain access.
/scripts2/doautofixer?autofix=disable_cphulkd  
+
 
For example, if your server IP is 255.255.255.255, then you would use:  
+
All you need to do is append the following to your WHM URL and then log in using your root log in details when prompted:
https://255.255.255.255:2087/scripts2/doautofixer?autofix=disable_cphulkd </html> [[Category:WHM (Web Host Manager)]]
+
 
 +
<pre>/scripts2/doautofixer?autofix=disable_cphulkd</pre>
 +
 
 +
For example, if your server IP is 192.168.1.100, then you would use:  
 +
 
 +
<pre>https://192.168.1.100:2087/scripts2/doautofixer?autofix=disable_cphulkd</pre>
 +
 
 +
[[Category:WHM]]

Latest revision as of 19:20, 22 July 2015

If you're unable to access your server because cPHulk is blocking access, it is simple to disable cPHulk so that you can regain access.

All you need to do is append the following to your WHM URL and then log in using your root log in details when prompted:

/scripts2/doautofixer?autofix=disable_cphulkd

For example, if your server IP is 192.168.1.100, then you would use:

https://192.168.1.100:2087/scripts2/doautofixer?autofix=disable_cphulkd