Table of contents [Show]
Proxmox Virtual Environment (Proxmox VE) is an open-source virtualization platform based on Debian, which integrates KVM for full virtual machines and LXC for containers. Its web interface facilitates centralized management of resources, storage, networks, and high availability. In this technical tutorial, we will guide you from installation to creating your first virtual machine, including cluster configuration and shared storage.

Download the ISO from the official Proxmox website and create a bootable USB with tools like Rufus or dd. Boot the server from the USB and follow the wizard:
After rebooting, access the web interface at https://IP:8006 with the user root and the defined password.

Proxmox offers two repositories: the enterprise (subscription) and the no-subscription. For test environments, enable the no-subscription repository by commenting out the enterprise line in /etc/apt/sources.list.d/pve-enterprise.list and adding the appropriate repository. Then run:
apt update && apt full-upgrade -yProxmox supports multiple backends: LVM, ZFS, Ceph, NFS, iSCSI, etc. To start, you can use local LVM storage. If you need high availability, consider ZFS or Ceph. Configuration is done from Datacenter > Storage in the web interface.
Create a bridge (vmbr0) to connect VMs to the physical network. You can add VLANs to segment traffic. Configuration is edited in /etc/network/interfaces or from the web interface in System > Network.
Click on Create VM and follow the wizard:
Finish and start the VM to install the guest operating system.
Containers are lighter and more efficient. To create one, you need an operating system template (for example, Debian or Ubuntu). Download it from Local > CT Templates. Then use Create CT and configure resources, network, and storage. Containers share the host kernel, so isolation is less than in KVM.

Proxmox allows grouping multiple nodes into a cluster for live migration and high availability. To create a cluster, go to Datacenter > Cluster > Create Cluster and follow the instructions. Then join additional nodes with Join Cluster. It is recommended to use a dedicated Corosync ring for cluster traffic.
High availability requires shared storage (Ceph, NFS, iSCSI) and the configuration of HA groups. Proxmox monitors the nodes and restarts VMs on another node if the original fails.
To delve deeper into security in virtualized environments, we recommend our article on advanced solutions in Microsoft Azure: security guide for the enterprise cloud, where concepts applicable to any platform are discussed.
If you are considering integrating Proxmox into a hybrid cloud strategy, take a look at how V-Valley completes the HPE puzzle by unifying networks, cloud, and data.
Proxmox VE is a robust and flexible solution for virtualizing servers, with an active community and enterprise features at no license cost. By following this tutorial, you can deploy your own virtualized environment and make the most of your hardware resources. Explore more guides in our Guides and Tutorials category.