> 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/plan-and-deploy/zh/shi-shi-zhi-nan/post-installation.md).

# 安装后配置

## 简介

在完成 VergeOS 安装后，还有几个必要步骤需要验证和优化您的系统。本页面将指导您完成安装初始 VergeOS 节点后的关键后安装步骤。

***

## 1. 验证系统状态

* **访问 Web UI：**
  * 打开网页浏览器，访问您的 VergeOS 系统的 IP 地址。
  * 使用安装过程中创建的管理员凭据登录。
* **确认系统健康状况：**
  * 检查主仪表板（主页）是否有任何警告或告警，包括 *日志* 部分，位于页面底部。
  * 确保所有节点都显示为在线且健康。 *节点* 主仪表板上的磁贴应显示所有节点在线并具有绿色状态。

***

## 2. 验证网络配置

VergeOS 核心 Fabric 网络的设计以冗余和弹性为核心。为了使该架构按预期运行，管理员必须验证核心网络的两个关键属性：冗余和隔离。在此阶段进行适当验证有助于确保在进入生产环境时具备预期的故障容错能力和性能。

* **测试核心网络冗余**\
  为了确保系统能够在不影响工作负载或数据完整性的情况下容忍硬件或链路故障：
  * 物理断开电缆或关闭其中一台核心交换机的电源，以模拟故障。
  * 在 VergeOS UI 中，导航到 *节点*。等待几分钟，确认所有节点都显示为“运行中”/绿色状态。
  * 在恢复故障链路或交换机后，在另一条物理核心网络上重复此测试。
* **验证核心网络隔离**\
  为了维护数据完整性并防止系统间干扰：
  * 验证每个物理核心网络都运行在其各自隔离的交换机上，或者至少运行在专用 VLAN 上。
  * 确保没有其他 VergeOS 系统共享这些网络。例如，如果您在共享基础架构中运行多个 VergeOS 主机系统，则每个系统都需要两个唯一且专用的 VLAN ID。

{% hint style="warning" %}
**避免使用 VLAN 1 和 100-102，因为它们保留用于 VergeOS 内部系统流量。**
{% endhint %}

* **验证外部连接冗余**\
  确保远程连接具有外部冗余：
  * 模拟到节点 1 的外部连接丢失（断开网线等）
  * 确认您仍然可以远程访问 VergeOS 用户界面

### 重要注意事项

* 建议定期测试网络冗余和故障切换。
* 记录所有配置更改，以便日后参考。

***

## 3. 系统配置

* VergeOS 提供了配置选项，帮助您保护并最大化新系统的优势。请按照 [**新系统配置检查清单**](/run-the-platform/zh/ping-tai-gai-lan/new-system-configuration.md) 中的产品指南完成将您的环境准备到生产状态。

***

## 故障排除与支持

如果在后安装配置期间出现问题：

* 检查系统日志中是否有任何错误
* 查看 [知识库](https://docs.verge.io/knowledge-base/zh/) 以获取常见解决方案
* 联系 [VergeOS 支持](/overview/zh/support-and-services.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/plan-and-deploy/zh/shi-shi-zhi-nan/post-installation.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.
