I Cannot Access my Cyberpanel Dashboard

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

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

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.

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

Check first if there’s empty space on /tmp

How i can check that?

Use this command for example:
df -h

I have same error can anyone save me

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

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

Sending you by pm a list of commands

Commands that fixed it:

rm -rf /tmp/*
chmod 777 /tmp
systemctl restart lscpd
2 Likes

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

i follow your instruction but in my case still same problem

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.