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

# 系统设置

VergeOS 系统设置概览，包括常规配置、版本信息、许可证详情、位置设置、连接详情以及如何修改设置。

该 *系统设置* 页面提供对您的 VergeOS 环境中各种配置选项的访问。本指南将引导您了解各个部分及其功能。

## 访问系统设置

从顶部菜单导航到 **系统** > **设置**.

## 常规设置

该 *常规* 部分显示有关您的 VergeOS 系统的基本信息：

* **云名称**：您的 VergeOS 系统名称。
* **描述**：系统的简要描述（如果提供）。
* **ID**：您的 VergeOS 系统实例的唯一标识符。
* **租户**：表示这是否为租户环境。

### 高级设置

点击 **高级设置** 链接以访问其他配置选项。

## 版本信息

此部分提供有关软件版本的详细信息：

* **软件版本**：当前的 VergeOS 软件版本。
* **OS 版本**：底层操作系统版本。
* **分支**：软件分支（例如，develop、stable）。

## 许可证详情

许可证部分显示有关您的 VergeOS 许可证的信息：

* **名称**：许可证名称。
* **描述**：许可证提供的任何附加说明。
* **有效期起/止**：许可证的有效期。
* **签发于/添加于**：与许可证签发和添加相关的日期。
* **自动续订**：显示许可证是否设置为自动续订。

要查看或复制许可证密钥，请点击 **复制** “Key”字段旁边的按钮。

## 位置信息

此部分显示您的 VergeOS 实例的地理详细信息：

* **域名**：与您的实例关联的域名。
* **城市/国家**：服务器的物理位置。
* **时区**：配置的时区。
* **纬度/经度**：精确的地理坐标。

会显示一张地图，以直观表示该位置。

## 连接详情

连接部分提供网络信息：

* **vSAN 主机**：vSAN 的 IP 地址或主机名。
* **vSAN 端口**：用于 vSAN 通信的端口号。

## 修改系统设置

要更改系统范围设置：

1. 点击 **编辑** 设置部分下左侧菜单中的。
2. 更新系统和位置部分中的必要字段。
3. 点击 **提交** 以保存更改。

## 请求或修改许可证

* 要生成离线（air-gap）许可证请求，请点击 **请求离线许可证** 左侧菜单中的。请参见 [为 VergeOS 请求 Airgap 许可证](/knowledge-base/zh/system-administration/requesting-an-airgap-license.md) 以查看完整步骤。
* 要安装许可证，请点击 **添加许可证** 左侧菜单中的。如果已安装许可证，菜单将显示 **编辑许可证** 作为替代——点击它以替换已安装的密钥。
* 要移除许可证，请使用 **删除许可证** 选项。

请记得在提交之前仔细检查任何更改，因为这些设置会影响整个 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/settings-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.
