> 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 licencia y la configuración del servidor de actualizaciones

Cómo verificar la conectividad con el servidor de actualizaciones de VergeOS y solucionar problemas de configuración de licencias, incluidas credenciales y selección de la fuente de actualización.

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

{% hint style="info" %}
**Para licencias/actualizaciones air-gap, consulte: artículos de KB:** [**Solicitud de una licencia air-gap para VergeOS**](/knowledge-base/es/system-administration/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, vaya a **Sistema > Actualizaciones**. Esto le llevará al panel de actualizaciones.
2. Haga clic en **Buscar actualizaciones** en el menú izquierdo.
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ú izquierdo.
   * Verifique **las credenciales correctas de usuario/contraseña de licencias**. 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 y instalaciones de POC (no para reventa): ***Prueba/NFR de Verge.io***
     * para licencias de producción normales: ***Actualizaciones de Verge.io***
   * 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.
