> ## Documentation Index
> Fetch the complete documentation index at: https://docs.edbb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Power Cycle or Reboot a VPS

> Control VPS power states from the EDBB Control Panel—restart, stop, or start with a couple of clicks.

<Note>
  Prefer graceful reboots whenever possible: run <code>sudo shutdown -h now</code> or <code>sudo halt</code> inside Linux (or the equivalent command in Windows), then start the VPS from the Control Panel. This keeps filesystems and services healthy before you resort to a forced power cycle.
</Note>

## Restart a Running VPS

<Steps>
  <Step title="Open the VPS Control Panel">
    Sign in to the <a href="https://my.edbb.com/clientarea.php" target="_blank">EDBB Control Panel</a>, go to <strong>Services</strong>, and select the VPS you want to reboot.
  </Step>

  <Step title="Choose Restart">
    Click the arrow next to the green <strong>Server On</strong> button and select <strong>Restart Server</strong>. The VPS powers off and back on in one action.

    <img src="https://mintcdn.com/edbackboneco/zYSrJ2bFWE_Sezdg/assets/Restart.png?fit=max&auto=format&n=zYSrJ2bFWE_Sezdg&q=85&s=5cd443fc53efcb4aecd6b4d96fbdec56" alt="Restart server menu" width="344" height="340" data-path="assets/Restart.png" />
  </Step>
</Steps>

<Callout type="warning">
  Restart performs an immediate power cycle at the hypervisor level. If the operating system still responds, run its built-in reboot command first for a graceful shutdown.
</Callout>

***

## Stop VPS

<Steps>
  <Step title="Navigate to the power controls">
    From the same dropdown next to <strong>Server On</strong>, choose <strong>Stop Server</strong> to shut the VPS down.
  </Step>

  <Step title="Wait for the state to change">
    The service status switches to <strong>Stopped</strong> once the hypervisor powers it off. Console access ends immediately.

    <img src="https://mintcdn.com/edbackboneco/S2gdrGxvpzq5uZa3/assets/stop-server.png?fit=max&auto=format&n=S2gdrGxvpzq5uZa3&q=85&s=225fb480964a7a6b886ab5e2d8826b23" alt="Restart server menu" width="344" height="340" data-path="assets/stop-server.png" />
  </Step>
</Steps>

***

## Start VPS

<Steps>
  <Step title="Press Start Server">
    When the instance is stopped, the button turns blue and reads <strong>Start Server</strong>. Click it to boot the VM.

    <img src="https://mintcdn.com/edbackboneco/S2gdrGxvpzq5uZa3/assets/start-vps.png?fit=max&auto=format&n=S2gdrGxvpzq5uZa3&q=85&s=e918f279118f953c55b7adbd606c4495" alt="Start server after shutdown" width="344" height="340" data-path="assets/start-vps.png" />
  </Step>

  <Step title="Reconnect">
    Once the status changes to <strong>Running</strong>, reopen the console or reconnect over SSH/RDP to resume work.
  </Step>
</Steps>

<Callout type="warning">
  Stop is equivalent to pulling the power cable. Use it only if the guest OS no longer reacts to `shutdown` or `poweroff` commands.
</Callout>
