WI

Windows Admin Center

Windows Admin Center is a customer-deployed, browser-based app for managing servers, clusters, hyper-converged infrastructure, and Windows 10 PCs. It provides a modern, integrated toolset for server management with hybrid cloud capabilities.
Latest: 2.6.7.28
Last checked: Feb 27, 2026 8:53am
Rank: 1763/15140
Monitored via:
Winget Request more monitors
Follow to track new versions in your feed.
Report

Overview

0
License: Free (included with Windows, no additional cost)Installer: MSISilent: YesWinget: Available
Silent install
Start-Process -FilePath '.\WindowsAdminCenter.exe' -ArgumentList '/VERYSILENT' -Wait

Version & Lifecycle

0
Current: 2.6.7.28 N-2: 2.6.4.11 Oldest supported: Windows Server 2018 (Project Honolulu initial release in 2017, renamed Windows Admin Center in 2018) Predicted EOL: 2028-12-31 Avg cadence: Every 123 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Command-line note • March 6, 2026
0

WindowsAdminCenter – Command-line note

For silent installation of Windows Admin Center on Windows Server Core, use msiexec /i WindowsAdminCenter.exe /qn /L*v log.txt SME_PORT=443 SME_THUMBPRINT= SSL_CERTIFICATE_OPTION=installed to suppress UI, enable detailed logging, and configure the management service port and certificate in a single command. Alternatively, for version 2410 and later, the /verysilent parameter with PsExec enables remote deployment: .PsExec64.exe -accepteula Computer -d -h -s WindowsAdminCenter2410.exe /log=C:pathlog.log /verysilent, which is useful for enterprise-scale rollouts across multiple servers.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

WindowsAdminCenter

Packaging Notes

0

Distributed as an MSI installer executable; supports silent installation via command line

Notes

0

Windows Admin Center was originally announced as Project Honolulu in 2017 and officially released as Windows Admin Center in 2018. It supports installation on Windows Server and Windows client OS versions and is updated automatically.