> 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/knowledge-base-articles/list-of-internet-endpoints-accessed-by-remote-desktop-manager.md).

# Elenco degli endpoint internet a cui accede Remote Desktop Manager

Questo è l'elenco degli indirizzi a cui accede Remote Desktop Manager durante il normale funzionamento, insieme all'impostazione o alle impostazioni per disabilitare o impedire tale accesso.

{% hint style="danger" %}
Remote Desktop Manager è uno strumento che integra più di 150 tecnologie. Questo elenco contiene solo gli endpoint a cui accede il prodotto principale stesso. Utilizziamo un approccio "best effort" per mantenere aggiornato questo elenco, ma **non sostituisce le corrette pratiche di sicurezza IT**. Se la sicurezza è fondamentale, sarebbe meglio bloccare prima tutti gli accessi a internet e poi inserire in allowlist gli indirizzi desiderati secondo necessità.
{% endhint %}

{% hint style="success" %}
Nell'ambito di una visita standard a un sito web tramite il protocollo HTTPS, il certificato utilizzato dal sito remoto viene convalidato secondo le migliori pratiche del settore. Un certificato contiene più URL a cui si accede per eseguire la convalida. Gli URL variano non solo per ogni sito, ma anche nel tempo ogni volta che vengono rinnovati. Legga [Convalida del certificato](/rdm/it/knowledge-base/how-to-articles/certificate-validation.md) per ulteriori informazioni.
{% endhint %}

### Elenco degli endpoint

| Descrizione                                                          | URL                                                                                                                                                     | Impostazione/i correlata/e / azione                                                                           |
| -------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| **Devolutions Cloud** **– i nostri servizi online**                  | <https://cloud.devolutions.net>                                                                                                                         | ***File – Devolutions Account***                                                                              |
| **Devolutions Account** **Login**                                    | <https://login.devolutions.com>                                                                                                                         | ***File – Devolutions Account***                                                                              |
| **Controllo aggiornamenti RDM**                                      | <https://devolutions.net>                                                                                                                               | ***File – Impostazioni – Applicazione – Avvio dell'applicazione – Abilita il controllo degli aggiornamenti*** |
| **Yubikey**                                                          | <p><https://api.yubico.com><br><https://api2.yubico.com><br><https://api3.yubico.com><br><https://api4.yubico.com><br><https://api5.yubico.com><br></p> | ***File – Impostazioni – Sicurezza – Richiedi autenticazione Yubikey***                                       |
| **Gravatar**                                                         | <https://secure.gravatar.com>                                                                                                                           | ***File – Impostazioni – Avanzate – Disabilita tutte le immagini Gravatar***                                  |
| **Fallback Gravatar**                                                | <https://i2.wp.com>                                                                                                                                     | ***File – Impostazioni – Avanzate – Disabilita tutte le immagini Gravatar***                                  |
| **Have I Been Pwned**                                                | <https://api.pwnedpasswords.com>                                                                                                                        | ***File – Impostazioni – Avanzate – Disabilita il controllo delle password compromesse (pwned)***             |
| **Telemetria**                                                       | <https://telemetry2.devolutions.net>                                                                                                                    | ***File – Impostazioni – Avanzate – Disabilita la telemetria***                                               |
| **Convalida della licenza**                                          | <p><https://api.devolutions.com> (si applica solo alla versione 2024.3 o precedenti)<br>quoting.devolutions.com<br></p>                                 | ***Amministrazione – Licenze.***                                                                              |
| **Devolutions Send**                                                 | <https://send.devolutions.com>                                                                                                                          | Invio di password all'esterno tramite email/link                                                              |
| **Immagini utente**                                                  | <https://ui-avatars.com>                                                                                                                                | Utilizzato quando i Gravatar sono disabilitati                                                                |
| **Aggiornamento RDM – download del pacchetto**                       | <https://cdn.devolutions.net>                                                                                                                           | Azione dell'utente nella finestra di dialogo dell'aggiornamento disponibile                                   |
| **Devolutions Store – Aggiorna/Acquista** **Remote Desktop Manager** | <https://store.devolutions.net>                                                                                                                         | Azione dell'utente nella finestra di dialogo di scadenza della licenza                                        |


---

# 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/knowledge-base-articles/list-of-internet-endpoints-accessed-by-remote-desktop-manager.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.
