Install Windows Admin Center on Windows Server 2019 Server Core
By Vladimir Mikhalev · Solutions Architect · Docker Captain · IBM Champion
This article is for those looking for a detailed and straightforward guide on installing Windows Admin Center on Windows Server 2019 Server Core.
IMPORTANTWe will consider the case when you already have two servers with the Windows Server 2019 Server Core operating system installed on them.
You can read more about how to install Windows Server 2019 in my guide Install Windows Server 2019 Server Core.
IMPORTANTIn addition, one of the servers must have the Active Directory Domain Services role installed, and the second server must be domain joined.
To learn how to install Active Directory Domain Services on Windows Server 2019, read: Install Active Directory Domain Services on Windows Server 2019.
To learn how to install Active Directory Domain Services on Windows Server 2019 Server Core (without a GUI), see my guide: Install Active Directory Domain Services on Windows Server 2019 Server Core.
NOTEIn this guide,
heva-server-2.heyvaldemar.netwill be used as the name of the server on which Windows Admin Center is installed.
We go into the system under an account with administrator rights and start Windows PowerShell using the command:
powershell
Download the Windows Admin Center installer to the Temp folder using the command:
Start-BitsTransfer -Source http://aka.ms/WACDownload -Destination C:\Windows\Temp\wac.msi
The Windows Admin Center Installer download process has begun.

The installer has been successfully downloaded to the “Temp” folder.
Now let’s start the Windows Admin Center installation using the command:
msiexec /i C:\Windows\Temp\wac.msi /qn /L*v log.txt SME_PORT=443 SSL_CERTIFICATE-OPTION=generate
Windows Admin Center has been successfully installed.
To access the Windows Admin Center control panel, you need to go to the link https://heva-server-2.heyvaldemar.net from a workstation, where heva-server-2.heyvaldemar.net is the name of my server. Accordingly, you need to specify the name or IP address of your server with Windows Admin Center installed.
NOTEIn this manual, Google Chrome is used as the web browser to connect to the “Windows Admin Center”.
In the next step, you can see the warning “Your connection is not private”.

Click on the button “Proceed to heva-server-2.heyvaldemar.net (unsafe)”.

Next, you need to specify the username and password of an account with administrator rights on the server with Windows Admin Center installed.
Click on the “Sign in” button.

Welcome to the Windows Admin Center Control Panel.
Click on the “Skip tour” button to immediately start working with Windows Admin Center.

Now let’s add the server that we plan to manage using Windows Admin Center.
Click on the “Add” button located in the upper left corner of the screen.

In the menu that opens, select “Servers”.

Next, you need to go to the “Search Active Directory” tab to add a server that is included in the domain.

In the “Server name” field, specify the name of the server and click on the “Search” button.
NOTEIn this tutorial,
heva-server-1.heyvaldemar.netwill be used as the server that you plan to add to the Windows Admin Center.

Select the found server and click on the “Add” button.

The server has been successfully added to Windows Admin Center.
Now you can connect to it and control it.
We click once with the left mouse button on the server you plan to manage in order to connect to it.

Next, you need to select “Use another account for this connection” and specify the username and password of an account with administrator rights on the server that you plan to manage.
You can also check the box “Use these credentials for all connections” to use the specified account for other connections.
Click on the “Continue” button.

The connection to the server has been successfully established.
You can now manage the server using Windows Admin Center.

Related Posts
- 1Recovering a Corrupt Exchange Database with Stellar Repair — Real-World Lab TestSysAdmin & IT Pro · We deliberately broke an Exchange 2019 server to see if Stellar Repair for Exchange could recover a dirty-shutdown EDB file. Step-by-step recovery process, lab setup, and lessons learned.
- 2Distinctions Between Terminal, Command Line, Shell, and PromptSysAdmin & IT Pro · Learn the differences between terminal, command line, shell, and prompt in Linux. A beginner-friendly guide to essential CLI concepts and tools.
- 3Install Ubuntu Server 22.04 LTSSysAdmin & IT Pro · Step-by-step guide to install Ubuntu Server 22.04 LTS. Covers language, disk setup, OpenSSH, user creation, and system configuration for beginners.
- 4Install OTRS on Ubuntu ServerSysAdmin & IT Pro · Comprehensive guide to installing OTRS Community Edition on Ubuntu Server. Learn to configure PostgreSQL, Apache, SSL with Let's Encrypt, and launch OTRS securely.
Random Posts
- 1Install Nextcloud with OnlyOffice Using Docker ComposeSelf-Hosting · Step-by-step guide to installing Nextcloud with OnlyOffice using Docker Compose. Includes Traefik, Let's Encrypt, secure document editing, and cloud storage.
- 2Install Kubernetes on Ubuntu Server 22.04 LTSDevOps & Cloud · Step-by-step guide to install Kubernetes on Ubuntu Server 22.04 LTS using kubeadm. Learn how to set up master and worker nodes with containerd and Calico.
- 3Install GLPI Using Docker ComposeSelf-Hosting · Learn how to install GLPI using Docker Compose with Traefik and Let's Encrypt. Set up your open-source IT asset management and service desk system step-by-step.
- 4Docker Scout is the Game-Changer in Container SecurityDevOps & Cloud · Docker Scout simplifies the often complex process of container security, providing a unified view of both direct and transitive dependencies across all image layers.