Proxmox VE is a popular open source virtualization platform that allows you to easily create and manage virtual machines (VMs)
Requirements
- Debian 12 server with root access
- Internet connection
Procedure
- Update package source
apt update && apt upgrade
- Install wget
apt install wget
- Add Proxmox VE repository
echo "deb https://download.proxmox.com/debian/ buster pve-experimental" | tee /etc/apt/sources.list.d/pve-experimental.list
- Install Proxmox VE-Kernel
wget https://download.proxmox.com/debian/ buster/pve-kernel_6.0-10_amd64.deb dpkg -i pve-kernel_6.0-10_amd64.deb
- Installing Proxmox VE packages
apt install proxmox-ve mailx
- Remove Linux kernel
apt remove linux-image-amd64
- Reboot system
reboot
Log in
After the restart, you can log in to Proxmox VE via the web interface at https://