> For the complete documentation index, see [llms.txt](https://docs-epc.gitbook.io/ncs-documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-epc.gitbook.io/ncs-documents/compute/compute-instance/managing-instance/reset-linux-root-password.md).

# Reset Linux "root" Password

## Prerequisite

* ต้องมียอดคงเหลือใน Project มากกว่า 0 บาท หากไม่มีเงินอยู่ใน Project ศึกษาวิธีเติมเงินได้ที่ [ขั้นตอนการเติมเงินเข้าสู่ Project](/ncs-documents/nipa-cloud-space-overview/billing-and-wallet/topup-a-project-wallet.md)
* มี Compute Instance ที่ใช้ Linux OS ที่มี[การติดตั้ง QEMU Agent](/ncs-documents/compute/compute-instance/how-to-install-qemu-guest-agent.md) เอาไว้

## Instructions

### 1. เข้าสู่หน้า Compute Instances

ที่แถบเมนูทางซ้าย คลิกเลือกเมนู​ COMPUTE > Compute Instances เพื่อเข้าสู่หน้า Compute Instances&#x20;

<figure><img src="/files/YhJU8XNl3EcgRd5gR8Kb" alt=""><figcaption><p>Compute Instance list</p></figcaption></figure>

### 2. เข้าสู่หน้า Compute Instance Detail

คลิกที่รายการ Compute Instance ที่ต้องการ เพื่อเข้าสู่หน้า Compute Instance detail&#x20;

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

### 3. Reset password

ที่หน้า Compute Instance detail เลือกเมนู MORE > Reset Password

{% hint style="info" %}
**เป็นการ reset password ที่ root ของ** Compute Instance **เท่านั้น (ในครั้งแรกที่ launch Linux** Compute Instance **มาจะได้ nc-user ไม่ใช่ root) ถ้าต้องการ reset password nc-user จะต้อง console เข้าไปใน instance ในฐานะ root แล้วเปลี่ยน password ของ nc-user อีกที**
{% endhint %}

<figure><img src="/files/oDADGuYRr6SaYnS0SYAO" alt=""><figcaption><p>Reset Password menu</p></figcaption></figure>

### 4. ยืนยันการ reset password

หลังจากยืนยัน password จะถูกรีเซ็ตและจะแสดงเพียงแค่ครั้งเดียว

<figure><img src="/files/EO4T5LstJjGYKquWlHRQ" alt=""><figcaption><p>Reset Password menu</p></figcaption></figure>

<figure><img src="/files/kHKbiEiCx6VXBye3BiGQ" alt=""><figcaption><p>Reset Password result</p></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://docs-epc.gitbook.io/ncs-documents/compute/compute-instance/managing-instance/reset-linux-root-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.
