Control Web Panel

WebPanel => CentOS-WebPanel Bugs => Topic started by: goragod on April 05, 2018, 01:11:04 PM

Title: WARNING: User Panel possible issue detected! If you have issues with user panel
Post by: goragod on April 05, 2018, 01:11:04 PM
Users can not login to Control panel at 2082 port
Title: Re: WARNING: User Panel possible issue detected! If you have issues with user panel
Post by: goragod on April 06, 2018, 01:08:59 AM
WARNING: User Panel possible issue detected! If you have issues with user panel login, CSF Firewall restart will be needed.
Title: Re: WARNING: User Panel possible issue detected! If you have issues with user panel
Post by: dnu_corp on April 16, 2018, 06:36:07 AM
Please.. please help... I have the same issue..

i've cheked with sh /scripts/check_api, here's the result

User API port 2302 check: OK
Oauth query check: FAILED
User API folder check: OK
External API port 2304 check: OK
External API files and htaccess : FAILED
CSF Firewall status check: ENABLED
TCP_IN for port 2304 set in /etc/csf/csf.conf: OK
TCP_OUT for port 2304 set in /etc/csf/csf.conf: OK
Title: Re: WARNING: User Panel possible issue detected! If you have issues with user panel
Post by: studio4host on April 16, 2018, 09:18:06 AM
1.check if your user panel works
Code: [Select]
netstat -tulpn|grep 2082If you get output like this then you need to check the firewall open port and open port 2082/2083
Code: [Select]
tcp        0      0 0.0.0.0:2082            0.0.0.0:*               LISTEN      519/cwpsrv: master
You can open this TCP_IN & TCP_OUT port from CWP by clicking on the Firewall and then configuration edit
After making this changes firewall restart will be needed.
Title: Re: WARNING: User Panel possible issue detected! If you have issues with user panel
Post by: goragod on May 04, 2018, 02:43:17 AM
# Allow incoming TCP ports
TCP_IN = "20,21,2002,25,53,80,110,143,443,465,587,993,995,2030,2031,2082,2083,2086,2087,2095,2096,2304"

# Allow outgoing TCP ports
TCP_OUT = "20,21,2002,43,128,25,53,80,110,113,443,2030,2031,2082,2083,2086,2087,2095,2096,587,993,995,2304"
Title: Re: WARNING: User Panel possible issue detected! If you have issues with user panel
Post by: capt3n on July 22, 2018, 02:05:29 PM
I Have same issue,

please support to be fix....urgent.

thans
Title: Re: WARNING: User Panel possible issue detected! If you have issues with user panel
Post by: 325Chris on October 04, 2018, 06:09:15 PM
I have the same problem, why not answer here ?
Title: Re: WARNING: User Panel possible issue detected! If you have issues with user panel
Post by: Netino on October 07, 2018, 08:06:55 PM
I had a similar problem: 'root' panel working normally, but the 'user' panel stops to work suddenly.

Since a change I did in '/root/.mt.cnf', including a custom section called "[monitoring]" to do monitoring in mysql, the user panel stops to work.
Although the section is legitimate to do work mysql normally, seems the control panel do some parsing in that file to do work the user panel.
So, when I remove that custom section, the problem vanished.

If you have some customization in that file, try to remove them.

Regards,
Netino
Title: Re: WARNING: User Panel possible issue detected! If you have issues with user panel
Post by: bullten on October 08, 2018, 04:18:19 AM
what is output of

Code: [Select]
ss -nlp | grep 2082
Title: Re: WARNING: User Panel possible issue detected! If you have issues with user panel
Post by: Wira on December 18, 2018, 05:57:54 AM
same here.. any one?