> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/it/knowledge-base/how-to-articles/proxmox-dashboard-entry.md).

# Voce dashboard Proxmox

La voce Proxmox in Remote Desktop Manager Windows offre un modo centralizzato per gestire e avviare le sessioni Proxmox direttamente dalla sua cassaforte.

Le operazioni di base come l'elenco delle macchine virtuali e l'esecuzione di azioni quali `Start`, `Stop`, `Reboot`, `Pause` e `Resume` (solo VM) sono disponibili dal menu contestuale. I container (LXC) supportano `Start`, `Stop`, `Reboot` e `Shutdown`; le macchine virtuali (QEMU) offrono anche queste opzioni oltre a `Pause` e `Resume`.

### Autenticazione basata su token

L'autenticazione basata su token utilizza una chiave API senza scadenza.

1. Apra Remote Desktop Manager.
2. Aggiunga una nuova voce.
3. Vada su ***Sessione*** e selezioni ***Proxmox dashboard***.
4. Inserisca l'URL del server Proxmox.
5. Selezioni ***Token*** come ***Modalità di autenticazione***.
6. Digiti il ***Nome utente*** con cui questo token si autenticherà.
7. Selezioni il ***Realm***, ovvero il backend di autenticazione.
8. Inserisca l'identificatore univoco per il ***Token id***.
9. Digiti il valore segreto del token utilizzato per l'autenticazione API.
10. Clicchi su ***Aggiungi*** per salvare e chiudere la finestra.

### Autenticazione basata su ticket

L'autenticazione basata su ticket utilizza un nome utente e una password per stabilire una sessione che rimane valida per due ore, con un aggiornamento automatico che avviene due minuti prima della scadenza.

1. Apra Remote Desktop Manager.
2. Aggiunga una nuova voce.
3. Vada su ***Sessione*** e selezioni ***Proxmox dashboard***.
4. Inserisca l'URL del server Proxmox.
5. Selezioni ***Ticket*** come ***Modalità di autenticazione***.
6. Digiti l'account Proxmox con cui questo token si autenticherà.
7. Selezioni il ***Realm***, ovvero il backend di autenticazione.
8. Inserisca la password.
9. Clicchi su ***Aggiungi*** per salvare la voce.


---

# 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.devolutions.net/rdm/it/knowledge-base/how-to-articles/proxmox-dashboard-entry.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.
