> 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).

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

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

{% hint style="info" %}
**有关隔离网络（Air-gap）许可/更新，请参阅：知识库文章：** [**为 VergeOS 申请隔离网络许可**](/knowledge-base/zh/getting-started/requesting-an-airgap-license.md) **和** [**使用 Airgap 授权更新 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.
