> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/knowledge-base/system-administration/proper-power-sequence-for-vergeos.md).

# Proper Power Sequence

### Proper Shutdown Sequence for a VergeOS Environment

To power off a cluster (a collection of two or more nodes) follow these steps:

1. Check any running workloads on each node of the cluster. Navigate to the node dashboard for each node and review the **Running Machines** section.
2. If there are tenants running on any of the nodes, log into those tenant environments and gracefully shut down all running workloads.
3. Power off all running workloads on each node, including VMs, tenant nodes, VMware backup services, and NAS services (if applicable).

{% hint style="info" %}
**vNet Containers**

There is no need to manually stop any running vNet containers; they will be gracefully stopped automatically in the subsequent steps.
{% endhint %}

4. After stopping all running workloads, navigate to the **Cluster dashboard** for the cluster you wish to power off.
5. Select **Power Off** from the left-hand menu to begin shutting down each node in the cluster.
6. Finally, navigate to **System -> Clusters** and select **Power Off** in the left menu to power off the entire cluster.

{% hint style="warning" %}
**IMPORTANT**

If an environment contains multiple clusters, ***ALWAYS*** shut down the cluster containing the controller nodes (Node1 & Node2) **LAST**.
{% endhint %}

***

### Proper Power On Sequence for a VergeOS Environment

To properly power on a VergeOS environment, perform the following steps:

1. Power on **Node1**.
2. Once **Node1** is online, power on **Node2**.
3. Power on all other nodes, waiting approximately 1 minute between power actions.
4. On the main dashboard, verify that the environment is **Green** and **Online**.

![main-dash-stoplights.png](/files/lIeAFp2u3D37pOcti3VQ)

***

{% hint style="info" %}
**Document Information**

* Last Updated: 2024-08-29
* vergeOS Version: 4.12.6
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vergeos-demo.com/knowledge-base/system-administration/proper-power-sequence-for-vergeos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
