> 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/dedicated-servers/server-management/entering-grml-live-recovery.md).

# Entering Grml live recovery

## What is Grml live recovery?

GRML is a bootable Linux live system designed for recovery and rescue operations.&#x20;

It can be particularly useful in case you need to repair your filesystem due to for example corruption, or recovering data from an infected system.&#x20;

## How can I access Grml live recovery?

### 1. Select the server that you would like to run Grml on

Click on the server name on [Metal](https://metal.crunchbits.com/).

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

### 2. Select the appropirate options for Grml linux

Start by going into the `Rescue` tab.

<figure><img src="/files/33mVAUFRMdwua6ufs69x" alt=""><figcaption></figcaption></figure>

Then select the `Grml linux` .

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

Afterward, scroll down, and generate a random password \[1], or write one in \[2].&#x20;

{% hint style="info" %}
This password only really matters in case you'd like to SSH into Grml linux
{% endhint %}

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

### 3. Start the rescue

Click on the `Start Rescue` button.

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

### 4. Connect to the server

{% tabs %}
{% tab title="Connect via Console" %}
Follow the instructions outlined within [Entering console](/dedicated-servers/server-management/entering-console.md)

You will be automatically logged in as the root user
{% endtab %}

{% tab title="Via SSH" %}
Using your favorite SSH client connect to the main server IP on port 22.\
Username: `root`\
Password: Set in step 2
{% endtab %}
{% endtabs %}


---

# 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/dedicated-servers/server-management/entering-grml-live-recovery.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.
