Skip to main content

Controlling Your Server’s Power State

Your VPS is a full virtual machine, and just like a physical computer, you have complete control over its power state. Whether you need to reboot after a system update, gracefully shut down for maintenance, or force-stop a frozen server, the FREAKHOSTING VPS Control Panel at cloud.freakhosting.com puts every power action one click away.

Difficulty

Beginner

Time

1 Minute

Accessing Power Controls

Power controls live on the Overview tab of your server’s management page.
1

Navigate to Your Server

Click on Servers in the top navigation bar, then click Manage next to the server you want to control.
2

Locate the Power Controls

On the Overview page, you will see a row of power control buttons across the top of the page: Boot (blue), Shutdown (blue), Restart (blue), Power Off (blue), and Rebuild (red).Just below the server name in the top-left corner, you will also notice three small icons:
  • Restart icon (circular arrow) — quick-restart shortcut
  • Lock icon — toggle rebuild protection
  • Gear icon — open server settings (rename, hostname)
The server’s current status is displayed as a badge in the top-right corner — for example, a green RUNNING badge when your server is online.

Understanding Each Power Action

Think of your VPS like a desktop computer sitting on your desk. Each power button maps to something you would do with that physical machine:

Boot

Starts your server when it is currently powered off. This is the equivalent of pressing the power button on a computer that is turned off. Use this after a shutdown or power off to bring your server back online.When to use it: Your server is stopped and you need it running again — for example, after scheduled maintenance or a planned shutdown.

Shutdown

Sends a graceful shutdown signal to the operating system. The OS will cleanly close all running services, flush disk writes, and save its state before powering down. This is like clicking Start > Shut Down on a Windows PC or running shutdown now on Linux.When to use it: You want to stop your server safely — for example, before performing a backup snapshot or when you will not need the server for a while.

Restart

Performs a graceful reboot — the operating system shuts down cleanly and then boots back up automatically. Think of it as clicking Restart in your OS menu.When to use it: You have applied kernel updates, changed system configurations, or just want a clean reboot to clear temporary issues.

Power Off

Performs an immediate forced power cut — the virtual machine is stopped instantly without giving the operating system any time to shut down. This is like pulling the power cord out of the wall on a physical computer.When to use it: Your server is completely frozen or unresponsive and a normal Shutdown is not working. This is a last resort.

Shutdown vs. Power Off — Know the Difference

This is the single most important distinction in server power management. Getting it wrong can cost you data.
ShutdownPower Off
Real-world analogyClicking Start > Shut Down on your PCYanking the power cable from the wall
What happensOS closes programs, saves data, flushes disk writes, then powers offPower is cut instantly — no warning, no cleanup
Data safetySafe — data is preservedRisky — unsaved data may be lost or corrupted
File systemClean unmountRisk of file system inconsistencies
When to useNormal day-to-day shutdownsOnly when the server is frozen and Shutdown does not respond
Power Off should only be used as a last resort. Forcing power off while the operating system is writing data to disk can cause file system corruption, database inconsistencies, or loss of unsaved work. Always try Shutdown first and give it a few minutes to complete before resorting to Power Off.

Quick Restart Shortcut

You do not always need to scroll to the main power buttons. There is a faster way: On the Overview page, look at the three small icons directly below your server name (top-left area). The first icon — a circular arrow — is a quick-restart shortcut. Clicking it opens a simple confirmation dialog:
  • Cancel — closes the dialog without taking any action.
  • Restart — confirms and initiates the graceful reboot.
This is perfect for quick reboots after applying updates or tweaking configurations.

Real-World Scenarios

Here are some common situations and which power action to reach for:
ScenarioRecommended Action
You just installed kernel updates via SSHRestart — apply updates with a clean reboot
You are going on vacation and want to stop billing on an hourly VPSShutdown — gracefully power down
Your server is completely frozen and SSH is not connectingPower Off followed by Boot — force-stop and restart
Server was shut down overnight and you need it running for the dayBoot — bring it back online
A runaway process is consuming all RAM and the server is unresponsiveTry Shutdown first, wait 2 minutes; if no response, use Power Off then Boot
You want to take a clean backup snapshotShutdown first, create the snapshot, then Boot

Confirmation Dialogs

For your protection, every power action displays a confirmation dialog before executing. You will always be asked to confirm before any power state change is applied. This prevents accidental shutdowns, restarts, or forced power offs — especially handy if you manage multiple servers and want to make sure you are clicking the right one.

Understanding Server Status

After performing a power action, the status badge in the top-right corner of the management page updates to reflect the current state:
StatusColorDescription
RunningGreenThe server is powered on and operating normally
StoppedRedThe server is powered off
BusyOrangeA power action is in progress (booting, shutting down, restarting, etc.)
If you see Busy for more than a few minutes, the action may be taking longer than expected. Give it up to 5 minutes before trying a different approach.
Shutdown sends a graceful signal to the operating system, allowing it to close processes, flush disk writes, and save data before powering down — just like clicking “Shut Down” in Windows or running shutdown now in Linux. Power Off immediately cuts power without any warning — like pulling the plug on a physical computer. Always use Shutdown unless the server is completely unresponsive.
A typical restart completes within 30 seconds to 2 minutes, depending on the operating system and any services that need to start. If your server has not come back online after 5 minutes, try using Power Off followed by Boot to force a fresh start.
If a graceful shutdown does not complete after 2-3 minutes, the operating system may be frozen. In this case, use Power Off to force the server to stop, then use Boot to start it again. If the issue persists across reboots, consider using Rescue Mode to investigate the underlying problem from a recovery environment.
The Rebuild button (shown in red, separate from the blue power buttons) completely wipes your server and reinstalls the operating system from scratch. This is a destructive action that erases all data and is covered in a separate guide: How to Rebuild and Reinstall Your VPS Operating System.
A graceful Restart is safe for your data. The operating system will properly close all running processes and flush disk writes before rebooting. However, any unsaved work in running applications (such as a file open in an editor but not saved) will be lost, just like restarting your home computer.

Need Extra Help?

If you encounter any issues, our support team is ready to assist:

Save on Your Hosting

Ready to get a new server? Use code KB20 at checkout for 20% off your first month!

Last Updated: March 2026 | VPS Support: Power management simplified.