Installing Proxmox VE 9 on a Server: Step-by-Step Guide

Proxmox VE · 19.04.2026
Installing Proxmox VE 9 on a Server: Step-by-Step Guide

Installing Proxmox VE 9 takes about 20 minutes. Download the official ISO from proxmox.com, write it to a USB drive, and boot from it.

Installation Steps

  1. Download Proxmox VE 9.0 ISO from proxmox.com
  2. Write to USB using dd (Linux) or Rufus (Windows)
  3. Boot from USB, select target disk and filesystem (ZFS recommended)
  4. Configure network: IP, gateway, DNS, hostname
  5. Reboot and open https://IP:8006
Warning: Proxmox formats the entire disk during installation. All existing data will be erased.

Post-Installation

# Add no-subscription repository
echo "deb http://download.proxmox.com/debian/pve trixie pve-no-subscription"   > /etc/apt/sources.list.d/pve-no-subscription.list

apt update && apt dist-upgrade -y
Access the web interface at https://YOUR-IP:8006 using root credentials set during installation.
← Back to Knowledge Base Ask Support