Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Network | Monitoring » Configure Windows Admin Center on Windows Server 2019

Configure Windows Admin Center on Windows Server 2019

Posted on 15/12/202520/12/2025 Link State By Link State No Comments on Configure Windows Admin Center on Windows Server 2019
Install Windows Admin Center on Windows Server 2019

Windows Admin Center has become a strategic management platform for modern Windows Server environments, offering a centralized, browser-based experience for administering servers, clusters, and hyper-converged infrastructure. In this guide, we shall discuss how to ‘Install and Configure Windows Admin Center on Windows Server 2019″. Please, see Why Software KVMs such as Synergy is replacing Hardware KVMs, and Migrate Veeam One Database from SQL Server 2017 to 2025.

With Windows Server 2019 still widely adopted across enterprise and hybrid environments, understanding how to correctly install and configure Windows Admin Center remains a critical skill for system administrators and infrastructure engineers.

We will provide you with the entire walkthrough of the deployment process. It covers prerequisites, installation options, initial configuration, and security considerations, with a focus on real-world scenarios rather than theoretical concepts. Whether you are setting up a management gateway for the first time or standardizing your administrative tooling, this guide will help you deploy Windows Admin Center efficiently and with confidence.

By following this guide, readers will gain a solid foundation for leveraging Windows Admin Center to simplify day-to-day operations, improve visibility across their server infrastructure, and align their management approach with modern Windows Server best practices.

Also, see “how to set up Windows Admin Center on a Windows Server“, how to Upgrade Windows Admin Center Manually, and how to Install Windows Admin Center on Windows 10 and Windows 11.

Download and Install Windows Admin Center

Please, you can download Windows Admin center here.

image001-min

Run msi with Run as administrator

image002-min

Here, select Mandatory diagnostic data

image003-min

Choose ‘Use Microsoft Update to check for updates’

image004-min

Select: ‘Allow Windows Admin Centre to change settings on this computer.
Automatically update WAC
Select HTTPS if you want to use a secure protocol

image006-min

Permit allow this app to make change

image007-min

installation in progress

image008-min

ready for connection from a PC

image009-min

Please, see “how to Apply and Enable Automatic Windows Admin Center Update“, and “how to schedule and run update via Windows Admin Center“.

Access the management Interface

Open your browser and connect to the WAC web console.

image010-min

check this warning and Reboot server

2025-12-15 12_24_46-Install and Configure Windows Admin Center on Windows Server 2019.docx - Word

We have an interesting notification to secure HTTPS traffic. Please, reboot PC.

image012-min

Please, see Also, see How to remove Quick Access from Google Drive Online, how to add and Remove Multiple Virtual Desktops in Windows, and Logon Failure Reasons for Windows Event Viewer.

Add Servers to Windows Admin Center

ADD or create resource

image013-min

Search Active Directory

image014-min

Search your server

image015-min

It is possible to create a precompiled file with all the servers to be added, for example:

image016-min

Select “import from a file”

image017-min

Check import server and create custom tag

image018-min

Fix Window Managment Framework (WMF) 5 isn’t installed

Install Window Management Framework (WMF) 5 that are missing or isn’t installed.

image019-min

On Windows 2012 R2, install WMF

image032-min

Fix WinRM issue: client cannot connect to the destination specified in the request

THIS ERROR IS DUE TO THE WINRM CONF OVER HTTPS DURING WAC INSTALLATION.

image021-min

The client cannot connect to the destination specified in the request. Verify that the service on the destination is running and is accepting requests. Consult the logs and documentation for the WS-Management service running on the destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following command on the destination to analyze and configure the WinRM service: “winrm quickconfig”.

Anyway, couple of quick registry searches and here we have it. If this option was selected during install, the following will return 1:

(Get-ItemProperty -path "hklm:\SOFTWARE\Microsoft\ServerManagementGateway" -name WinRMHTTPS).WinRMHTTPS
And to change this back to 0 also easy from admin PowersShell prompt:
Set-ItemProperty -path "hklm:\SOFTWARE\Microsoft\ServerManagementGateway" -name WinRMHTTPS -value 0
Restart-Service -Name ServerManagementGateway

Please, see Test Network Connection to Windows Admin Center Gateway, Modern Backup Strategy with Veeam and Wasabi: Truly Immutable, and Uninstall Microsoft SQL Server 2025 from Windows.

Configure GPO – Enable WinRm quickConfig

WinRM (Windows Remote Management) is enabled by default on all recent Windows Server operating systems, but it is disabled by default on client operating systems (like Windows 10 and 11).

The WinRM service starts automatically and a listener is configured on port 5985 (HTTP) to accept management requests by default on Windows Server.  To enable it on a client OS, you must run the winrm quickconfig command in an elevated command prompt or PowerShell, or use Group Policy. Please, see how to enable or disable WinRM via the command-line.

Create WinRN GPO on top of the domains

00-winrm

Ensure the below policies are enabled

image023-min

Windows Firewall allow ICMP exemptions also enabled.

image024-min

Add ICMP exception inbound Allow inbound echo request

image024-min

Configure WinRm service

To configure, kindly follow the steps below. Right click on Services and click on New and then services.

winrm service

Enter the below information as you wish

image026-min

Configure Firewall inboud Rules

image028-min

Check the rule for domain and private and click Next

image029-min

Select Allow connection and lick on Finish

image030-min

WinRM policy enabled

01-winrm-min

More details of the policies enabled

02-winrm-min

These are more of the settings enabled

03-winrm-min

Now you can manage your servers from the WAC.

I hope you found this article on how to Install and Configure Windows Admin Center on Windows Server 2019 very useful. Please feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Network | Monitoring Tags:Configure Windows Admin Center, Configure WinRm service, Microsoft Windows, Windows 11, Windows Admin Center, Windows Admin Center Setup, Windows Server 2016

Post navigation

Previous Post: Why Software KVMs such as Synergy is replacing Hardware KVMs
Next Post: Query MBAM-protected Client for non-compliance [Part 2]

Related Posts

  • troubleshooting Active Directory Replication
    How to troubleshoot Active Directory Replication issues Network | Monitoring
  • cb5e9fcbe91618c68c5236d801eb6721
    Real-Time Monitoring: How to setup VeeamONE Network | Monitoring
  • SQLIOSim utility to simulate SQL Server
    Testing Disk Subsystem Integrity for SQL Server with SQLIOSim Network | Monitoring
  • How to determine Active Directory Site Name
    How to determine Active Directory Site Name Network | Monitoring
  • WMi tools   WMI Explorer
    Query and display Windows information via WMI Explorer Network | Monitoring
  • Screenshot 2020 06 22 at 10.17.18
    How to disable Outlook and Yahoo Auto-Complete Network | Monitoring

More Related Articles

troubleshooting Active Directory Replication How to troubleshoot Active Directory Replication issues Network | Monitoring
cb5e9fcbe91618c68c5236d801eb6721 Real-Time Monitoring: How to setup VeeamONE Network | Monitoring
SQLIOSim utility to simulate SQL Server Testing Disk Subsystem Integrity for SQL Server with SQLIOSim Network | Monitoring
How to determine Active Directory Site Name How to determine Active Directory Site Name Network | Monitoring
WMi tools   WMI Explorer Query and display Windows information via WMI Explorer Network | Monitoring
Screenshot 2020 06 22 at 10.17.18 How to disable Outlook and Yahoo Auto-Complete Network | Monitoring

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • tmgexchange2013owachangepasswordform
    How to change your password in Outlook Web Access Network | Monitoring
  • needthetools
    Fix no BitLocker Recovery tab in Active Directory Windows Server
  • Panic failed
    Panic: Failed to register the GitLab-runner, you may be having network issues Version Control System
  • macos12
    Enable or disable automatic login on macOS: Fix username greyed out for automatic login Mac
  • Featured image 3
    How to add a device to your Microsoft Account Microsoft Exchange/Office/365
  • Featured image
    Exploring the Reasons to use or not use Screensavers in Windows Windows
  • Featured image   Missing Taskbar icon
    How to Fix Taskbar Icons Missing on Windows 11 Windows
  • elastic ip association error screen
    Fix Elastic IP Address Could not be Associated AWS/Azure/OpenShift

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,808 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.