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
## 下载 ISO 镜像
[ISO - Proxmox Virtual Environment](https://www.proxmox.com/en/downloads/proxmox-virtual-environment/iso)
## 制作 USB 启动盘
- [Rufus](https://rufus.ie/zh)
@@ -11,7 +15,7 @@
## 安装
`` 进入启动项菜单。
++del++ 进入启动项菜单。
选择 `Install Proxmox VE (Graphical)`
@@ -66,7 +70,7 @@ Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
``` bash
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 Admin](https://login.tailscale.com/admin/settings/keys) 创建 Auth Key。
``` bash
curl -fsSL https://tailscale.com/install.sh | sh
@@ -181,3 +187,9 @@ lvextend -l +100%FREE /dev/pve/data
```bash
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)