Can confirm this guide works as of 21.10.2025 — thank you all for the amazing work!
Server build: Microsoft Windows 10 IoT Enterprise LTSC (Version 10.0.19044, Build 19044)
A few notes from my setup experience:
1. As others have mentioned, when building the project with EasyBuild, it didn’t actually compile and build all the files that should have been in the "serverZero_install" folder. I had to open the "MaNGOS.sln" solution in Visual Studio Community and build it manually there. Everything compiled successfully on the first try.
2. All maps and data generated in Step 12 must be placed in a "data" subfolder inside your server folder (e.g., server-folder/data). Otherwise, mangosd.exe will fail to find the required data.
3. I had to set the OPENSSL_MODULES environment variable before running the InstallDatabases bash script.
On Windows: press Ctrl + R, type sysdm.cpl, go to Advanced → Environment Variables, and add a new System variable with Name=OPENSSL_MODULES and Value=PATH_TO_YOUR_OPENSSL_BIN (e.g. C:\OpenSSL-Win64\bin)