> For the complete documentation index, see [llms.txt](https://cube.ewelink.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cube.ewelink.cc/cube-os-ru/izuchenie-funkcii/sbrosit-parol.md).

# Сбросить пароль

Если вы забыли пароль от CUBE OS, следуйте этому руководству, чтобы сбросить его.

{% hint style="info" %}

### Подготовка

* Для установки на Raspberry Pi подключите внешний монитор.
* Для установки в виртуальной машине убедитесь, что вы можете получить доступ к выводу экрана через клиентское устройство.
  {% endhint %}

{% stepper %}
{% step %}
На странице входа нажмите `Забыли пароль`.

<figure><img src="/files/1c68be75f4a319abdf6fc635f72226468a2f85b4" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Нажмите `Отправить код подтверждения.`

<figure><img src="/files/2d67b87b7acb24dc302fb33c7f2d979ca06e0e29" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Получите доступ к консоли бэкенда CUBE OS через внешний монитор или менеджер виртуальных машин и найдите напечатанный код.

<figure><img src="/files/e6063d2e3dfd63e4b0c6f3c636dda85c9e4aa83d" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Введите код в веб-консоль CUBE OS и установите новый пароль.

<figure><img src="/files/5b7e48a53cda92679823253d5569d845dcc9f8aa" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Нажмите Войти, чтобы завершить шаги. Вы будете перенаправлены на страницу Все устройства с уведомлением «Успешно».

<figure><img src="/files/9e1a3265352814b66f2075efc72fc0e02a78f3d5" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://cube.ewelink.cc/cube-os-ru/izuchenie-funkcii/sbrosit-parol.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.
