> 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/cloud/it/knowledge-base/how-to-articles/launch-a-session-via-the-devolutions-cloud-web-interface.md).

# Avviare una sessione tramite l'interfaccia web di Devolutions Cloud

Le voci di sessione ***RDP***, ***SSH Shell***, ***Telnet***, ***VNC*** e ***PowerShell (remote)*** possono essere avviate tramite l'interfaccia web di [Devolutions Cloud](/cloud/it/readme/devolutions-cloud.md) utilizzando [Devolutions Gateway](https://docs.devolutions.net/gateway/it/overview/devolutions-gateway).

### Requisiti

Per utilizzare questa funzionalità, devono essere soddisfatti alcuni requisiti, ovvero:

* Disporre di [Devolutions Gateway](https://docs.devolutions.net/gateway/it/getting-started/devolutions-cloud/devolutions-gateway-configuration-with-devolutions-cloud) versione 2023.1 o successiva.
* Disporre di una licenza [Remote Desktop Manager](https://docs.devolutions.net/rdm/it/ribbon-menu-bar/administration/licenses) o [Devolutions Launcher](https://docs.devolutions.net/launcher/it/download-and-installation) assegnata all'utente che desidera utilizzare la connessione.
* L'autorizzazione per eseguire (connettersi a) una sessione.

#### Configurazione della voce di sessione

Segua i passaggi seguenti per configurare correttamente la sua voce in Devolutions Cloud:

{% hint style="info" %}
I passaggi seguenti presuppongono che disponga già di una voce di sessione. Se non l'ha ancora creata e desidera sapere come fare, consulti [Creare voci manualmente](/cloud/it/web-interface/entries/create-entries-manually.md).
{% endhint %}

1. Vada alle ***Properties*** della voce.
2. Clicchi su ***VPN/tunnel/gateway***.
3. Selezioni ***Devolutions Gateway*** sotto ***Type***.
4. Clicchi su ***Always connect***.

   ![](https://cdnweb.devolutions.net/docs/HUBB6006_2023_3.png)
5. Vada su ***Settings (Devolutions Gateway)***.
6. Selezioni il Devolutions Gateway da utilizzare per questa connessione, quindi clicchi su ***Check Health*** per assicurarsi che il Gateway sia funzionante. La sua versione deve essere 2023.1 o successiva.

   ![](https://cdnweb.devolutions.net/docs/HUBB6008_2023_3.png)
7. Clicchi su ***Update*** per salvare.

### Avvio della connessione

Una volta soddisfatte tutte le condizioni, può premere il pulsante ***Open in Web Client (Preview)*** per avviare la connessione dal client web.

![](https://cdnweb.devolutions.net/docs/HUBB6007_2023_3.png)


---

# 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/cloud/it/knowledge-base/how-to-articles/launch-a-session-via-the-devolutions-cloud-web-interface.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.
