> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/es/administracion-del-sistema/license-updates-verify.md).

# Verificar la configuración de licenciamiento y del servidor de actualizaciones

Se requiere una configuración de licencia válida para ejecutar cargas de trabajo y servicios NAS y para realizar actualizaciones del sistema. La licencia normal y las actualizaciones requerirán conexión y autenticación a un servidor de actualizaciones de VergeOS.

{% hint style="info" %}
**Para licencias/actualizaciones sin conexión (air-gap), consulte: artículos de la KB:** [**Solicitud de una licencia Airgap para VergeOS**](/knowledge-base/es/getting-started/requesting-an-airgap-license.md) **y** [**Actualización de un sistema VergeOS con licencia Airgap**](/knowledge-base/es/system-administration/updating-vergeos-system-with-airgap-license.md)**.**
{% endhint %}

## Verificar la conexión a un servidor de actualizaciones de VergeOS

1. Desde el panel principal, navegue hasta **Sistema > Actualizaciones**. Esto le llevará al panel de actualizaciones.
2. Haga clic en **Buscar actualizaciones** en el menú de la izquierda.
3. Verifique un indicador verde en el ***Estado*** campo. Una conexión fallida se indicará con un estado rojo y un mensaje de error en el campo de estado.
4. Si el estado no es verde:
   * haga clic en **Editar configuración** en el menú de la izquierda.
   * Verifique **usuario/contraseña correctos de licencia**. Si no está seguro de sus credenciales de licencia, póngase en contacto con su representante de ventas o soporte de VergeOS.
   * Verifique **Origen de actualización**
     * para laboratorios domésticos e instalaciones POC (no para reventa): ***Verge.io Trial/NFR***
     * para licencias normales de producción: ***Verge.io Updates***
   * Verifique **Conexión a Internet** desde el sistema VergeOS.


---

# 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.verge.io/run-the-platform/es/administracion-del-sistema/license-updates-verify.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.
