ProXmoX VE 介绍
Proxmox VE 是一个完整的开源服务器虚拟化管理软件。它基于 KVM 虚拟化和基于容器的虚拟化,并且管理 KVM 虚拟机、 Linux 容器 (LXC)、 存储、 虚拟化的网络和 HA 集群。
企业级功能和直观的 web 界面旨在帮助您提高您现有的资源的利用、并降低硬件成本和管理时间,可在商业以及家庭使用。即使是最苛刻的Linux和Windows应用程序工作负载,您也可以轻松地虚拟化。
Proxmox VE 是强大和轻量级的开源服务器虚拟化软件,优化了性能和可用性。最大的灵活性,Proxmox VE 支持两种虚拟化技术-基于内核的虚拟机 (KVM) 和基于容器的虚拟化与 Linux 容器 (LXC)。
1. 安装 Proxmox VE
2. 登录
3. 创建集群
4. 查看节点状态
5. 修改apt源
root@chengyinwu:~# cat /etc/apt/sources.list
deb http://mirrors.163.com/debian/ stretch main non-free contrib
deb http://mirrors.163.com/debian/ stretch-updates main non-free contrib
deb http://mirrors.163.com/debian/ stretch-backports main non-free contrib
deb-src http://mirrors.163.com/debian/ stretch main non-free contrib
deb-src http://mirrors.163.com/debian/ stretch-updates main non-free contrib
deb-src http://mirrors.163.com/debian/ stretch-backports main non-free contrib
deb http://mirrors.163.com/debian-security/ stretch/updates main non-free contrib
deb-src http://mirrors.163.com/debian-security/ stretch/updates main non-free contrib
deb http://ftp.debian.org/debian buster main contrib
deb http://ftp.debian.org/debian buster-updates main contrib
# security updates
deb http://security.debian.org buster/updates main contrib
6. 更新apt源并安装net-tools
root@chengyinwu:~# apt-get -y update
root@chengyinwu:~# apt-get install net-tools -y
7. 打开网页,然后输入用户名密码
来源:CSDN
作者:寻花之梦~~
链接:https://blog.csdn.net/chengyinwu/article/details/103847457