Hi,
I have an old CWP installation, couple of websites running on it and all are fine. It seems either I have forgotten port for admin or cwp admin is not loading .
I checked version, its :
cat /usr/local/cwpsrv/htdocs/resources/admin/include/version.php
<?php
$webpanel_version = "0.9.8.314";
?>
I restarted cwp :
service cwpsrv restart
Stopping cwpsrv: [ OK ]
Starting cwpsrv: [ OK ]
But its just not loading if I try :
http://my-server-ip:2030 or
https://my-server-ip:2031.
I also tried after disabling csf -x
Also tried
"service iptables stop"
But can't seems to get GUI work.
Browser is saying that "Site can't be reached" , so I checked my server-ip, its pingable and site hosted on it are working fine.
So, how can I verify on which port CWP admin is running and whether its running at all ?