sudo shutdown -r now

Category: VPS Management

sudo shutdown -r now

Reboot the server immediately

shutdown -r now schedules an immediate reboot, gracefully stopping services first — the polite form after kernel or library upgrades. The now argument skips the default one-minute warning; use shutdown -r +5 to delay. Always verify services come back with sudo systemctl status or uptime afterward.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.