> 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/zh/xi-tong-guan-li/license-updates-verify.md).

# 验证许可和更新服务器配置

如何验证与 VergeOS 更新服务器的连接并排查许可配置问题，包括凭据和更新源选择。

运行工作负载和 NAS 服务以及执行系统更新都需要有效的许可配置。正常的许可和更新需要连接到 VergeOS 更新服务器并进行身份验证。

{% hint style="info" %}
**有关隔离环境的许可/更新，请参阅：知识库文章：** [**为 VergeOS 请求 Airgap 许可证**](/knowledge-base/zh/system-administration/requesting-an-airgap-license.md) **以及** [**使用离线许可更新 VergeOS 系统**](/knowledge-base/zh/system-administration/updating-vergeos-system-with-airgap-license.md)**.**
{% endhint %}

## 验证与 VergeOS 更新服务器的连接

1. 在主仪表板中，导航到 **系统 > 更新**。这将带您进入更新仪表板。
2. 单击 **检查更新** 在左侧菜单中。
3. 确认在以下字段中显示绿色指示器： ***状态*** 字段中。连接失败将以红色状态以及状态字段中的错误消息表示。
4. 如果状态不是绿色：
   * 点击 **编辑设置** 在左侧菜单中。
   * 验证 **正确的许可用户名/密码**。如果您不确定您的许可凭据，请联系您的 VergeOS 销售或支持代表。
   * 验证 **更新源**
     * 适用于家庭实验室和 POC（不可转售）安装： ***Verge.io 试用/NFR***
     * 适用于普通生产许可证： ***Verge.io 更新***
   * 验证 **互联网连接** 来自 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/zh/xi-tong-guan-li/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.
