> For the complete documentation index, see [llms.txt](https://docs.synteq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synteq.com/virtualization-platform/server-management/entering-rescue-mode.md).

# Entering rescue mode

## What is rescue mode?

Rescue mode is a special boot environment that can be used to fix issues while the server's OS is either unbootable, or expiriancing ciritcal errors. It's mainly used for troubleshooting, as well as data recovery.&#x20;

## How to enter rescue mode?

### 1. Go to your VPS

Start by going to our [Virtualization Control Panel](https://virt.crunchbits.com/), and logging in. Then click `Manage` next to the VPS that you'd like to enter rescue mode of.&#x20;

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

### 2. Enable Rescue mode

Then go to the `Options` tab.&#x20;

<figure><img src="/files/1rZk9r1x9QA1GniWgHli" alt=""><figcaption></figcaption></figure>

Afterward, enter the `Rescue` section.&#x20;

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

Then click on the `Create Rescue Session` button.&#x20;

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

And confirm that you would like to enable rescue mode by pressing the `Create Rescue Session` button.

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

Then wait for our systems to enable rescue.&#x20;

### 3. Enter the VNC console

Afterward, enter the VNC console as outlined in: [Entering the VNC console](/virtualization-platform/server-management/entering-the-vnc-console.md), and start fixing your server!


---

# 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.synteq.com/virtualization-platform/server-management/entering-rescue-mode.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.
