CyberPanel Community

ERROR 503 the server is temporarily busy try again later!

ce
ceabay #1

Yesterday morning I installed cyberpanel on Ubuntu it worked and loaded without any error

latet yesterday I installed cyberpanel on Ubuntu 20.04
It’s never loading I reinstalled several times still same I bought another VPs same error please kindly help me

10 replies
jo
josephgodwinke #2

Welcome @ceabay1 Happy you are here

  1. Are you using modsecurity ? Disable it and try again

  2. Probably you reached max children process limit. You can confirm this by checking /usr/local/lsws/logs/lsrestart.log to fix this just restart lsws service

$ systemctl restart lsws || service lsws reload

This means you might be having so many php processes running you will need to run High CPU Usage, 4CPU 8GB RAM - #19 by josephgodwinke

Makes sure to run upgrade script and reboot your server

ce
ceabay #3

Okay I’ll try to upgrade the storage or get new VPs but I just want to be sure so I won’t be wasting funds of servers

ce
ceabay #4

Modsecurity no I just installed it still fresh seever
It’s showing error 503 when I try to login with ip:8090

jo
josephgodwinke #6

Try disable the firewalld and try again

ce
ceabay #7

I think the server is slow i noticed slow response maybe the ram is too slow

I’m done disabling firewalld but still on 503

EO
Edgar Ortigoza #9

I have same problem, in my case with Alma Linux 8
ps -aux | grep -i CyberCP
klll -9 pid process
source /usr/local/CyberCP/bin/activate
and try to start manual with /usr/local/CyberCP/bin/lswsgi -m /usr/local/CyberCP/CyberCP/wsgi.py
and get error from python3.6 too many levels of symbolic links
and found broken link to python 3.6, and re-link with
ln -s
then try to star manual but get no module error and
python -m pip install -r /usr/local/CyberCP/requirments.txt
deactivate
then reboot
and wow it work!

AR
Aditya Rathore #10

ANY SOLUTION?

OB
Osman Beser #11

Hello,

I use opencart system in the system.

I get 503 at certain intervals.
$ systemctl restart lsws || service lsws reload
When I use it, the error disappears but after a while I start getting 503 again.
Please help me.
I don’t have much information. Thank you

Sign in to reply