To set up Windows Server 2025 Datacenter, download Microsoft's ISO, install the Datacenter edition on your host, convert the 180-day evaluation to the full edition with a DISM command and your product key, then activate it. Once the host is activated, its Windows Server virtual machines can activate automatically, with no separate key entered in each one.
Datacenter is bought for virtualisation, so this guide treats the server as a Hyper-V host from the start: what to check on the hardware, which edition entry to pick, how to activate the host, and how Automatic Virtual Machine Activation works for the guests.
Who is Windows Server 2025 Datacenter for?
Datacenter is for hosts that run more than two Windows Server virtual machines, or that need Storage Spaces Direct, Shielded VMs or software-defined networking. A fully licensed Datacenter host can run an unlimited number of Windows Server VMs, while Standard covers two. The operating system itself is otherwise the same.

As a rough guide, once a host needs more than about a dozen Windows Server VMs, one Datacenter licence tends to cost less than stacking Standard licences to cover them. If you run a single physical server or one or two VMs, our Windows Server 2025 Standard guide is the better fit.
What do you need before installing Windows Server 2025 Datacenter?
You need a 64-bit host that meets Microsoft's minimum requirements, with hardware virtualisation enabled in the firmware, enough memory and storage for the VMs you plan to run, the Windows Server 2025 ISO, and a Datacenter product key. The published minimums only get the operating system running, so size the host for its workload.
| Component | Microsoft minimum | Sensible starting point for a Hyper-V host |
|---|---|---|
| Processor | 1.4 GHz 64-bit with SLAT, SSE4.2 and POPCNT | Server-class CPU with Intel VT-x or AMD-V switched on in UEFI |
| Memory | 2 GB with Desktop Experience | 4 GB for the host plus the total assigned to your VMs, ECC recommended |
| Storage | 32 GB | A separate SSD or volume for virtual disks, apart from the system drive |
| Network | 1 Gbps Ethernet | Two or more ports, so management and VM traffic can be separated |
| Security | TPM 2.0 and Secure Boot for certain features | Both enabled, as Shielded VMs and BitLocker depend on them |
The minimums come from Microsoft's hardware requirements for Windows Server. The right-hand column is our general guidance, not a Microsoft figure. SLAT matters here for a specific reason: Hyper-V will not install without it, so a CPU that lacks it can run the operating system but cannot act as a host.
Windows Server is licensed per physical core with a 16-core minimum per server. Our Windows Server 2025 Datacenter 16-core key is delivered by email, so you can have it to hand before you begin.
How do you download Windows Server 2025 Datacenter?
Download the ISO from the Microsoft Evaluation Center. A single file of about 5.6 GB holds both Datacenter and Standard, each in Server Core and Desktop Experience form. There is no Datacenter-only download. The edition is chosen during setup, and the product key has to match it.
- Open Microsoft's Windows Server 2025 evaluation page and select the ISO, or use the direct 64-bit English ISO link.
- For physical hardware, write it to a USB drive of 8 GB or more in GPT mode for UEFI. Our Rufus bootable USB guide shows how. Many servers can also mount the ISO remotely through iDRAC, iLO or a similar management controller, which saves a trip to the rack.
How do you install Windows Server 2025 Datacenter step by step?
Boot the host from the media, choose Windows Server 2025 Datacenter Evaluation with Desktop Experience, accept the terms, install to the system drive only and set the Administrator password. Leave the data volumes untouched during setup, and add the Hyper-V role after the host is activated and updated.
- Enable virtualisation in UEFI first. Turn on Intel VT-x or AMD-V, and VT-d or AMD-Vi if you plan to pass devices through to VMs. It is easier now than after the operating system is installed.
- Boot from the USB or mounted ISO and choose language and keyboard.
- Select the edition. Pick Windows Server 2025 Datacenter Evaluation (Desktop Experience) for a graphical host, or the entry without it for Server Core. Many administrators prefer Core for hosts because it has a smaller footprint and fewer updates, managed remotely through Windows Admin Center.
- Choose Custom install and select only the system drive. On hosts with several disks or a RAID controller, confirm the size matches before you click Next.
- Let setup finish, set the Administrator password and sign in.
A pattern we see in support: Standard gets selected out of habit because it appears first in the list. That one is recoverable, since Standard can be converted up to Datacenter without reinstalling. The opposite mistake is not, so it is worth reading the edition line twice.
How do you activate Windows Server 2025 Datacenter with a product key?
Run the DISM set-edition command from an administrator Command Prompt with your Datacenter key. It converts the evaluation install to the licensed edition and applies the key together. Restart, run slmgr /ato, and confirm with slmgr /xpr or the Activation page in Settings.
- Check the edition:
DISM /online /Get-CurrentEdition. A fresh install reports ServerDatacenterEval. - Convert and apply the key:
DISM /online /Set-Edition:ServerDatacenter /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula - Allow it time. The counter often pauses at 10% for several minutes. Restart when asked.
- Run
slmgr /ato, thenslmgr /dlvfor full licence details orslmgr /xprfor a quick confirmation.
The reason for DISM rather than the Settings page is that an evaluation install only accepts evaluation licensing. A full key typed into Settings is rejected, often with error 0xC004F069, even though nothing is wrong with the key. Changing the edition switches the licensing channel, and the key is then accepted.
The same command upgrades an existing Standard host. Run it with ServerDatacenter and a Datacenter key on an activated Standard server and it moves up in place, keeping roles and data. For hosts without internet access, slui 4 opens phone activation.
How does Automatic Virtual Machine Activation work on Datacenter?
Automatic Virtual Machine Activation, or AVMA, lets Windows Server guests activate against the Hyper-V host instead of contacting Microsoft. You install a generic AVMA key in each VM, and it activates as long as the host is an activated Datacenter server. It needs no internet access in the guest and no per-VM product key.
- Activate the Datacenter host and install the Hyper-V role.
- Install Windows Server in the virtual machine as usual.
- Inside the VM, run
slmgr /ipkfollowed by the AVMA key for that guest's edition. Microsoft publishes these generic keys in its AVMA documentation. - The guest activates within moments and renews against the host automatically.
AVMA is a Datacenter-only host feature and works through Hyper-V, which is why it does not apply when the hypervisor is VMware or Proxmox. In those environments each Windows Server VM is activated with its own key in the normal way. AVMA also tracks the host: if a VM is moved to a Standard or unactivated host, it loses activation after its renewal period.
Why won't Windows Server 2025 Datacenter activate?
In most cases the install is still the evaluation edition, so the key is refused locally. After that, the usual causes are a key for a different edition, a server that was promoted to a domain controller before conversion, or no outbound connection to Microsoft's activation servers.
- Key rejected in Settings or by slmgr: the server is still ServerDatacenterEval. Run the DISM command above.
- DISM says the key is not valid for the target edition: the key is for Standard. A Standard key cannot activate Datacenter, so use a Datacenter key or reinstall as Standard.
- DISM will not change the edition: the server is a domain controller. Demote it, convert, then promote it again. Converting before adding Active Directory avoids this entirely.
- Guests not activating through AVMA: confirm the host itself shows as activated, that the hypervisor is Hyper-V, and that the guest has the AVMA key for its own edition.
-
Activation times out: check proxy, firewall and DNS from the host, correct the system clock, or use
slui 4.
For general key problems, our guide to fixing an activation key that is not working in Windows covers the wider checklist.
Frequently asked questions
How many virtual machines can Windows Server 2025 Datacenter run?
A Datacenter host with all physical cores licensed can run an unlimited number of Windows Server virtual machines and Hyper-V containers. The practical limit is the host's memory, CPU and storage. Standard, by comparison, covers two VMs per fully licensed host.
Can you convert Windows Server 2025 Standard to Datacenter without reinstalling?
Yes. Run the DISM set-edition command with ServerDatacenter and a Datacenter product key on the Standard server, then restart. Roles, data and settings stay in place. The reverse is not supported: moving from Datacenter to Standard requires a clean installation.
Do virtual machines on a Datacenter host need their own product keys?
Not on Hyper-V. With Automatic Virtual Machine Activation, each Windows Server guest uses a generic AVMA key and activates against the activated Datacenter host. On other hypervisors such as VMware, AVMA is not available, so each VM is activated with its own key.
Is the Windows Server 2025 Datacenter ISO free?
Yes. Microsoft offers the ISO at no charge through the Evaluation Center, and it runs as a full evaluation for 180 days. Production use and continued operation after the evaluation period require a Windows Server 2025 Datacenter product key.
Do you still need CALs with Datacenter?
In most deployments, yes. Datacenter covers the server and its virtualisation rights, while users or devices accessing the servers generally need client access licences, and Remote Desktop Services needs separate RDS CALs. Licensing terms vary by scenario, so confirm the details for your setup. We stock Windows Server 2025 RDS user CALs if you need them.
Ready to build your host?
Enable virtualisation in the firmware, install the Datacenter edition to the system drive, convert and activate it with DISM before adding roles, then bring up Hyper-V and let AVMA handle the guests. If you still need a licence, the Windows Server 2025 Datacenter key arrives by email, and you can see the full range in our Windows Server 2025 collection.
Leave a comment