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

### 高级设置

单击 **高级设置** 用于访问其他配置选项的链接。

## 版本信息

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

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

## 许可证详情

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

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

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

## 位置信息

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

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

系统会显示一张地图以直观呈现该位置。

## 连接详情

连接部分提供网络信息：

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

## 修改系统设置

要更改全局系统设置：

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

## 请求或修改许可证

* 要请求新许可证，请单击 **请求许可证** 左侧菜单中的。
* 要修改现有许可证，请单击 **编辑许可证** 左侧菜单中的。
* 要移除许可证，请使用 **删除许可证** 选项。

在提交之前，请务必仔细检查任何更改，因为这些设置可能会影响您的整个 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.
