使用Pve批量开设kvm小鸡

发布于 18 天前  86 次阅读


AI 摘要

想批量部署KVM虚拟机却不知从何开始?本教程逐步引导你通过PVE实现小鸡批量开设,从环境检测到网络配置,应有尽有,还包含一键式脚本工具,让复杂操作化繁为简,轻松上手高效管理。快来探索全面指南!

开Swap(可选)

curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o addswap.sh && chmod +x addswap.sh && bash addswap.sh

检测环境

bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/check_kernal.sh)

安装pve

curl -L https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/install_pve.sh -o install_pve.sh && chmod +x install_pve.sh && bash install_pve.sh

预配置环境

bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/build_backend.sh)

配置网络

bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/build_nat_network.sh)

批量开设kvm

curl -L https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/create_vm.sh -o create_vm.sh && chmod +x create_vm.sh && bash create_vm.sh

参考教程

  • alipay_img
  • wechat_img
公众号:享生活爱羊毛
最后更新于 2025-08-26