Seville, Spain
Seville, Spain
+(34) 624 816 969
Server virtualization has become a fundamental pillar for optimizing resources, reducing costs, and increasing flexibility in data centers. Proxmox VE, an open-source virtualization platform based on Debian Linux, offers a robust solution that combines KVM for virtual machines and LXC for containers. In this technical guide, we will explore step by step how to install and configure Proxmox, create your first virtual machines, and optimize performance.

Table of contents [Show]
Proxmox Virtual Environment (VE) is an enterprise virtualization platform that integrates two technologies: KVM (Kernel-based Virtual Machine) for full virtualization and LXC (Linux Containers) for lightweight operating system-level virtualization. Its HTML5-based web interface allows centralized management of servers, storage, and networks. If you are exploring cloud solutions, Proxmox is an excellent alternative to VMware or Hyper-V.
Download the official ISO from the Proxmox website and create a bootable medium (USB or CD). Boot the server from the medium, select the installation option, and follow the wizard. During installation, configure the hostname, static IP, and domain. When finished, the system will reboot, and you can access the web interface via https://SERVER_IP:8006.

Log in with the root user and the password you set. First, configure the repositories: go to Datacenter > Repositories and add the no-subscription repository (the No-Subscription tab). Then, update the system from the node console with apt update && apt upgrade -y.
Proxmox uses bridges to connect VMs to the network. By default, vmbr0 exists. To add a new one, go to Node > Network > Create > Bridge. Assign an IP (optional) and select the physical interface (e.g., enp0s3). Apply the changes.
Click Create VM in the top right corner. Follow these steps:
local-lvm).Finally, mount an ISO from local storage or upload it from your computer. Start the VM and proceed with the guest OS installation.

To improve performance, consider:
If you work with AI or intensive workloads, as we saw in our article on Generative AI implementation, efficient virtualization is key to scaling resources.
Proxmox VE is a powerful and flexible tool for virtualizing servers, ideal for enterprise and testing environments. With this guide, you have learned how to install, configure, and create your first virtual machine. To dive deeper, explore our guides and tutorials on virtualization and other technologies.