CyberPanel Community

ClosedI Cannot Access my Cyberpanel Dashboard

yy
you you #1

Hi, everything was working fine until yesterday, i cannot access cyberpanel via myip:8090!
i have no problem with my server i can access it via SSH and via FTP as well
all my websites are working fine but i don’t understand why i cannot access cyberpanel

i have changed my browsers and the devices too and also the network but it’s the same problem

ERROR:

This site can’t be reached

162.243.xxx.xx refused to connect.

Try:

ERR_CONNECTION_REFUSED

13 replies
tb
tbaldur #2

Run this command, check if database cyberpanel exists:
mysql -u root -p$(cat /etc/cyberpanel/mysqlPassword) -e 'SHOW DATABASES;'

If it does exist, try manually restarting cyberpanel:
systemctl restart lscpd

yy
you you #3

the cyberpanel database is exist
I’ve run the command but it’s showing me this error
“Job for lscpd.service failed because the control process exited with error code.
See “systemctl status lscpd.service” and “journalctl -xe” for details.”

and after running this command “systemctl status lscpd.service” it’s show me this:

● lscpd.service - LSCPD Daemon
Loaded: loaded (/etc/systemd/system/lscpd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2022-08-30 20:38:26 UTC; 1min 36s ago
Process: 53659 ExecStart=/usr/local/lscp/bin/lscpdctrl start (code=exited, status=2)

Aug 30 20:38:09 cyberpanel211onubuntu2004-s-2vcpu-4gb-amd-nyc1-01 systemd[1]: Starting LSCPD Daemon…
Aug 30 20:38:09 cyberpanel211onubuntu2004-s-2vcpu-4gb-amd-nyc1-01 lscpdctrl[53689]: [ERROR] Failed to write to pid file:/tmp/lscpd/lscpd.pid!
Aug 30 20:38:09 cyberpanel211onubuntu2004-s-2vcpu-4gb-amd-nyc1-01 lscpdctrl[53659]: [ERROR] Failed to start lscpd!
Aug 30 20:38:25 cyberpanel211onubuntu2004-s-2vcpu-4gb-amd-nyc1-01 lscpdctrl[53739]: lscpd: no process found
Aug 30 20:38:26 cyberpanel211onubuntu2004-s-2vcpu-4gb-amd-nyc1-01 lscpdctrl[53748]: [ERROR] Failed to write to pid file:/tmp/lscpd/lscpd.pid!
Aug 30 20:38:26 cyberpanel211onubuntu2004-s-2vcpu-4gb-amd-nyc1-01 lscpdctrl[53659]: [ERROR] Failed to start lscpd!
Aug 30 20:38:26 cyberpanel211onubuntu2004-s-2vcpu-4gb-amd-nyc1-01 systemd[1]: lscpd.service: Control process exited, code=exited, status=2/INVALIDARGUMENT
Aug 30 20:38:26 cyberpanel211onubuntu2004-s-2vcpu-4gb-amd-nyc1-01 systemd[1]: lscpd.service: Failed with result ‘exit-code’.
Aug 30 20:38:26 cyberpanel211onubuntu2004-s-2vcpu-4gb-amd-nyc1-01 systemd[1]: Failed to start LSCPD Daemon.

tb
tbaldur #4

Failed to write, either /tmp is full or permission issue

Check first if there’s empty space on /tmp

yy
you you #5

How i can check that?

tb
tbaldur #6

Use this command for example:
df -h

tb
tbaldur #9

Can you send me your Anydesk (teamviewer alternative) by private message, please?
And have your putty and sftp file manager open please

yy
you you #10

my internet speed is very bad you cannot control via anydesk, you can guide me here please

tb
tbaldur #11

Sending you by pm a list of commands

tb
tbaldur #12

Commands that fixed it:

rm -rf /tmp/*
chmod 777 /tmp
systemctl restart lscpd
yy
you you #13

Thank you so much for the help, i really appreciate that!

HB
Haythem Boufaghes #14

i follow your instruction but in my case still same problem

Sign in to reply