This is a guide to setup a Windows 10 VM that can run Easy Anti Cheat in Proxmox. Only tested on Intel CPUs
Prepare
- Download a Windows 10
.isofile and upload it to Proxmox - Create a new VM
- OS
- Select the Windows ISO image
- Guest OS:
Microsoft Windows 10/2016/2019
- System
- Maschine:
q35
- Maschine:
- Disks
- Bus/Device:
SATA 0
- Bus/Device:
- Network:
- Model:
Intel E 1000 - MAC address: get a random Intel MAC
- Intel MAC address prefixes: https://www.netify.ai/resources/macs/brands/intel
- Model:
- OS
- Change settings in the VM config file
- Open the Proxmox host Shell and edit the VMs config file
nano /etc/pve/qemu-server/<vm id>.conf
- add the following line to the config:
args: -cpu host,-hypervisor,kvm=off
- Save the config with
CTRL + Sand exit withCTRL + X
- Open the Proxmox host Shell and edit the VMs config file
- Setup the VM BIOS Config
- Go back to the VM
- Then
Options>SMBIOS settings - Fill in the Fields
- My config (I just asked ChatGPT for SMBIOS setting for a Intel Maschine)
- UUID:
<generated by proxmox> - Manufacturer:
Dell Inc. - Product:
PowerEdge R740 - Version:
1.0 - Serial:
ASD13452344(maybe change that a bit) - SKU:
R740-1343 - Family:
PowerEdge
- UUID:
- My config (I just asked ChatGPT for SMBIOS setting for a Intel Maschine)
- Start the VM
- Install Windows as usual
- I used
Windows 10 ProandCustom Installation
- Should work now
I’d recommend to create a backup before installing the game, so if its not working properly you don’t have to repeat the whole windows setup.
Sources: