How to reboot a server in DigitalOcean
November 15, 2022
DigitalOcean offers various cloud technologies for developers, but of all the variety of services, I use only VPS (virtual private server).
At the same time, due to the large number of cloud solutions, it is not intuitively clear how to perform such a simple action in DigitalOcean as rebooting the VPS.
The server can be restarted by connecting to it via SSH and executing the command
reboot
But if the server is frozen and SSH is not working, then you can force a reboot of the VPS from the DigitalOcean control panel.
How to restart a VPS in DigitalOcean
Go to the control panel and select Droplets from the menu, then select the server you want to restart.
Then select the “Power” tab.
On it you will see two possible actions:
- Turn off Droplet – turn off the VPS
- Power cycle – VPS reboot
That is, to restart the VPS, you need to press the “Power Cycle” button.
After that, wait until the reboot is completed.
What is the difference between Turn off Droplet and Power cycle
Turn off Droplet roughly corresponds to a power outage from your virtual private server. That is, the server stops working. At the same time, the server itself is saved, its IP and IPv6 addresses and other characteristics are saved.
You can turn your server back on at any time.
The “Turn off Droplet” feature is necessary if you want to make it unavailable, shut down your server for any reason.
Please note that turning off the server using the “Turn off Droplet” does not cancel the payment for it! You will still be charged for the plan for VPS in accordance with the selected server parameters!
If you want the server to no longer be charged, then you need to destroy it (that is, go to the “Destroy” section and perform the appropriate actions to delete the server). After deleting the server, it will be impossible to restore it!
The “Power cycle” is to turn off the power from the server, and then turn it on again, that is, this corresponds to a VPS reboot.
That is, you can restart the server by turning off the power in the Turn off Droplet, and then turning it back on manually, or by performing a Power cycle. However, these actions are not quite equivalent:
- Turning off and on using the “Turn off Droplet” will mean an attempt to send a command to the server to turn off. If this fails, the power will be forcibly turned off. You can then restart the server manually. All of this takes longer overall, but is a bit safer.
- Using “Power cycle” will turn the power off and back on without attempting to shut down the server safely. Power cycle takes less time (provided that your VPS is healthy and able to boot on its own).
DigitalOcean promo code
If you want to get a DigitalOcean promo code for testing VPS (or other cloud features) for free, then use this link.
You will be given $200, which you can use to create a VPS, among other things.
Related articles:
- phpMyAdmin error “Error: Undefined constant "SODIUM_CRYPTO_SECRETBOX_KEYBYTES"” (SOLVED) (83.8%)
- How to install and use pikaur and makepkg on a server (83.8%)
- How to use Kali Linux to check web-sites (61.3%)
- How to install Python as a CGI module in Apache on Linux (57.5%)
- How to set up Python as a CGI module in Apache on Debian (Ubuntu, Linux Mint) (57.5%)
- How to enable automatic login in Linux (GDM, LightDM, SDDM) (RANDOM - 50%)