Control Web Panel

WebPanel => Installation => Topic started by: kagutat on May 02, 2018, 10:40:26 AM

Title: Cannot connect to CWP panel-Connection refused
Post by: kagutat on May 02, 2018, 10:40:26 AM
Hello,I am stuck,all my sites are running but i am unable to login backend on port 2030.The error i get is that i has refused connection.Is there anyone who has an idea on how this can be solved?thanks .This is my droplet IP
http://192.241.143.241:2030/
Title: Re: Cannot connect to CWP panel-Connection refused
Post by: kkovachki on May 06, 2018, 08:55:06 PM
You can try to connect with putty or terminal to your server and make port forwarding to your local ip and 2030 to port:7777 for example. - how to do it - > https://www.akadia.com/services/ssh_putty.html

Maybe there are some kind of FW and this is reasion for your issue.

Regards,
kkovachki
Title: Re: Cannot connect to CWP panel-Connection refused
Post by: mayar on January 31, 2019, 07:33:39 AM
hostname ssl cert can be reason for not starting cwp, you can try .
(run as root)
Try to run:

Code: [Select]
sh /usr/local/cwpsrv/htdocs/resources/scripts/generate_hostname_sslThen:

Code: [Select]
sh /usr/local/cwpsrv/htdocs/resources/scripts/restart_cwpsrvIf won't work after that, check if /etc/pki/tls/certs/hostname.crt  exist (it should be symbolic link linked to hostname sub.domain.tld.crt  located in the same ...certs/ directory).