Author Topic: WARNING: User Panel possible issue detected! If you have issues with user panel  (Read 11130 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Users can not login to Control panel at 2082 port

Offline
*
WARNING: User Panel possible issue detected! If you have issues with user panel login, CSF Firewall restart will be needed.

Offline
*
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

Offline
*
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.
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
# 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"

Offline
*
I Have same issue,

please support to be fix....urgent.

thans

Offline
*
I have the same problem, why not answer here ?

Offline
***
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

Offline
***
what is output of

Code: [Select]
ss -nlp | grep 2082

Offline
*
same here.. any one?