Arama Yap Mesaj Submit
Request a Callback
+90
X
X

Select Your Currency

Turkish Lira $ US Dollar Euro
X
X

Select Your Currency

Turkish Lira $ US Dollar Euro

Contact Us

Location Halkali merkez neighborhood fatih st ozgur apt no 46 , Kucukcekmece , Istanbul , 34303 , TR
Virtualization Platform

Proxmox VE Installation: A Step-by-Step Guide From Scratch to Your First VM

Proxmox VE is a free, open-source, Debian-based virtualization platform that combines KVM virtual machines and LXC containers in a single web-based management panel. This guide explains the core concepts and walks through installing Proxmox VE on a bare-metal server and creating your first virtual machine.

2008First release published (Proxmox Server Solutions)
DEBIANProxmox VE is built on Debian GNU/Linux
8006Default port of the web management interface
KVM+LXCCombines full virtualization and containers in one platform
01
CONCEPTS

The core concepts of Proxmox VE

Understanding Proxmox VE starts with distinguishing four fundamental building blocks.

Virtual Machine (VM)

KVM-based full virtualization; runs its own kernel, supports different operating systems including Windows, and is fully isolated from the hardware.

LXC Container

A lightweight Linux container that shares the host's OS kernel; consumes far fewer resources than a VM and starts much faster.

Node

A single physical server running Proxmox VE; multiple nodes can be joined together to form a cluster.

Storage (ZFS / LVM-thin)

The layer where virtual disks are stored; ZFS provides snapshots and data integrity, while LVM-thin is a simple, fast option.

02
WHY PROXMOX

Why choose Proxmox VE?

VMware's post-2024 licensing changes pushed many administrators to look for alternatives, and Proxmox VE has emerged as one of the leading options.

High

Free core platform

All of Proxmox VE's features are usable without paying a license fee; the optional support subscription only adds enterprise support and access to a curated repository, it doesn't restrict core functionality.

High

KVM and LXC on one platform

Workloads that need full isolation run as KVM virtual machines, and lightweight, fast workloads run as LXC containers — both managed from the same web interface.

Medium

Built-in backup

Proxmox Backup Server integration and the built-in vzdump tool provide scheduled, incremental backups without buying a separate product.

Medium

Modern web-based management

Cluster management, storage, networking and user authorization are all handled from a single web interface; no separate management server (like vCenter) is required.

03
INSTALLATION

Installing Proxmox VE on a bare-metal server

Proxmox VE installs directly onto hardware from the official ISO image and becomes usable through its web-based management interface right after installation.

01

Download the Proxmox VE ISO image

Download the current Proxmox VE ISO from the official proxmox.com download page and write it to a USB drive.

02

Boot the server from the ISO and start the installer

Boot the server from the USB drive and choose the target disk, time zone and administrator password in the installation wizard.

03

Configure network and storage settings

During installation, set the server's static IP address, gateway, and choose ZFS or ext4 for the root file system.

04

Log in to the web interface on port 8006

Once installation completes, open https://server-ip:8006 and log in as root to access the management panel.

05

Verify the storage pool and network bridge

Check in the web interface that the vmbr0 network bridge and the selected storage pool (local-lvm or ZFS) are configured correctly.

06

Create your first virtual machine

Use the 'Create VM' wizard in the web interface to create and start a new virtual machine from an ISO image.

04
COMMANDS

Run the commands in order

Check the Proxmox version
pveversion
View storage status
pvesm status
List virtual machines
qm list
List LXC containers
pct list
Update the system
apt update && apt full-upgrade -y
View the network bridge configuration
cat /etc/network/interfaces
05
FAQ

Frequently asked questions about installing Proxmox VE

Is Proxmox VE really free, and what's the subscription for?

Yes, all features of Proxmox VE are available for free through the No-Subscription (community) repository. The paid subscription provides tested, stable package updates through the Enterprise repository, official technical support and priority bug fixes; it doesn't restrict core virtualization functionality.

What's the key difference between Proxmox VE and VMware ESXi?

ESXi only supports full virtual machines (VMs) and requires a separate management product like vCenter; Proxmox VE manages both KVM virtual machines and lightweight LXC containers from a single free web interface, and cluster management doesn't require any extra component.

What are the minimum hardware requirements?

For testing and learning, a CPU with virtualization support (Intel VT-x/AMD-V), 2 GB RAM and 32 GB of disk are enough; for running several VMs in production, at least 8 GB RAM and a server motherboard with ECC support is recommended.

Can I run Proxmox VE nested inside a VPS?

Yes, but the VPS provider must support nested virtualization (VT-x/AMD-V passthrough); without it, only LXC containers can run — KVM virtual machines won't start.

Does Proxmox VE support Windows virtual machines?

Yes, since KVM provides full virtualization, Windows Server and desktop Windows versions run without issues; installing the VirtIO drivers inside the VM is recommended for the best disk and network performance.

What backup options does Proxmox VE offer?

The built-in vzdump tool can create scheduled full or incremental backups; a separately installed Proxmox Backup Server adds deduplicated, efficient incremental backups and one-click restore.

07
RELATED GUIDES

Move on to the next step

EKA SUNUCU TEKNİK BİLGİ MERKEZİ

Looking for a powerful dedicated server to run Proxmox VE?

Check out our server plans with virtualization-ready CPUs, NVMe storage and full hardware access, ready for Proxmox VE.

View Server Plans
Top