1Gbps Dedicated Servers
Unmetered Dedicated Servers
AMD Dedicated Servers
Gaming Dedicated Servers
10Gbps Dedicated Servers
GPU Servers
Intel Dedicated Servers
DDOS Dedicated Servers
About Us
Contact Us
Blogs
Tutorials
Proxmox VE is the industry standard for open-source enterprise virtualisation, combining KVM and LXC into a single, robust management interface. This guide covers the complete installation process on eServer hardware, from bare-metal ISO setup via IPMI to advanced deployment on top of Debian 12.
Don't want to deal with ISOs, BIOS settings, and manual partitioning? When you provision a dedicated server with eServer, you don't need to do any of this!
We offer an automated OS installation tool directly within your client portal. Simply select "Proxmox VE" from the Operating System list when ordering or reinstalling your server. Your hardware will be ready to use with Proxmox configured out of the box in minutes.
Best for: Users who need specific custom partitioning (like ZFS RAID levels) that automated installers might not cover.
Before starting, ensure your eServer hardware meets the necessary specifications (most of our standard builds exceed these):
Since this is a remote dedicated server, you cannot use a physical USB drive. You must use the IPMI Console.
1. Download: Get the latest Proxmox VE ISO from the Official Downloads Page to your local computer.
2. Access IPMI: Log in to your eServer IPMI/iDRAC/KVM portal.
3. Mount ISO: Open the "Virtual Media" or "Virtual Storage" manager in the console. Upload or select the Proxmox ISO file from your local machine to mount it as a virtual CD-ROM.
4. Boot: Restart the server via the IPMI power controls and press F11/F12 to enter the boot menu. Select the Virtual CD-ROM.
Select Install Proxmox VE (Graphical) and proceed through the following configurations:
Use the IP details provided in your eServer allocation email.
Review the summary and click Install. The server will format the drive and reboot automatically. Remember to unmount the ISO from Virtual Media.
On your local computer, navigate to: https://YOUR-SERVER-IP:8006
https://YOUR-SERVER-IP:8006
Accept the SSL warning (Click Advanced > Proceed; this is normal for self-signed certificates). Log in with User: root and the password you set.
Once logged in to your new eServer Proxmox node, follow these steps to deploy an OS (e.g., Ubuntu Server).
Upload ISO Navigate to Datacenter > [Node Name] > local (pve) > ISO Images. Click Upload and select your OS ISO file (e.g., Ubuntu, Windows Server) from your computer.
Create VM Click the blue Create VM button at the top right.
Best for: Converting existing Linux servers or complex encrypted setups. Warning: Start with a fresh "Minimal" Debian 12 install provided by eServer.
Connect via SSH and ensure the system is current:
apt update && apt full-upgrade
Proxmox requires the hostname to be resolvable to the public IP (not 127.0.0.1). Open the hosts file:
nano /etc/hosts # Edit the file to map your static IP to your hostname: # YOUR_PUBLIC_IP node1.yourdomain.com node1
Add the repository source and the security key.
echo "deb [arch=amd64] http://download.proxmox.com/debian/pve bookworm pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg apt update
Install the kernel and helper tools.
apt install proxmox-ve postfix open-iscsi
Postfix Prompt: Select "Local only". System Mail Name: Leave as default.
Debian does not create the default bridge (vmbr0) required for virtual machines. You must create it manually. Check your network interface name (e.g., eno1) with ip a.
ip a
nano /etc/network/interfaces # Replace the configuration with the following (adjusting for your IP/Interface): auto lo iface lo inet loopback iface eno1 inet manual auto vmbr0 iface vmbr0 inet static address YOUR_PUBLIC_IP/24 gateway YOUR_GATEWAY_IP bridge-ports eno1 bridge-stp off bridge-fd 0
Remove the default Debian kernel to prevent conflicts and reboot into Proxmox.
apt remove linux-image-amd64 'linux-image-6.1*' update-grub reboot
Your eServer dedicated hardware is now running Proxmox VE. Whether you used the IPMI/ISO method or installed over Debian, your next steps are identical: log in via the web interface at https://YOUR-IP:8006 and start building your virtual infrastructure.
https://YOUR-IP:8006
Need a dedicated server environment without the setup time? View Pre-Configured Proxmox Servers – at eServer.
eServers provides reliable dedicated servers across multiple global regions. Whether you need low latency, regional compliance, or proximity to your audience, our wide geographic coverage ensures the perfect hosting environment for your project.
At eServers , we proudly partner with 15+ leading global tech providers to deliver secure, high-performance hosting solutions. These trusted alliances with top hardware, software, and network innovators ensure our clients benefit from modern technology and enterprise-grade reliability.