Hi Brent J,
You should avoid opening external firewall ports or setting up a direct internal proxy for your offline server, as maintaining that strict air gap is critical for your infrastructure security. The previously mentioned Volume Activation Management Tool is entirely valid for bulk management, utilizing a CILX file transferred via USB between an isolated VAMT host and an internet-connected workstation. However, installing VAMT and its prerequisite SQL Server database is often unnecessary overhead if you only need to activate a single Datacenter server.
For a straightforward standalone activation, you can use the built-in Software License Management Tool directly from an administrative command prompt. You simply type slmgr.vbs /ipk followed by your standard product key to install the license onto the operating system. Next, typing slmgr.vbs /dti will generate a lengthy, unique Installation ID on your screen. You can then take this Installation ID to any internet-connected device, navigate to the Microsoft Web Volume Activation site, or call the Microsoft Activation Center toll-free number to receive your corresponding Confirmation ID.
Once you obtain that numeric Confirmation ID, return to your offline Datacenter server and apply it by running slmgr.vbs /atp followed immediately by the ID string. This command securely writes the validated activation data directly to the local Windows registry licensing store without requiring any network communication or firewall exceptions. If you do choose to proceed with the VAMT method for managing multiple servers in the future, just ensure your internal firewall allows Windows Management Instrumentation traffic so the VAMT host can remotely poll the target machines.
Hope this answer brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
VP