> 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/configure-google-authenticator-2-factor-authentication.md).

# Configurare l'autenticazione a 2 fattori con Google Authenticator

{% embed url="<https://youtu.be/Oi27Y8FfcNg>" %}

Remote Desktop Manager offre l'opzione di utilizzare Google Authenticator per fornire un livello di sicurezza aggiuntivo all'avvio dell'applicazione.

{% hint style="success" %}
Prima di iniziare la configurazione, si assicuri di aver installato l'[applicazione Google Authenticator](https://support.google.com/accounts/answer/1066447?hl=en) sul suo dispositivo mobile.
{% endhint %}

1. Clicchi su ***File – Impostazioni – Sicurezza*** e selezioni ***Richiedi una convalida TOTP (Devolutions Password Manager o Google Authenticator)*** nella sezione ***Autenticazione a due fattori***. Poi, clicchi su ***Configura*** per impostare la sua Google Authentication.
2. Scansioni il codice QR sullo schermo con l'applicazione Google Authenticator per configurare Remote Desktop Manager in Google Authenticator. Quando Remote Desktop Manager è configurato in Google Authenticator, inserisca il codice di convalida fornito da Google Authenticator in Remote Desktop Manager.
3. Una volta inserito il codice di convalida, clicchi su ***Convalida***, poi su ***Ok***.
4. Riavvii Remote Desktop Manager per ricevere la richiesta del codice Google Authenticator.

{% hint style="info" %}
Google Authenticator genera un nuovo codice di convalida ogni 30 secondi. Un colore indicherà l'avvicinarsi della fine della finestra temporale; consulti la documentazione dell'applicazione del suo dispositivo per informazioni complete.
{% endhint %}


---

# 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/configure-google-authenticator-2-factor-authentication.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.
