Knowledge base

1000 FAQs, 500 tutorials and instructional videos. Here, there are only solutions!

Activate the license on a Windows Server Evaluation image

Update 08/13/2026

This guide is intended for users who have their own Windows Server Evaluation version image in Windows Server Standard or Datacenter with a license on Public Cloud.

 

Introduction

  • As a Microsoft partner, Infomaniak provides and automatically bills Windows Server licenses to customers who use instances with these operating systems, standard or datacenter versions.
  • Infomaniak offers ready-to-use images for Public Cloud, pre-activated with a license; if activation fails, please refer to this other guide.

 

Using Your Own Windows Server Image

If you decide to upload your own standard or datacenter Windows Server image, you must follow the activation procedure.

180-day trial version

In the case of a 180-day trial version, you must precede the above procedure with a few additional commands:

Open a command prompt (cmd.exe) via the Start menu, and run the following as an administrator to switch to…

  • … Windows Server 2019 standard:
    dism /online /set-edition:serverstandard /productkey:N69G4-B89J2-4G8F4-WWYCC-J464C /accepteula
  • … Windows Server 2019 datacenter:
    dism /online /set-edition:serverdatacenter /productkey:WMDGN-G9PQG-XVVXX-R3X43-63DFG /accepteula
  • … Windows Server 2022 standard:
    dism /online /set-edition:serverStandard /productkey:VDYBN-27WPP-V4HQT-9VMD4-VMK7H /accepteula
  • … Windows Server 2022 datacenter:
    dism /online /set-edition:ServerDatacenter /productkey:WX4NM-KYWYW-QJJR4-XV3QB-6VM33 /accepteula
  • … Windows Server 2025 standard:
    dism /online /set-edition:serverstandard /productkey:TVRH6-WHNXV-R9WG3-9XRFY-MY832 /accepteula
  • … Windows Server 2025 datacenter:
    dism /online /set-edition:serverdatacenter /productkey:D764K-2NDRG-47T6Q-P8T8W-YP6DF /accepteula

Once the command is complete, restart the instance and follow the standard activation procedure as described in the corresponding FAQ.


Has this FAQ been helpful?