How to Install Proxmox VE

Saturday, Mar 15, 2025 | 3 minute read | Updated at Saturday, Mar 15, 2025

Nikhil Jayammagari
How to Install Proxmox VE

Proxmox VE is an open-source server platform for enterprise virtualization. As a Debian-based Linux distribution, Proxmox uses a modified Ubuntu kernel to run multiple virtual machines and containers on a single server. You can deploy and manage virtualized environments through a web console or a command line, ensuring simple and fast accessibility.

Prerequisites

  • A physical or dedicated server.
  • 64bit CPU.
  • At least 1GB of RAM (and additional RAM needed for guests).
  • A USB stick with at least 1GB.
  • Install Proxmox Virtual Environment

Follow the steps below to install Proxmox VE on a physical or dedicated server.

Step 1: Download Proxmox ISO Image

The first step is to download the Proxmox VE ISO image.

  1. Navigate to the official Proxmox Downloads page and select Proxmox Virtual Environment. Proxmox download page

  2. This takes you to the Proxmox Virtual Environment Archive, which stores ISO images and official documentation. Select ISO Images to continue.

Open Proxmox ISO images achieve.

  1. At the time of writing, the latest version of the Proxmox VE ISO Installer is 7.1. If a newer version is available, it is listed at the top. Click Download and save the file.

Download the latest Proxmox VE ISO installer.

Step 2: Prepare Installation Medium

Copy the Proxmox ISO image on a CD/DVD or a USB flash drive. Although both options are possible, it is assumed that most systems won’t have an optical drive.

Plug in the USB drive and copy the ISO image to the USB stick using the command line or a USB formatting utility (such as Etcher or Rufus).

Step 3: Launch the Proxmox Installer

  1. Move to the server (machine) where you want to install Proxmox and plug in the USB device.

  2. While the server is booting up, access the boot menu by pressing the required keyboard key(s). Most commonly, they are either Esc, F2, F10, F11, or F12.

  3. Select the installation medium with the Proxmox ISO image and boot from it.

  4. Next, the Proxmox VE menu appears. Select Install Proxmox VE to start the standard installation.

Proxmox installer menu.

  1. Read and accept the EULA to continue.

Proxmox EULA.

  1. Choose the target hard disk where you want to install Proxmox. Click Options to specify additional parameters, such as the filesystem. By default, it is set to ext4.

Select Proxmox target hard disk.

  1. Then, set the location, time zone, and keyboard layout. The installer autodetects most of these configurations.

Configure location and timezone for Proxmox.

  1. Create a strong password for your admin credentials, retype the password to confirm, and type in an email address for system administrator notifications.

Set administration password for Proxmox.

  1. The final step in installing Proxmox is setting up the network configuration. Select the management interface, a hostname for the server, an available IP address, the default gateway, and a DNS server. During the installation process, use either an IPv4 or IPv6 address. To use both, modify the configuration after installing.

Management network configuration.

  1. The installer summarizes the selected options. After confirming everything is in order, press Install.

  2. remove the USB drive and reboot the system after installation.

Step 4: Run Proxmox

  1. Once the system reboots, the Proxmox GRUB menu loads. Select Proxmox Virtual Environment GNU/Linux and press Enter.

  2. Next, the Proxmox VE welcome message appears. It includes an IP address that loads Proxmox. Navigate to that IP address in a web browser of your choice.

Proxmox welcome output.

  1. After navigating to the required IP address, you may see a warning message that the page is unsafe because Proxmox VE uses self-signed SSL certificates. Click the IP link to proceed to the Proxmox web management interface.

Accept proxmox certificate and proceed.

  1. To access the interface, log in as root and provide the password set when installing Proxmox.

Proxmox

  1. A dialogue box pops up saying there is no valid subscription for the server. Proxmox offers an optional add-on service to which you can subscribe. To ignore the message, click OK.

Proxmox

Congratulations You Have Successfully installed Proxmox VE

About

This blog is dedicated to sharing detailed, step-by-step guides on:

πŸ–₯️ Tech Tutorials β€” From web development to home lab setups, you’ll find clear and easy-to-follow instructions.
πŸ”Œ Home Lab Projects β€” Explore real-world setups, configurations, and troubleshooting tips for building and managing home servers.
πŸŽ₯ YouTube Video Guides β€” Each tutorial often includes a corresponding video on my YouTube channel to ensure you can follow along visually.

Why This Blog?

I believe tech knowledge should be accessible and simple to understand. Every post is crafted to provide clear instructions, helpful visuals, and actionable insights to help you succeed.

Whether you’re a beginner or an experienced tech enthusiast, you’ll find something valuable here. Feel free to connect with me on LinkedIn or explore my GitHub projects for more resources.

Stay curious, keep learning, and enjoy the journey! πŸš€