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

# Formato de URI de acceso

Durante el proceso de actualización o de instalación de Devolutions Server, debe proporcionarse un URI de acceso. Este URI es una URL de redirección que utiliza el sistema de autorización abierta (OAuth) y que redirige el tráfico de autenticación al URI de acceso.

### Configuración

1. En la Devolutions Server Console, vaya a ***Server – Edit – IIS***.
2. Introduzca el ***Access URI*** en el campo de texto siguiendo el formato indicado en [Escenarios](#scenarios). Haga clic en el botón de puntos suspensivos para añadir o gestionar URI de acceso adicionales si fuera necesario.

{% hint style="success" %}
El URI de acceso distingue entre mayúsculas y minúsculas y debe respetar el nombre de host del certificado. Asegúrese de que no haya una '/' al final de la URL.
{% endhint %}

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

3. Haga clic en ***OK***.
4. Si se modificó el URI de acceso existente o si se creó uno nuevo, reinicie la instancia de Devolutions Server a través de la Devolutions Server Console haciendo clic en ***Stop server*** y, a continuación, en ***Start server***.

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

### Escenarios

Se pueden establecer varios formatos. Seleccione el correcto según la situación.

<table><thead><tr><th width="135">Escenario</th><th width="336">Descripción</th><th>Ejemplo de formato</th></tr></thead><tbody><tr><td><strong>Solo interno</strong></td><td>La instancia de Devolutions Server <strong>solo está disponible internamente</strong> y está <strong>alojada en un servidor</strong>: el URI de acceso debe establecerse con el FQDN de la máquina y terminar con la aplicación IIS de Devolutions Server si no está instalada en la raíz del sitio web.</td><td>https://myservername.mydomain.loc/dvls</td></tr><tr><td><strong>Externo</strong></td><td>La instancia de Devolutions Server <strong>está disponible externamente</strong> en la web o detrás de un entorno con equilibrio de carga: el URI de acceso debe establecerse con la URL que utiliza para acceder a la instancia desde la web.</td><td>https://myorganisation.com/dvls</td></tr><tr><td><strong>Instalación en la raíz</strong></td><td>La instancia de Devolutions Server está <em><strong>instalada en la raíz</strong></em> del sitio web de IIS: el URI de acceso debe ser únicamente el FQDN de la máquina.</td><td>https://myorganization.com</td></tr><tr><td><strong>Puerto no estándar</strong></td><td>La instancia de Devolutions Server <strong>utiliza un puerto no estándar</strong> (80 para http, 443 para https): el URI de acceso debe contener el número de puerto después de dos puntos.</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/es/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.
