Which restart option should I use?
For routine maintenance, restart from inside Linux or Windows whenever the operating system is responding. This lets the operating system close applications and finish pending writes before rebooting. If you need to restart through the VPS Management Portal, open the Restart dropdown:- Reset VPS is the preferred portal option when the virtual machine’s underlying process is still responding. It resets the VPS while keeping that process and the VNC server running.
- Power Cycle VPS stops the underlying process and starts a new one. Use it when Reset VPS does not work or the underlying process is stuck.
Reset VPS preserves the VNC server; it does not mean applications keep running. The guest operating system restarts, interrupting SSH, RDP and hosted services until they come back online.
Start. Stop. Restart.
Open your VPS in the VPS Management Portal and locate Server management. The Restart dropdown contains Reset VPS and Power Cycle VPS.
The former Restart action performed a Stop followed by a Start. That behaviour is now available as Power Cycle VPS; Reset VPS provides the option that keeps the VNC server running.
Restart gracefully from Linux or Windows
Linux
Connect through SSH or the console and run:sudo. The SSH session disconnects during the restart. Wait for the operating system to boot before reconnecting.
Windows
Save your work and select Start → Power → Restart inside Windows. Your Remote Desktop session disconnects while Windows restarts. Reconnect once the operating system and Remote Desktop service are available.Reset the VPS while keeping VNC available
- Open your VPS in the VPS Management Portal.
- If you want to watch the boot process, open the VNC/noVNC console.
- Open the Restart dropdown and choose Reset VPS.
- Watch the operating system boot and wait for your services to become available.
Power cycle an unresponsive VPS
Use Restart → Power Cycle VPS when Reset VPS does not work or the process running the virtual machine has become stuck. A power cycle terminates that process and starts a fresh one. It also stops the VNC server, so you will need to start VNC again and reopen the console if you were using it. If the operating system is still accessible, shut it down cleanly before power cycling:- Linux: Run
sudo shutdown -h now. - Windows: Select Start → Power → Shut down.