How to check whether the cPanel ports are open

How to check whether the cPanel ports are open

On Saturday,10 March 2018.

You may experience issues with the non-standard HTTP ports cPanel works with. Usually, cPanel can be opened via:

  • https://yourdomainname.com/cpanel
  • https://yourdomainname.com:2082
  • https://cpanel.servername.com

Sometimes local firewalls allow only access to sites on port 80. In such cases, use the last URL. Note that the third address is a web based proxy which provides you with the option to access your cPanel via the default HTTP port 80. We have set this extra service for our customers whose Internet Service Providers block ports 2082 and 2083.

You may experience issues with the non-standard HTTP ports cPanel works with. Usually, cPanel can be opened via:

  • https://yourdomainname.com/cpanel
  • https://yourdomainname.com:2082
  • https://cpanel.servername.com

Sometimes local firewalls allow only access to sites on port 80. In such cases, use the last URL. Note that the third address is a web based proxy which provides you with the option to access your cPanel via the default HTTP port 80. We have set this extra service for our customers whose Internet Service Providers block ports 2082 and 2083.

You may check if the ports are blocked executing the following commands:

If you are running Windows do the following:

  • Click Start
  • Click Run
  • Type cmd
  • Type telnet yourdomainname.com 2083
  • Type telnet yourdomainname.com 2082

If you are running Linux do the following:

  • Start your Linux/Mac OS console terminal
  • Type telnet yourdomainname.com 2083
  • Type telnet yourdomainname.com 2082

If the port is not blocked the results should look like the following one. Trying IP_of_the_server ( 10.10.10.10 for an example )…

Connected to servername.com.Escape character is ‘^]’.

Different results will mean that the port is blocked and you should use the web proxy link provided above.

Not Quite Sure? We're Here to Help!