This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
CentOS 7 Problems / Re: user can't login after automatique update cwp today
« on: December 28, 2017, 02:52:24 PM »
I had same problem.
Make sure that you can reach port 2082 using telnet connection
telnet <CentOS WebPanel IP> 2082
if you are unable to telnet webpanel IP over port 2082 from your remote management system, it means that firewall/port forwarding is not properly configured most likely on VPS/Amazon/Cloud Side and less likely on your local system..
Once telnet connection over port 2082 is successful, you should be able to connect. If you still not able to connect then make sure that
port 2082 is listening on your Centos Web panel, using the command below to check
netstat -anp |grep -i 2082
port must be in listening state.
On side note, I also upgrade the system using Web panel yum update manager.
Any questions drop me a line..
Good luck
If you found this helpful, feel free to donate www.paypal.me/SyedMazharULHassan
Make sure that you can reach port 2082 using telnet connection
telnet <CentOS WebPanel IP> 2082
if you are unable to telnet webpanel IP over port 2082 from your remote management system, it means that firewall/port forwarding is not properly configured most likely on VPS/Amazon/Cloud Side and less likely on your local system..
Once telnet connection over port 2082 is successful, you should be able to connect. If you still not able to connect then make sure that
port 2082 is listening on your Centos Web panel, using the command below to check
netstat -anp |grep -i 2082
port must be in listening state.
On side note, I also upgrade the system using Web panel yum update manager.
Any questions drop me a line..
Good luck
If you found this helpful, feel free to donate www.paypal.me/SyedMazharULHassan
Pages: [1]