> For the complete documentation index, see [llms.txt](https://docs.aohwv.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aohwv.dev/getting-started/11-managing-your-instance.md).

# Managing Your Instance

Once AOH Sync is installed, you can manage its status, apply updates, and restart AOH Sync if needed — both from the command line and from within the AOH Sync dashboard.

## Command-line management

Every SSH session to your VM opens with a status message confirming AOH Sync is installed. To check status, view logs, restart AOH Sync if needed, or apply updates from the command line, run:

```
sudo cloudsync-maintenance
```

## Dashboard — System Settings

AOH Sync also exposes instance management through **System Settings** in the dashboard. Navigate to **System Settings** in the left sidebar to access the **Update status** page.

![AOH Sync Update status page showing an available version (1.2.12) with a stable channel tag, and an Apply update button](/files/anjV8VIbnQGjkda8N38Z)

*The Update status page shows your installed version, the latest available version on the stable channel, and the control to apply the update.*

From this page you can:

| Action                                 | What it does                                                                                                              |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| **View current and available version** | See your installed version alongside the latest available release and its channel tag (for example, stable)               |
| **Apply update**                       | Rolls out the latest AOH Sync release to your instance. The session reconnects automatically once the update is complete. |

{% hint style="info" %}
You can also monitor overall sync health from the dashboard's **Status & Logs** page in the sidebar.
{% endhint %}

## Related

* [Step 5 — Redirect URI](/getting-started/06-redirect-uri.md)
* [Getting Started overview](https://github.com/AOHWV/docs/tree/main/getting-started/README.md)
* [System Settings](/administration/system-settings.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.aohwv.dev/getting-started/11-managing-your-instance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
