> 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/feature-exploration/reset-password.md).

# Reset Password

If you forget your CUBE OS password, please follow this guide to reset it.

{% hint style="info" %}

### Preparation

* For Raspberry Pi installation, please connect an external monitor.
* For virtual machine installation, ensure you can access the screen output via a client device.
  {% endhint %}

{% stepper %}
{% step %}
On the log-in page, click `Forget Password`.

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

{% step %}
Click `Send Verification Code.`

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

{% step %}
Access your CUBE OS backend console via the external monitor or virtual machine manager, and find the code printed.

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

{% step %}
Enter the code to your CUBE OS web console, and set a new password.

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

{% step %}
Click Log in to finish the steps. You will be redirected to the All Devices page with a promotion saying "Success".

<figure><img src="/files/BT4QLnAlXb7BBzr1v83F" 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, and the optional `goal` query parameter:

```
GET https://cube.ewelink.cc/feature-exploration/reset-password.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.
