Proxmox – P2 How to Install Proxmox (Free) on Server | Step-by-Step Guide
Proxmox Virtual Environment (Proxmox VE) is a powerful open-source virtualization platform that supports both KVM (Kernel-based Virtual Machine) and LXC containers. It is widely used in home labs, enterprise environments, and data centers for building scalable and efficient virtual infrastructures.
In this tutorial, you will learn how to install Proxmox VE (Free Version) on a physical server step by step. This guide is designed for beginners, IT administrators, and system engineers who want a clean and stable Proxmox deployment.
By the end of this article, your server will be fully installed and accessible through the Proxmox web interface.
🖥️ System Requirements
Before starting the installation, make sure your server meets the following requirements:
64-bit CPU with virtualization support (Intel VT-x or AMD-V)
Minimum 8 GB RAM (16 GB recommended)
At least one SSD or HDD (128 GB or more recommended)
Ethernet network connection
Bootable Proxmox VE USB installer
Ensuring proper hardware compatibility will guarantee a smooth installation process.
🔄 Boot the Server from Proxmox USB Installer
Insert the Proxmox bootable USB into the server
Power on the server and enter BIOS/UEFI
Set USB as the first boot device
Save settings and reboot
If configured correctly, the Proxmox installation menu will appear.
⚙️ Start Proxmox VE Installation
Select Install Proxmox VE
Accept the license agreement
Choose the target disk for installation
Configure the following settings:
Time zone
Keyboard layout
Root password and email
Configure network settings:
Management IP address
Hostname (FQDN)
Gateway and DNS
Make sure all network information is correct, as it will be used to access the Proxmox web interface.
✅ Complete Installation and Reboot
Confirm the installation summary
Start the installation process
Remove the USB after installation completes
Reboot the server
Once rebooted, Proxmox VE will start automatically.
🌐 Access Proxmox Web Interface
After installation:
Open a web browser
Navigate to:
https://<server-ip>:8006
Log in using:
Username: root
Password: The root password you configured earlier
You will now see the Proxmox VE management dashboard.
🔧 Post-Installation Recommended Settings
After logging in, it is recommended to:
Update system packages
Disable enterprise repository (if using the free version)
Enable the no-subscription repository
Create local storage for virtual machines and containers
These steps help optimize stability and compatibility for lab or production usage.
🛡️ Best Practices After Installing Proxmox
To ensure long-term stability and security:
Use a static IP for management
Enable virtualization features in BIOS
Backup configuration regularly
Apply updates before deploying production VMs
Following best practices will help you maintain a reliable virtualization environment.
🎯 Conclusion
Installing Proxmox VE (Free Version) on a server is straightforward and efficient. By following this step-by-step guide, you can quickly deploy a powerful virtualization platform ready for home labs, testing environments, or production workloads.
In the next part of the Proxmox series, we will continue building and optimizing your virtualization infrastructure.
Let’s keep building 🚀
See also related articles
P21 – How to Schedule Automatic Shutdown and Startup of VMs in Proxmox VE
P21 – How to Schedule Automatic Shutdown and Startup of VMs in Proxmox VE ⏰ Proxmox VE – How to Schedule Automatic VM Start and Shutdown Using Cron (Step-by-Step Guide) Automating virtual machine operations is an essential skill for every Proxmox administrator. In many real-world environments, you may need virtual...
Read MoreP15 – Backup and Restore VM in Proxmox VE
P15 – Backup and Restore VM in Proxmox VE 🚀 Proxmox VE P15 – Backup and Restore VMs (Full Step-by-Step Guide) Data protection is one of the most critical responsibilities of any system administrator.In Proxmox VE, having a proper backup and restore strategy ensures your infrastructure can quickly recover from...
Read MoreP14 – How to Remove Cluster Group Safely on Proxmox
Proxmox VE 9 P14: How to Remove Cluster Group Safely In Proxmox (Step-by-Step Guide) 🚀 Proxmox VE 9 – How to Remove Cluster Group (Step-by-Step) In some scenarios, you may need to remove a Proxmox cluster configuration completely, especially when: ❌ A node failed permanently ❌ The cluster was misconfigured...
Read More