> 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/licensing-overview.md).

# 许可概述

本指南说明 VergeOS 授权如何工作，包括系统 ID、许可证类型，以及在重新安装等常见场景下会遇到的情况。

## VergeOS 授权如何工作

每个 VergeOS 安装都由一个唯一的 **系统 ID**。您的许可证直接绑定到此系统 ID——而不是硬件、用户账户或单个节点。只要系统 ID 保持不变，无论集群内硬件如何变化，许可证都有效。

### 系统级授权

一份 VergeOS 许可证可覆盖整个系统，包括集群中的所有节点。您无需为每个节点单独购买许可证。当您向集群添加或移除节点时，现有许可证仍然适用，因为系统 ID 不会改变。

## 查找您的系统 ID

系统 ID 显示在两个位置：

1. **系统设置**：导航到 **系统** > **设置**。 **ID** “常规”部分中的字段显示您的系统 ID。
2. **高级设置**：导航到 **系统** > **设置** > **高级**。 **系统 ID** 字段列在设置表中。

{% hint style="warning" %}
**请勿更改您的系统 ID**

在高级设置中修改系统 ID 将使您当前的许可证失效，这可能会导致系统无法运行工作负载。仅在 VergeOS 支持团队的直接指导下更改此设置。
{% endhint %}

## 许可证类型

VergeOS 提供两种主要许可证类型，每种都有不同的更新来源：

| 许可证类型         | 更新源              | 用例                 |
| ------------- | ---------------- | ------------------ |
| **生产版**       | Verge.io 更新      | 具有完整支持的生产部署        |
| **试用版 / NFR** | Verge.io 试用版/NFR | 概念验证实验室、演示以及不可转售环境 |

这两种许可证类型都需要 VergeIO 团队提供的身份验证凭据。许可证类型决定您的系统连接到哪个更新服务器以进行软件更新和许可证验证。

{% hint style="info" %}
核心系统功能需要有效的许可证配置，包括运行虚拟机和 NAS 服务——不只是软件更新。
{% endhint %}

## 许可证详情

您可以在以下位置查看当前许可证信息： **系统** > **设置** 在 **许可证** 部分：

* **名称** 和 **描述**：标识许可证
* **有效期自 / 直至**：许可证有效期
* **自动续订**：许可证是否自动续期
* **密钥**：许可证密钥（点击 **复制** 以复制）

## 重新安装与许可证重新激活

当您重新安装 VergeOS 时，安装过程会生成一个 **新的系统 ID**。由于您的许可证绑定到之前的系统 ID，因此不会自动转移到新安装。

### 重新安装后如何重新激活

1. 记下您的 **新的系统 ID** 从 **系统** > **设置** 在全新安装后。
2. 联系 [VergeOS 支持](/overview/zh/support-and-services.md) 并提供旧的和新的系统 ID。
3. 支持团队将停用旧系统 ID 上的许可证，并在新的系统 ID 上激活它。
4. 激活后，请使用您的凭据配置更新设置，并通过导航到以下位置验证连接： **系统** > **更新** 并点击 **检查更新**.

{% hint style="success" %}
在重新安装之前，请记录您当前的系统 ID 和许可证凭据。这将加快重新激活过程。
{% endhint %}

## 气隙授权

对于没有外部互联网访问的环境，VergeOS 支持空气隔离授权。这包括从系统生成许可证请求文件，并通过电子邮件发送给 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)

## 其他资源

* [许可证与软件更新](/run-the-platform/zh/xi-tong-guan-li/licensing-and-updates.md) — 管理更新和更新服务器配置
* [验证许可证和更新服务器配置](/run-the-platform/zh/xi-tong-guan-li/license-updates-verify.md) — 排查许可证连接问题
* [系统设置概览](/run-the-platform/zh/xi-tong-guan-li/settings-overview.md) — 常规系统设置参考


---

# 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/licensing-overview.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.
