From e0fa5a4930e053dac3754aea218e6368ead030fc Mon Sep 17 00:00:00 2001 From: Cat Tom Date: Tue, 24 Mar 2026 15:27:30 +0800 Subject: [PATCH] Edit Proxmox-9-Install-and-Configuration --- .../Proxmox-9-Install-and-Configuration.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/tech/Proxmox-9-Install-and-Configuration.md b/docs/tech/Proxmox-9-Install-and-Configuration.md index 52cc3c4..b3b4e25 100644 --- a/docs/tech/Proxmox-9-Install-and-Configuration.md +++ b/docs/tech/Proxmox-9-Install-and-Configuration.md @@ -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 @@ -180,4 +186,10 @@ lvextend -l +100%FREE /dev/pve/data ```bash lvextend -l +100%FREE /dev/pve/data - ``` \ No newline at end of file + ``` + +## 参考 + +[Installation - Proxmox VE](https://pve.proxmox.com/wiki/Installation) + +[Proxmox Beginner’s Guide: Everything You Need to Get Started - YouTube](https://www.youtube.com/watch?v=lFzWDJcRsqo) \ No newline at end of file