> 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/english-zh/gong-neng-tan-suo/zhong-zhi-mi-ma.md).

# 重置密码

如果您忘记了 CUBE OS 密码，请按照本指南重置。

{% hint style="info" %}

### 准备工作

* 对于 Raspberry Pi 安装，请连接外部显示器。
* 对于虚拟机安装，请确保可以通过客户端设备访问屏幕输出。
  {% endhint %}

{% stepper %}
{% step %}
在登录页面，点击 `忘记密码`.

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

{% step %}
点击 `发送验证码。`

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

{% step %}
通过外部显示器或虚拟机管理器访问您的 CUBE OS 后端控制台，并查找打印的代码。

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

{% step %}
将代码输入到 CUBE OS 网络控制台，并设置新密码。

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

{% step %}
点击登录以完成步骤。您将被重定向到“所有设备”页面，并显示“成功”的提示。

<figure><img src="/files/8a0e370de9e2b19057f073f76eb0b0802be6c711" 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/english-zh/gong-neng-tan-suo/zhong-zhi-mi-ma.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.
