TSF – Giải pháp IT toàn diện cho doanh nghiệp SMB | HCM

Proxmox VE P4: How to Install Windows Server 2022 on Proxmox (Step-by-Step GUI Guide)

🖥️ Proxmox VE P4 – Install Windows Server 2022 on Proxmox (Step-by-Step GUI Guide)

Proxmox VE is a powerful open-source virtualization platform widely used by system administrators and IT professionals. One of the most common production use cases is running Windows Server 2022 as a virtual machine for:

  • 🏢 Active Directory Domain Services

  • 📂 File Server

  • 🗄️ Application Hosting

  • 🌐 Infrastructure Services

In this step-by-step guide, you will learn how to install Windows Server 2022 on Proxmox VE using the graphical interface (GUI). This tutorial is designed for both beginners and IT professionals who want a stable, best-practice deployment.


📌 Prerequisites

Before starting, make sure you have:

  • ✅ A working Proxmox VE server

  • ✅ Windows Server 2022 ISO

  • ✅ VirtIO drivers ISO

  • ✅ Access to the Proxmox Web Interface

  • ✅ Basic knowledge of virtualization concepts


🚀 Step 1: Upload Windows Server 2022 ISO

Log in to the Proxmox Web Interface.

Upload the Windows Server 2022 ISO file to your ISO storage.
This ISO will be used to boot the virtual machine during installation.

💡 Tip: Also upload the VirtIO ISO at the same time to avoid switching storage later.


🖥️ Step 2: Create a New Virtual Machine

Create a new virtual machine in Proxmox VE and configure the following:

  • OS Type: Microsoft Windows

  • Version: Windows Server 2022

  • BIOS: OVMF (UEFI) or SeaBIOS

  • Machine Type: q35 (recommended)

  • CPU & RAM: Allocate based on your workload requirements

Choosing the correct machine type and BIOS ensures better compatibility and performance.


💽 Step 3: Configure Disk and Network

For optimal performance, use:

  • Disk: VirtIO

  • Network: VirtIO

During installation, Windows Server 2022 will not automatically detect the disk or network adapter when using VirtIO.

You will need to manually load the VirtIO drivers to proceed.

This configuration significantly improves disk I/O and network throughput compared to default emulated drivers.


🏗️ Step 4: Install Windows Server 2022

Start the virtual machine.

Follow the Windows Server installation wizard.

When prompted to select storage:

  1. Click Load Driver

  2. Browse to the VirtIO ISO

  3. Select the appropriate storage driver

  4. Continue installation

Once the disk is detected, proceed with the standard Windows Server installation process.


⚙️ Step 5: Install VirtIO Drivers Inside Windows

After Windows Server installation is complete:

Mount the VirtIO ISO inside Windows and install:

  • VirtIO network driver

  • VirtIO storage driver

  • Balloon driver

  • QEMU guest agent

This ensures optimal performance and proper integration with Proxmox VE.


🔧 Best Practices After Installation

After deployment, follow these best practices:

  • 🔄 Enable Windows Updates

  • ⏱️ Configure time synchronization

  • 🧩 Install QEMU Guest Agent

  • 💾 Create a backup job in Proxmox

  • 📸 Take a clean snapshot after installation

These steps help maintain stability, recoverability, and long-term reliability.


🎯 Conclusion

Installing Windows Server 2022 on Proxmox VE is straightforward when using the correct configuration and VirtIO drivers.

This setup provides a stable and production-ready foundation for:

  • Active Directory

  • File Services

  • Enterprise Applications

  • Infrastructure Roles

This is Part 4 (P4) of the Proxmox VE series, focusing on Windows Server deployment using the GUI method.

Stay tuned for the next part of the series.

See also related articles

P15 – 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 More

P14 – 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