yonienjcn

Registered
Jun 29, 2011
1
0
51
Installed cPanel with the Centos (downloaded from official site) on internal server with two internal IP (10.0.0.12, 192.168.50.12), the installation is successful.

But when I try to access the cpanel from https://192.168.50.12:2083 and http://192.168.50.12:2083, both of them are giving me error message: Unable to connect.

When I try to access without port number, I get "If you feel you have reached this page in error, please contact the web site owner"

Anybody can help me to login???

Thanks
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

First, you should ensure that cPanel is active on port 2083. You can use the following command to check this:

Code:
# netstat -lnp | grep :2083
The output should look close to this:
Code:
[~]# netstat -lnp | grep :2083
tcp        0      0 0.0.0.0:2083                0.0.0.0:*                   LISTEN      32655/cpsrvd - wait
If that's normal, you should check to see if you have any firewall rules that could be blocking access to cPanel. The following post contains useful information regarding which ports should be open in your firewall when using cPanel:

Getting the most out of your system's firewall

Thank you.