# 创建虚拟私有云

## **步骤 1 - 登录 zenConsole**

1. 使用您的电子邮件地址和密码登录 [**zenConsole**](https://console.zenlayer.com/dashboard)。
2. 在 zenConsole 的左上角，依次点击 **产品** > **裸机** > **虚拟私有云** > **创建虚拟私有云**。

## **步骤 2 - 配置 VPC 的基本信息**

{% hint style="info" %} <mark style="color:blue;">**注意**</mark>

* <mark style="color:blue;">VPC 标签名称只能包含字母数字字符、连字符和句点。</mark>
* <mark style="color:blue;">内网 IP 范围一旦配置完成将无法更改。强烈建议您提前规划网络。</mark>
* <mark style="color:blue;">详情请参阅</mark> [<mark style="color:purple;">**创建子网**</mark>](/welcome/cn/bare-metal/get-started/create-a-subnet.md) <mark style="color:blue;">。</mark>
  {% endhint %}

1. 选择您需要创建 VPC 的地域。\
   您可以在可用区创建 VPC。可用区由多个裸机区域组成，例如 Atl-A 和 Atl-B。
2. 配置内网 IP 范围。\
   配置 VPC 的内网 IP 范围后，该 VPC 中的资源将被分配内网 IP 地址，以在指定的 IP 范围内进行安全通信。
3. 标记您的 VPC。\
   VPC 标签名称只能包含字母数字字符、连字符和句点。
4. 创建子网。\
   您可以为子网指定 VPC IP 范围的一个子集。
5. 选择资源组。\
   分配给您的 VPC 的资源组中的资源可以相互通信。
6. 点击 **创建** 以确认配置。

## **接下来的操作**

您可以在 **裸机** > **虚拟私有云** 中查看和管理您的 VPC。

* 点击 **删除** 以删除您的 VPC
* 点击 **添加子网** 以向 VPC 添加子网
* 点击 **添加实例** 以向子网添加实例


---

# Agent Instructions: 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:

```
GET https://docs.console.zenlayer.com/welcome/cn/bare-metal/get-started/create-a-virtual-private-cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
