Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Configure Windows Admin Center on Windows Server 2019

Posted on 15/12/202524/06/2026 Link State By Link State No Comments on Configure Windows Admin Center on Windows Server 2019
  1. Home
  2. Network | Monitoring
  3. 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.

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
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

  • Featured image Two Factor Authentication
    Change Two-Factor Authentication in Microsoft 365/Office 365 Network | Monitoring
  • GNS3
    How to Connect GNS3 to the internet on Windows Network | Monitoring
  • gnome
    Determine the version of GNOME running on your Ubuntu Linux Network | Monitoring
  • Grammarly integration with Word on Mac
    Integrate Grammarly in Microsoft Word on Mac Network | Monitoring
  • cisco general
    How to update Cisco ASA Network | Monitoring
  • banner
    How to Check and Reset Network Data Usage in Windows 11 Network | Monitoring

More Related Articles

Featured image Two Factor Authentication Change Two-Factor Authentication in Microsoft 365/Office 365 Network | Monitoring
GNS3 How to Connect GNS3 to the internet on Windows Network | Monitoring
gnome Determine the version of GNOME running on your Ubuntu Linux Network | Monitoring
Grammarly integration with Word on Mac Integrate Grammarly in Microsoft Word on Mac Network | Monitoring
cisco general How to update Cisco ASA Network | Monitoring
banner How to Check and Reset Network Data Usage in Windows 11 Network | Monitoring

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

vexpert-badge-stars-5

Virtual Background

VEEAMLEGEND

Categories

veeaam100

Veeam Vanguard

  • dfeef
    How to automatically resolve errors associated with failed dependencies Linux
  • Convert OST to PST
    How to install and work with Stellar Converter for OST Reviews
  • GRADLE FEATURE
    How to install Gradle on Ubuntu Linux
  • FoneTool
    FoneTool is the best iPhone backup software Backup
  • windows 10 hert
    Windows Management Instrumentation Commands Scripts
  • How to configure Volume Shadow Copies VSS on Windows Server
    Volume Shadow Copies: How to configure VSS on Windows Server Windows
  • xcdbfg
    Folder Access Denied – you require permission from SYSTEM: Unable to delete old Windows folder Windows
  • installer file too long fix
    Fix long path names to files on SQL Server installation media error Oracle/MSSQL/MySQL

Subscribe to Blog via Email

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

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

Tags

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

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.