> For the complete documentation index, see [llms.txt](https://spacecore.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spacecore.gitbook.io/wiki/ua/contabo/control-panel.md).

# Панель керування

Після активації сервера, замовленого в дата-центрі Contabo, у розділі «Virtual Servers» буде панель інструментів для роботи з сервісом. Серед доступних опцій — перезапуск сервера, перевстановлення системи та зміна пароля root користувача.

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

## Зміна пароля

При натисканні на відповідну кнопку ви побачите вікно для вказання нового пароля. Сильний пароль може бути згенерований автоматично. Згідно з описом, після початку операції зміни пароля, знадобиться деякий час для внесення змін і перезапуску сервера.

1. Перейдіть до розділу «Virtual Servers» у панелі керування Contabo.
2. Натисніть на кнопку для зміни пароля.
3. Вкажіть новий пароль або згенеруйте його автоматично.
4. Підтвердіть операцію і дочекайтеся її завершення та перезапуску сервера.

<figure><img src="/files/2af8KueP1Z9VF1ltkrRt" alt=""><figcaption></figcaption></figure>

## Перезапуск сервера

Процес перезапуску досить простий і не вимагає особливих пояснень. Однак, будь ласка, зверніть увагу, що всі незбережені дані на сервері можуть бути втрачені.

1. Перейдіть до розділу «Virtual Servers» у панелі керування Contabo.
2. Натисніть на кнопку для перезапуску сервера.
3. Підтвердіть операцію і дочекайтеся завершення перезапуску.

## Перевстановлення системи

Використовуючи кнопку перевстановлення, ви перейдете на сторінку вибору нової системи. Пароль не вказується і буде згенерований автоматично.

{% hint style="warning" %}
Після завершення перевстановлення новий пароль буде доступний у відкритому вікні при натисканні на кнопку «Instructions».
{% endhint %}

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


---

# 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://spacecore.gitbook.io/wiki/ua/contabo/control-panel.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.
