Author Topic: CentOS Web Panel GUI is Not working  (Read 23875 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
CentOS Web Panel GUI is Not working
« on: April 03, 2017, 10:55:11 AM »
I have installed centos-webpanel in my VPS but CentOS Web Panel GUI is Not working.
Below is Login area:

http://103.48.16.26:2030/
https://103.48.16.26:2031

http://103.48.16.26

Could you please help me  :'(

Offline
*
Re: CentOS Web Panel GUI is Not working
« Reply #1 on: April 03, 2017, 01:12:06 PM »
try checking if the firewall has open that port
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
***
Re: CentOS Web Panel GUI is Not working
« Reply #2 on: April 04, 2017, 06:05:12 PM »
Same here:
Code: [Select]
[root@odyn ~]# service iptables stop
iptables: Setting chains to policy ACCEPT: nat             [  OK  ]
iptables: Flushing firewall rules:                         [  OK  ]
iptables: Unloading modules:                               [  OK  ]
[root@odyn ~]# csf -x
csf and lfd have been disabled, use 'csf -e' to enable
[root@odyn ~]#
And still no CWP GUI with error 500. Admin any ideas?
UNIX is a very simple OS, but you have to be a GENIUS to understand it ...

Offline
***
Re: CentOS Web Panel GUI is Not working
« Reply #3 on: April 04, 2017, 10:43:44 PM »
For me the problem is solved. I noticed that the CPU is Dual Core and I installed CentOS 6.8 x86. Then I reinstalled it with CentOS 6.8 x86_64, put a new installation of the CWP and now everything works like a charm.
UNIX is a very simple OS, but you have to be a GENIUS to understand it ...

Offline
*
Re: CentOS Web Panel GUI is Not working
« Reply #4 on: April 07, 2017, 01:22:16 PM »
And still no CWP GUI with error 500. Admin any ideas?

try
Code: [Select]
yum reinstall cwpsrv cwpphp
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: CentOS Web Panel GUI is Not working
« Reply #5 on: November 11, 2017, 03:18:32 AM »
I had to comment out every mention of ModSecurity in all the .conf files in the cwpsrv folder. I think it was four or five files in total, then I was able to start cwpsrv and login at 2030.

And still no CWP GUI with error 500. Admin any ideas?

try
Code: [Select]
yum reinstall cwpsrv cwpphp

Offline
***
Re: CentOS Web Panel GUI is Not working
« Reply #6 on: November 11, 2017, 09:20:38 AM »
Same here. On fresh new installation of CWP6 I have to edit 3 files to comment on around 10 places the ModSecurity.
UNIX is a very simple OS, but you have to be a GENIUS to understand it ...