# Proxmox GUI Login Issue

Set password default untuk GUI Proxmox (biasanya issue untuk yang login ke proxmox host pakai keychain, karena tidak ada password defaultnya)

## Set Root Password

Login sebagai root (kamu sudah login via SSH key), lalu jalankan:

```
passwd
```

Masukkan password baru → ulangi konfirmasi.

Selesai ✅

Sekarang password itu dipakai untuk login ke:

```
https://IP_SERVER:8006
```

User:

```
root
```

Realm:

```
Linux PAM standard authentication
```

Password:\
→ yang baru kamu buat


---

# Agent Instructions: 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://documentation.codeblocklabs.com/other/proxmox/proxmox-gui-login-issue.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.
