Cpanel Port Blocked
When we are hosting a website, we can access a cpanel feature to manage a website. In other way, we can’t access cpanel because of the cpanel port blocked by network administrator for security reason.
Now i will explain how to resolve it.
The first time you must go to the place that you can access cpanel. Open it !. Create a new subdomain for your new cpanel (for example mpanel.yourdomain.com).
Usually, by default, cpanel address located at cpanel.yourdomain.com or yourdomain.com/cpanel. Download cpanel proxy from cpanelproxy.net or you can download here. Upload cPanelProxy.zip to your new subdomain root directory. Extract it.
Open and edit file cpanelproxy.php. Assume your new subdomain is mpanel.yourdomain.com
Change this code
$cpanelhost = 'cpanel.'.$hostpostfix;
To
$cpanelhost = 'mpanel.'.$hostpostfix;
Now you can access your new cpanel at mpanel.yourdomain.com
