> 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/server/it/knowledge-base/knowledge-base-articles/access-uri-format.md).

# Formato dell'URI di accesso

Durante il processo di aggiornamento o di installazione di Devolutions Server, è necessario fornire un URI di accesso. Questo URI è un URL di reindirizzamento utilizzato dal sistema di open authorization (OAuth) e reindirizza il traffico di autenticazione verso l'URI di accesso.

### Impostazioni

1. Nella Devolutions Server Console, vada su ***Server – Edit – IIS***.
2. Inserisca l'***Access URI*** nel campo di testo seguendo il formato indicato in [Scenari](#scenarios). Clicchi sul pulsante con i puntini di sospensione per aggiungere o gestire ulteriori URI di accesso, se necessario.

{% hint style="success" %}
L'URI di accesso distingue tra maiuscole e minuscole e deve rispettare il nome host del certificato. Si assicuri che non ci sia una '/' alla fine dell'URL.
{% endhint %}

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

3. Clicchi su ***OK***.
4. Se l'URI di accesso esistente è stato modificato o se è stato creato un nuovo URI di accesso, riavvii l'istanza di Devolutions Server tramite la Devolutions Server Console cliccando su ***Stop server***, poi su ***Start server***.

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

### Scenari

È possibile impostare diversi formati. Selezioni quello corretto per la situazione.

<table><thead><tr><th width="135">Scenario</th><th width="336">Descrizione</th><th>Esempio di formato</th></tr></thead><tbody><tr><td><strong>Solo interno</strong></td><td>L'istanza di Devolutions Server è <strong>disponibile solo internamente</strong> ed è <strong>ospitata su un solo server</strong>: l'URI di accesso deve essere impostato con l'FQDN della macchina e terminare con l'applicazione IIS di Devolutions Server se non è installata nella root del sito web.</td><td>https://myservername.mydomain.loc/dvls</td></tr><tr><td><strong>Esterno</strong></td><td>L'istanza di Devolutions Server è <strong>disponibile esternamente</strong> sul web o dietro un ambiente con bilanciamento del carico: l'URI di accesso deve essere impostato con l'URL utilizzato per raggiungere l'istanza dal web.</td><td>https://myorganisation.com/dvls</td></tr><tr><td><strong>Installazione nella root</strong></td><td>L'istanza di Devolutions Server è <em><strong>installata nella root</strong></em> del sito web IIS: l'URI di accesso deve essere solo l'FQDN della macchina.</td><td>https://myorganization.com</td></tr><tr><td><strong>Porta non standard</strong></td><td>L'istanza di Devolutions Server <strong>utilizza una porta non standard</strong> (80 per http, 443 per https): l'URI di accesso deve contenere il numero di porta dopo i due punti.</td><td>https://myorganization.com:4443/dvls</td></tr></tbody></table>


---

# 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/server/it/knowledge-base/knowledge-base-articles/access-uri-format.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.
