The Bunnyshell agent is at the core of all operations related to a server. From deploying an application to configuring various parameters. Sometimes the agent might get disconnected for external reasons and some functionality might be impaired. Should you face this issue please attempt the following:
1. Restart the agent
SSH the server that is experiencing the issue and run the command:
sudo systemctl restart bunnyshell
Wait for 10 seconds and refresh the Bunnyshell interface. If you no longer get a warning, you can start performing the desired actions. If you still get a warning please attempt the second step.
2. Reinstall the agent
Login to Bunnyshell and at the top right select Create -> Connect Servers
You will be offered a bash command that you can run on your server via SSH. The command is similar to the following and it is unique to your organization:
sudo su
bash <(curl -Ss http://customdomain.s3.dualstack.amazonaws.com/installer.sh) xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Wait for 10 seconds and refresh the Bunnyshell interface. If you no longer get a warning, you can start performing the desired actions. If you still get a warning please raise a support ticket.