How to Reboot Your VPS
You can reboot your VPS from the client area or via the command line.
From the Client Area (Recommended)
- Log in and navigate to Services > My Services.
- Click on the VPS you wish to manage.
- On the management page, you will find controls for Reboot, Shutdown, and Boot.
From the Command Line
Connect to your server via SSH and run the reboot command:
sudo reboot
Copy