Server Reboot

There are two types of reboots: soft reboot (via OS) and hard reboot (forced from the panel). Always use soft reboot when possible.

02

Reboot via SSH (soft reboot)

The correct and safe way to reboot:

bash
reboot

or:

bash
shutdown -r now

With a 5-minute delay (useful to notify connected users):

bash
shutdown -r +5 "The server will reboot in 5 minutes"

Cancel a scheduled reboot:

bash
shutdown -c
03

Reboot from panel (hard reboot)

Use this option only if the server is unresponsive and you cannot access via SSH:

Hard reboot is equivalent to pulling the power plug. It can cause data loss if operations are in progress or filesystems are not yet synced. Use it only as a last resort.

  • Log into the control panel
  • Select your server
  • Click Reboot or Hard Reset
04

Verify server is back online after reboot

From your computer, you can monitor the server coming back online with:

bash
ping SERVER_IP

Or directly with SSH in a loop:

bash
until ssh root@SERVER_IP 'echo online'; do sleep 5; done
05

How long does it take?

If the server is not back online after 5 minutes, check the panel for errors or use the VNC console to see what's happening.

  • VPS: typically 30–90 seconds
  • VDS: typically 1–3 minutes
06

Check what caused the reboot

After logging in, you can check the system logs:

bash
# Last reboot
last reboot

# Kernel log (useful for crashes)
journalctl -b -1 -p err

# Complete log of the last boot
journalctl -b -1

DeluxHost, fondata nel 2023, offre soluzioni di hosting di alta qualità per diverse esigenze digitali. Forniamo hosting condiviso, VPS e server dedicati con sicurezza avanzata e datacenter globali.

© DeluxHost, Tutti i diritti riservati. | Partita IVA: IT17734661006
Tutti i sistemi operativi