Control Web Panel

WebPanel => CentOS-WebPanel GUI => Topic started by: emar on March 16, 2018, 03:01:24 AM

Title: ERR_CONNECTION_REFUSED This site can’t be reached
Post by: emar on March 16, 2018, 03:01:24 AM
I just did a fresh install on Centos 7 and I'm locked out of CWP again, the subdomain / website works.
The only thing I did on the VPS was enable firewalld and changed the default login port.

I created one user account and used subdomain.mysite.com for the domain.
I also ticked anable autossl.

Think the last thing I did was enable firewall in CWP.

When I'm in terminal I'm greeted by CWP so i guess it's running,
Restarted apache and rebooted server, no joy.

This site can’t be reached
652.942.256.122 refused to connect.
Try:

Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
Title: Re: ERR_CONNECTION_REFUSED This site can’t be reached
Post by: playcga on January 23, 2019, 03:06:54 AM
Try temporarily stopping the firewall services that run and connect again. If it let's you in, you need to fix your firewall configurations

Code: [Select]
systemctl stop csf

Code: [Select]
systemctl stop lfd
Title: Re: ERR_CONNECTION_REFUSED This site can’t be reached
Post by: Loz702 on January 29, 2019, 06:28:40 AM
Try temporarily stopping the firewall services that run and connect again. If it let's you in, you need to fix your firewall configurations

Code: [Select]
systemctl stop csf

Code: [Select]
systemctl stop lfd

how can you when one can not login? FTP wont allow me to login either.

cheers