Even though we promised you won’t need a terminal, you will need one to troubleshoot some issues. Don’t worry, we’ll guide you through it step by step.

Cannot connect to the daemon

If the panel is unable to connect to the daemon, you will notice it because the server will appear offline. Offline

Many things could cause this, but the most common are:

The daemon is not running

You need to connect via SSH to your server and run the following commands

# This command will join the RevPanel installation directory
cd /etc/revpanel
# Reboot the daemon
sudo docker compose restart

If the daemon was not running, it will now be running and you should be able to connect to it. If the issue is still not resolved, try another solution from the ones below.

The host bridge is not running

This is an issue that could happen, but we have a simple solution for you! You need to connect via SSH to your server and run the following command:

# Reboot the host bridge
sudo systemctl restart revpanel-host-bridge
Not able to use SSH? Contact us and we’ll assist you!