Author Topic: Cannot connect to CWP panel-Connection refused  (Read 14766 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Cannot connect to CWP panel-Connection refused
« 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/

Offline
*
Re: Cannot connect to CWP panel-Connection refused
« Reply #1 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

Offline
*
Re: Cannot connect to CWP panel-Connection refused
« Reply #2 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).