View Full Version : rebooting
Rusher
2011-02-24, 08:46 AM
What would be a reason you'd have to reboot when you have VPS?
suwunk
2011-02-24, 09:04 AM
On this scenario at most;
-System crashed
-kernel patches/upgrades/update
-take corrective action
How do I reboot my Debian 6 VPS - is there an SSH command?
Thanks
suwunk
2012-08-16, 01:23 AM
You can reboot your VPS trough Virtuozzo Power Panel (VZPP)
Click here for a video tutorial (http://myhosting.com/hosting-tutorials/vzpp-voice/vzpp_reboot.html)
Virtuozzo Power Panel (VZPP) is provided with all Linux VPS plans. It allows you to manage your VPS in terms of resource monitoring, firewall settings, process monitoring, stop/start/rebooting and even package and file level updates.
jeremya
2012-08-16, 09:16 AM
The following works over ssh:
shutdown -r now
Keep in mind you need to be logged in as root or sudo it depending on your OS.
mithcd
2012-10-11, 12:55 PM
I just learned this today. On redhat, try just "reboot". I think i'll use that since shutdown -r now could be dangerous if you forget the -r.
Imagine shutting the server down through ssh. https://imagicon.info/cat/15-33/smile4.png