Edit Proxmox-9-Install-and-Configuration
Deploy / deploy (push) Successful in 42s

This commit is contained in:
2026-03-24 15:27:30 +08:00
parent d8e57d2e08
commit e0fa5a4930
@@ -4,6 +4,10 @@
- 幻网 N5000 - 幻网 N5000
## 下载 ISO 镜像
[ISO - Proxmox Virtual Environment](https://www.proxmox.com/en/downloads/proxmox-virtual-environment/iso)
## 制作 USB 启动盘 ## 制作 USB 启动盘
- [Rufus](https://rufus.ie/zh) - [Rufus](https://rufus.ie/zh)
@@ -11,7 +15,7 @@
## 安装 ## 安装
`` 进入启动项菜单。 ++del++ 进入启动项菜单。
选择 `Install Proxmox VE (Graphical)` 选择 `Install Proxmox VE (Graphical)`
@@ -66,7 +70,7 @@ Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
``` bash ``` bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)" bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)"
Disabled subscription nag Yes Disabled subscription nag - Yes
``` ```
## 存储 ## 存储
@@ -84,6 +88,8 @@ Disabled subscription nag Yes
## Tailscale ## Tailscale
在 [Tailscale Admin](https://login.tailscale.com/admin/settings/keys) 创建 Auth Key。
``` bash ``` bash
curl -fsSL https://tailscale.com/install.sh | sh curl -fsSL https://tailscale.com/install.sh | sh
@@ -180,4 +186,10 @@ lvextend -l +100%FREE /dev/pve/data
```bash ```bash
lvextend -l +100%FREE /dev/pve/data lvextend -l +100%FREE /dev/pve/data
``` ```
## 参考
[Installation - Proxmox VE](https://pve.proxmox.com/wiki/Installation)
[Proxmox Beginners Guide: Everything You Need to Get Started - YouTube](https://www.youtube.com/watch?v=lFzWDJcRsqo)