> 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/ping-tai-gai-lan/new-system-configuration.md).

# 新系统配置

本页面将指导您将已安装的 VergeOS 系统准备投入生产；包括确保最佳性能、安全性和可靠性的配置步骤。有关规划和完成安装的说明，请参阅 [VergeOS 实施指南](/plan-and-deploy/zh/shi-shi-zhi-nan/intro.md).

## 系统和网络验证

{% hint style="info" %}
**继续之前：**

* **验证系统状态** （所有状态指示灯均为绿色）
* **确保网络配置正确**

请参阅 [**实施指南 - 安装后**](/plan-and-deploy/zh/shi-shi-zhi-nan/post-installation.md) 有关验证系统状态和网络的说明。
{% endhint %}

## 新系统任务列表

* [ ] [审查/调整集群设置](#cluster-settings)
* [ ] [确认许可/更新](#licensingupdates)
* [ ] [配置 SMTP](#smtp)
* [ ] [注册服务器证书](#server-certificate)
* [ ] [建立告警/报告](#alerting-and-reporting)
* [ ] [验证系统快照设置](#system-snapshot-settings)
* [ ] [配置授权/身份验证设置](#authenticationauthorization-settings)
* [ ] [可选 - 启用第三方日志记录](/knowledge-base/zh/troubleshooting/configuring-remote-log-forwarding.md)

## 集群设置

对于每个集群，建议在初始配置期间审查并微调设置，因为：

* 大多数集群更改都需要重启节点
* 在将系统投入生产之前，建立某些集群设置非常重要

该 [**集群设置指南**](/run-the-platform/zh/xi-tong-guan-li/cluster-settings.md) 提供有关可用设置的详细信息。

{% hint style="success" %}
**在此了解 VergeOS 集群基础知识：** [**集群概览指南**](/run-the-platform/zh/xi-tong-guan-li/clusters-overview.md)
{% endhint %}

## 许可/更新

1. [**验证您的 VergeOS 许可**](/run-the-platform/zh/xi-tong-guan-li/license-updates-verify.md)：这将确保您的系统能够运行虚拟机、启动 NAS 服务并执行更新。
2. [**更新您的系统**](/knowledge-base/zh/system-administration/updating-vergeos-system.md)：如果您的系统未运行最新版本，请执行更新。运行最新版本的 VergeOS 将确保您拥有所有最新功能和改进。

{% hint style="success" %}
[**VergeOS 发行说明**](https://docs.verge.io/release-notes/zh/) **提供有关当前最新版本的信息。**
{% endhint %}

## SMTP

正确配置 SMTP 对于接收基于电子邮件的报告和告警是必要的。请参阅 [**SMTP 产品指南** ](/run-the-platform/zh/xi-tong-guan-li/smtp.md)以获取说明。

## 服务器证书

默认情况下，您的 VergeOS 系统安装的是自签名证书。对于面向公众和生产环境的系统，安装由 CA 签发的受信任证书非常重要，以提供安全性并确保您的系统、浏览器和外部平台（用于集成）之间的信任。请参阅 [**服务器证书**](/run-the-platform/zh/xi-tong-guan-li/certificates.md) 了解相关说明。

{% hint style="success" %}
**对于家庭实验环境或仅在私有基础设施内使用的其他非关键系统，CA 签发的证书可能不那么重要。**
{% endhint %}

## 告警与报告

配置 [**订阅**](/run-the-platform/zh/xi-tong-guan-li/subscriptions-overview.md) 可让您接收告警和报告，以实现有效的系统监控。告警（按需订阅）对于在特定事件发生时立即通知至关重要（例如存储使用率过高、磁盘警告、系统日志错误等），从而能够快速响应。报告（计划订阅）使您能够按指定计划接收汇总信息。

## 系统快照设置

*完整* 系统快照可为您的整个系统提供某一时点的备份。默认情况下，您的 VergeOS 系统已配置为定期执行完整系统快照。您可以自定义此计划，以符合您的组织需求。请参阅 [**系统快照**](/automate-protect-and-extend/zh/bei-fen-yu-dr/system-snapshots.md) 有关调整系统快照默认频率和保留策略的说明。

{% hint style="success" %}
**在创建租户、虚拟机和 NAS 卷之后，您还可以在需要时为这些项目创建各自的快照频率和保留策略。**
{% endhint %}

## 身份验证/授权设置

1. **第三方授权来源：** [**配置授权来源**](https://github.com/verge-io/docs-vergeos/tree/main/run/product-guide/auth/auth-sources-overview.md) 用于您希望用于 VergeOS 登录的任何外部身份服务（例如 Google SSO 或 Microsoft Entra ID）。
2. **多因素身份验证（MFA）：** MFA 为您的用户账户增加了至关重要的安全层，即使密码泄露，也几乎不可能发生未授权访问。随着网络威胁不断上升，启用 MFA 有助于保护您的系统和数据。强烈建议您对所有用户登录都要求多因素身份验证。 [**为直接的 VergeOS 登录配置多因素身份验证**](/run-the-platform/zh/shen-fen-yan-zheng/multifactor-auth.md).

{% hint style="info" %}
**在为 VergeOS 使用外部授权来源（Google、Entra 等）时，也应在这些系统中配置多因素身份验证以确保安全登录；请查阅提供商的相关文档获取说明。**

. **密码复杂度：** 默认密码复杂度要求为最少 8 个字符。还可以在其中添加其他要求（例如小写字母、大写字母、数字、符号） [**高级设置**](/run-the-platform/zh/xi-tong-guan-li/advanced-system-settings.md) - ***密码复杂度要求***
{% endhint %}

{% hint style="warning" %}
**用户安全**

健全的用户安全实践对于保护系统和数据免受未授权访问及潜在泄露至关重要。通过为每个用户分配唯一账户、仅授予必要的权限，并定期审查审计日志，组织可以降低风险并确保其环境中的责任可追溯。
{% endhint %}


---

# 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/ping-tai-gai-lan/new-system-configuration.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.
