> For the complete documentation index, see [llms.txt](https://lodestone-technologies.gitbook.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lodestone-technologies.gitbook.io/knowledgebase/game-panel/enable-health-monitoring.md).

# Enable health monitoring

{% hint style="success" %}
It's important to know that this is an advanced feature.
{% endhint %}

Health monitoring is a really handy feature, where your servers are monitored to check they're working properly, and automatically restarted if they become unresponsive.&#x20;

To get started, head over to the [Game Panel ](https://game.lodestone.host)and select "Advanced" on the sidebar menu.

<figure><img src="/files/cXKb43FP1LD1Pb9nPwQD" alt=""><figcaption></figcaption></figure>

Click "Enable" to turn on the health monitor feature.&#x20;

<figure><img src="/files/aHIT95UR9AIUik2P71Wz" alt=""><figcaption></figcaption></figure>

You should restart your server after turning on this feature.

{% hint style="info" %}
This feature is in beta and may not work correctly for all server versions. All versions installed [using our installer](/knowledgebase/game-panel/change-server-version.md) are fully supported.
{% 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://lodestone-technologies.gitbook.io/knowledgebase/game-panel/enable-health-monitoring.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.
