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

# รีเซ็ตรหัสผ่าน

หากคุณลืมรหัสผ่าน CUBE OS กรุณาทำตามคำแนะนำนี้เพื่อตั้งค่าใหม่

{% hint style="info" %}

### การเตรียมตัว

* สำหรับการติดตั้งบน Raspberry Pi กรุณาเชื่อมต่อจอภาพภายนอก
* สำหรับการติดตั้งบนเครื่องเสมือน ให้แน่ใจว่าคุณสามารถเข้าถึงการแสดงผลหน้าจอผ่านอุปกรณ์ไคลเอนต์ได้
  {% endhint %}

{% stepper %}
{% step %}
บนหน้าล็อกอิน ให้คลิก `ลืมรหัสผ่าน`.

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

{% step %}
คลิก `ส่งรหัสยืนยัน`

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

{% step %}
เข้าถึงคอนโซลแบ็กเอนด์ของ CUBE OS ผ่านจอภาพภายนอกหรือโปรแกรมจัดการเครื่องเสมือน และค้นหาโค้ดที่ปรินท์ออกมา

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

{% step %}
ป้อนโค้ดลงในเว็บคอนโซลของ CUBE OS และตั้งรหัสผ่านใหม่

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

{% step %}
คลิก เข้าสู่ระบบ เพื่อจบขั้นตอน คุณจะถูกเปลี่ยนเส้นทางไปที่หน้าอุปกรณ์ทั้งหมดพร้อมข้อความแสดงความคืบหน้าว่า "สำเร็จ"

<figure><img src="/files/4ab9323e9f16edae5c5ef2d60d3abf80b69dec6d" 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-th/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.
