You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WindowsServerDocs/manage/windows-admin-center/deploy/high-availability.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Deploy Windows Admin Center with High Availability
3
-
description: Deploy Windows Admin Center with High Availability (Project Honolulu)
3
+
description: Deploy Windows Admin Center with high availability (Project Honolulu).
4
4
ms.topic: install-set-up-deploy
5
5
author: davannaw-msft
6
6
ms.author: dawhite
@@ -9,44 +9,44 @@ ms.date: 06/23/2025
9
9
10
10
# Deploy Windows Admin Center with high availability
11
11
12
-
You can deploy Windows Admin Center in a failover cluster to provide high availability for your Windows Admin Center gateway service. The solution provided is an active-passive solution, where only one instance of Windows Admin Center is active. If one of the nodes in the cluster fails, Windows Admin Center gracefully fails over to another node, letting you continue managing the servers in your environment seamlessly.
12
+
You can deploy Windows Admin Center in a failover cluster to provide high availability for your Windows Admin Center gateway. This solution is active-passive, where only one instance of Windows Admin Center is active. If one of the nodes in the cluster fails, Windows Admin Center gracefully fails over to another node so that you can continue managing the servers in your environment seamlessly.
13
13
14
-
[Learn about other Windows Admin Center deployment options.](../plan/installation-options.md)
14
+
Learn about [other Windows Admin Center deployment options](../plan/installation-options.md).
15
15
16
16
> [!IMPORTANT]
17
-
> Direct upgrades from high availability deployments in Windows Admin Center versions 2311 and older to versions 2410 and newer are not supported due to architectural changes. To upgrade, you must uninstall and reinstall Windows Admin Center.
17
+
> Windows Admin Center versions 2311 and older don't support direct upgrades from high-availability deployments to versions 2410 and newer because of architectural changes. To upgrade, you must uninstall and reinstall Windows Admin Center.
18
18
19
19
## Prerequisites
20
20
21
-
- High-availability deployment scripts from the [Windows Admin Center HA Script zip file](https://aka.ms/WACHAScript). Download the .zip file containing the scripts to your local machine, and then copy the deployment script as needed based on the guidance in this article.
22
-
- A failover cluster of two or more nodes running on Windows Server 2016 or later. [Learn more about deploying a Failover Cluster](../../../failover-clustering/failover-clustering-overview.md).
23
-
- A cluster shared volume (CSV) for Windows Admin Center to store persistent data that all the nodes in the cluster can access. 10 GB is sufficient for your CSV.
21
+
- High-availability deployment scripts from the [Windows Admin Center HA Script zip file](https://aka.ms/WACHAScript). Download the .zip file containing the scripts to your local machine. Then copy the deployment script as needed based on the guidance in this article.
22
+
- A failover cluster of two or more nodes running on Windows Server 2016 or later. Learn more about [how to deploy a failover cluster](../../../failover-clustering/failover-clustering-overview.md).
23
+
- A cluster shared volume (CSV) for Windows Admin Center to store persistent data that all the nodes in the cluster can access. Your CSV needs only 10 GB.
24
24
- A certificate thumbprint from a certificate from a valid certificate authority (CA) with the private key installed on every node.
25
25
26
26
> [!NOTE]
27
27
> The `Deploy-GatewayV2Ha.zip` file contains the following scripts:
28
+
>
28
29
> -`Deploy-GatewayV2Ha.Deploy.ps1`
29
30
> -`Deploy-GatewayV2Ha.Validate.ps1`
30
31
> -`Deploy-GatewayV2Ha.Inspect.ps1`
31
32
> -`Deploy-GatewayV2Ha.Uninstall.ps1`
32
33
33
34
## Install Windows Admin Center on a failover cluster
34
35
35
-
1. Copy the `Deploy-GatewayV2Ha.Deploy.ps1` script to a node in your cluster. Download or copy the Windows Admin Center `.exe` to the same node.
36
-
1. Connect to the node via RDP, go to the folder containing the script, and run the `Deploy-GatewayV2Ha.Deploy.ps1` script as an administrator with the following parameters:
37
-
-`-clusterStorage`: the local path of the Cluster Shared Volume to store Windows Admin Center data.
38
-
-`-clientAccessPoint`: choose a name that you use to access Windows Admin Center. For example, if you run the script with the parameter `-clientAccessPoint contosoWindowsAdminCenter`, you access the Windows Admin Center service by visiting `https://contosoWindowsAdminCenter.<domain>.com`.
36
+
1. Copy the `Deploy-GatewayV2Ha.Deploy.ps1` script to a node in your cluster. Download or copy the Windows Admin Center `.exe`file to the same node.
37
+
1. Connect to the node via Remote Desktop Protocol, go to the folder that contains the script, and run the `Deploy-GatewayV2Ha.Deploy.ps1` script as an administrator with the following parameters:
38
+
-`-clusterStorage`: The local path of the CSV to store Windows Admin Center data.
39
+
-`-clientAccessPoint`: The name that you use to access Windows Admin Center. For example, if you run the script with the parameter `-clientAccessPoint contosoWindowsAdminCenter`, you access the Windows Admin Center service by visiting `https://contosoWindowsAdminCenter.<domain>.com`.
39
40
-`-staticAddress`: Optional. One or more static addresses for the cluster generic service.
40
41
-`-InstallerPath`: The path for the Windows Admin Center `.exe` file.
41
-
-`-CertificateThumbprint`: TLS certificate thumbprint present on every node.
42
+
-`-CertificateThumbprint`: A Transport Layer Security certificate thumbprint present on every node.
42
43
-`-generateSslCert`: Optional. If you don't want to provide a signed certificate, include this parameter flag to generate a self-signed certificate. The self-signed certificate expires in 60 days.
43
-
-`-HttpsPort`: Optional. If you don't specify a port, the gateway service is deployed on port 443 (HTTPS). To use a different port, specify in this parameter. If you use a custom port besides 443, you access the Windows Admin Center by going to `https://\<clientAccessPoint\>:<port>`.
44
+
-`-HttpsPort`: Optional. If you don't specify a port, the gateway service is deployed on port 443 (HTTPS). To use a different port, specify in this parameter. If you use a custom port instead of 443, you access the Windows Admin Center by going to `https://\<clientAccessPoint\>:<port>`.
44
45
45
46
> [!NOTE]
46
47
> The `Deploy-GatewayV2Ha.Deploy.ps1` script supports `-WhatIf` and `-Verbose` parameters.
47
48
48
-
> [!IMPORTANT]
49
-
> To perform further lifecycle operations on your high availability install, ensure all scripts from the `Deploy-GatewayV2Ha.zip` file are present on all nodes.
49
+
To perform further lifecycle operations on your high-availability installation, ensure that all scripts from the `Deploy-GatewayV2Ha.zip` file are present on all nodes.
50
50
51
51
### Example
52
52
@@ -61,9 +61,9 @@ $parameters = @{
61
61
Deploy-GatewayV2Ha.Deploy @parameters
62
62
```
63
63
64
-
## Update an existing highavailability installation
64
+
## Update an existing high-availability installation
65
65
66
-
Use the same `Deploy-GatewayV2Ha.Deploy.ps1` script to update your HA deployment, without losing your connection data.
66
+
Use the same `Deploy-GatewayV2Ha.Deploy.ps1` script to update your high-availability deployment, without losing your connection data.
67
67
68
68
### Update to a new version of Windows Admin Center
69
69
@@ -84,7 +84,7 @@ You can also update the certificate when you update the Windows Admin Center pla
84
84
85
85
### Update the certificate used by Windows Admin Center
86
86
87
-
You can update the certificate used by a HA deployment of Windows Admin Center at any time by using the `-UpdateCertificate` flag.
87
+
You can update the certificate used by a high-availability deployment of Windows Admin Center at any time by using the `-UpdateCertificate` flag.
88
88
89
89
```powershell
90
90
$parameters = @{
@@ -96,9 +96,9 @@ $parameters = @{
96
96
Deploy-GatewayV2Ha.Deploy @parameters
97
97
```
98
98
99
-
## Uninstall the highavailability deployment
99
+
## Uninstall the high-availability deployment
100
100
101
-
To uninstall the HA deployment of Windows Admin Center from your failover cluster, run the `Deploy-GatewayV2Ha.Uninstall.ps1` script.
101
+
To uninstall the high-availability deployment of Windows Admin Center from your failover cluster, run the `Deploy-GatewayV2Ha.Uninstall.ps1` script.
Logs are saved in the temp folder of the CSV. For example,`C:\ClusterStorage\Volume1\temp`.
113
+
Logs are saved in the temp folder of the CSV. An example is`C:\ClusterStorage\Volume1\temp`.
114
114
115
-
If needed, you can run diagnostics by passing `Diagnostics` using the `-Mode` flag in the `Deploy-GatewayV2Ha.Inspect.ps1` script. The following example shows running the diagnostic collection for the last 24 hours on a cluster:
115
+
If needed, you can run diagnostics by passing `Diagnostics`by using the `-Mode` flag in the `Deploy-GatewayV2Ha.Inspect.ps1` script. The following example shows running the diagnostic collection for the last 24 hours on a cluster:
description: Learn how to install Windows Admin Center on a Windows PC or on a server so that multiple users can access Windows Admin Center using a web browser.
3
+
description: Learn how to install Windows Admin Center on a Windows PC or on a server so that multiple users can access Windows Admin Center by using a web browser.
4
4
ms.topic: install-set-up-deploy
5
5
author: robinharwood
6
6
ms.author: roharwoo
7
7
ms.date: 05/28/2025
8
8
---
9
9
# Install Windows Admin Center
10
10
11
-
This article explains how to install Windows Admin Center on a Windows PC or a Windows Server remote server so multiple users can use Windows Admin Center in a web browser.
11
+
This article explains how to install Windows Admin Center on a Windows PC or a Windows Server remote server so that multiple users can use Windows Admin Center in a web browser.
12
12
13
13
> [!TIP]
14
-
> New to Windows Admin Center?
15
-
> [Learn more about Windows Admin Center](../overview.md) or [download now](https://www.microsoft.com/evalcenter/download-windows-admin-center).
14
+
> New to Windows Admin Center? Learn more about [Windows Admin Center](../overview.md) or [download now](https://www.microsoft.com/evalcenter/download-windows-admin-center).
16
15
17
16
## Determine your installation type
18
17
19
-
Review the [installation options](../plan/installation-options.md), which include the [supported operating systems](../plan/installation-options.md#installation-supported-operating-systems). To install Windows Admin Center on a virtual machine in Azure, see [Deploy Windows Admin Center in Azure](../azure/deploy-wac-in-azure.md).
18
+
Review the [installation options](../plan/installation-options.md), which include the [supported operating systems](../plan/installation-options.md#installation-supported-operating-systems). To install Windows Admin Center on a virtual machine (VM) in Azure, see [Deploy Windows Admin Center in Azure](../azure/deploy-wac-in-azure.md).
20
19
21
20
## Download the Windows Admin Center installer
22
21
23
22
Download the Windows Admin Center installer from the [Windows Admin Center Evaluation Center](https://www.microsoft.com/evalcenter/download-windows-admin-center) to a location on the machine where you want to install Windows Admin Center.
24
23
25
24
## Prerequisites
26
25
27
-
To install Windows Admin Center, you need the following prerequisites:
28
-
29
-
- A Windows PC or server to install Windows Admin Center on.
30
-
31
-
- Admin privileges or equivalent permissions on the machine you're installing Windows Admin Center on.
32
-
33
-
- Optional: An SSL certificate for _Server Authentication (1.3.6.1.5.5.7.3.1)_. Use a self-signed certificate for testing, but always use a certificate from a trusted certificate authority for production environments. If you don't have a certificate, use the Windows Admin Center installer to generate a self-signed certificate. The certificate is valid for 60 days.
26
+
- A Windows PC or server on which to install Windows Admin Center.
27
+
- Admin privileges or equivalent permissions on the machine on which you're installing Windows Admin Center.
28
+
- Optional: A TLS/SSL certificate for _Server Authentication (1.3.6.1.5.5.7.3.1)_. Use a self-signed certificate for testing, but always use a certificate from a trusted certificate authority for production environments. If you don't have a certificate, use the Windows Admin Center installer to generate a self-signed certificate. The certificate is valid for 60 days.
34
29
35
30
## Install Windows Admin Center
36
31
37
-
To install Windows Admin Center, perform the following steps:
32
+
To install Windows Admin Center, follow the steps for the desktop experience or Windows Server Core.
38
33
39
-
### [Desktop Experience](#tab/desktop-experience)
34
+
### [Desktop experience](#tab/desktop-experience)
40
35
41
-
To install Windows Admin Center on your machine running the Windows Server Desktop Experience, follow these steps:
36
+
To install Windows Admin Center on your machine running the Windows Server desktop experience, follow these steps:
42
37
43
38
1. Sign in to the machine where you want to install Windows Admin Center.
44
39
45
-
1. Run the Windows Admin Center installer you previously downloaded.
40
+
1. Run the Windows Admin Center installer that you previously downloaded.
46
41
47
-

42
+

48
43
49
-
1. On **Welcome to the Windows Admin Center setup wizard**, select **Next** to continue.
44
+
1. On the **Welcome to the Windows Admin Center setup wizard** page, select **Next**.
50
45
51
-
1. On **License Terms and Privacy Statement**, if you agree to the terms, select **I accept these terms and understand the privacy statement**, and then select **Next** to prepare your environment and start the installation process.
46
+
1. On the **License Terms and Privacy Statement** page, if you agree to the terms, select **I accept these terms and understand the privacy statement**. Then select **Next** to prepare your environment and start the installation process.
52
47
53
-

48
+

54
49
55
-
1.In **Select installation mode**, select either **Express setup** or **Custom setup**.
50
+
1.On the **Select installation mode** page, select either **Express setup** or **Custom setup**:
56
51
57
-
Express setup determines your network access and port selection based on your operating system. Express setup doesn't allow for configuration of extra features.
52
+
-**Express setup**: Determines your network access and port selection based on your operating system. Express setup doesn't allow for configuration of extra features.
53
+
-**Custom setup**: Allows you to configure network access, port numbers, Transport Layer Security (TLS) certificate type and thumbprint, fully qualified domain name of the endpoint, trusted hosts mode, and WinRM over HTTPS.
58
54
59
-
Custom setup allows you to configure: network access, port numbers, TLS certificate type and thumbprint, fully qualified domain name of the endpoint, trusted hosts mode, and WinRM over HTTPS.
55
+
1. Select **Next**.
60
56
61
-
Select **Next**.
57
+
1. On the **Select TLS certificate** page, select the option that matches your needs, and then select**Next**.
62
58
63
-
1. In **Select TLS certificate**, select the option that matches your needs, and then select **Next**.
59
+
You must select which TLS certificate that Windows Admin Center should use. If you already have a certificate, it must be installed in the `LocalMachine\My` certificates store. If you install Windows Admin Center for testing purposes only, the installer can generate a self-signed certificate that expires after 60 days.
64
60
65
-
You must select which Transport Layer Security (TLS) certificate Windows Admin Center should use. If you already have a certificate, it must be installed in the `LocalMachine\My` certificates store. If you're installing Windows Admin Center for testing purposes only, the installer can generate a self-signed certificate that expires after 60 days.
61
+

66
62
67
-

63
+
1. On the **Automatic updates** page, select your preferred update option. The recommended option to install updates automatically is selected by default. Then select **Next**.
68
64
69
-
1. In **Automatic updates**, select your preferred update option. The recommended option to install updates automatically is selected by default. Then select **Next**.
70
-
71
-
1. In **Send diagnostic data to Microsoft**, select your preference, and then select **Next**.
65
+
1. On the **Send diagnostic data to Microsoft** page, select your preference, and then select **Next**.
72
66
73
67
1. Review **Ready to install**, and then select **Install** to start the installation process.
74
68
75
-
1. After the installation process finishes, check the box to **Start Windows Admin Center**, and then select **Finish**.
69
+
1. After the installation process finishes, select **Start Windows Admin Center** checkbox, and then select **Finish**.
76
70
77
71
1. Sign in as an administrator to start using Windows Admin Center.
78
72
79
-

80
-
81
-
You installed Windows Admin Center on your machine.
73
+

82
74
83
75
### [Server Core](#tab/server-core)
84
76
85
-
To install Windows Admin Center on your machine running the Windows Server Core experience or using PowerShell, follow these steps:
77
+
To install Windows Admin Center on a machine running the Windows Server Core experience or by using Windows PowerShell, follow these steps:
86
78
87
-
1. Sign in to your machine. If you're on Server core, from the SConfig menu, enter option **15**, and then press <kbd>Enter</kbd>
88
-
to open a PowerShell session. If you're on the desktop experience, remote desktop into your VM and launch PowerShell.
79
+
1. Sign in to your machine. If you're on Server Core, from the `SConfig` menu, enter option **15**, and then select <kbd>Enter</kbd>
80
+
to open a PowerShell session. If you're on the desktop experience, remote desktop into your VM and start PowerShell.
89
81
90
-
1. Download the Windows Admin Center installer
91
-
and copy it to your computer by using the following PowerShell command:
82
+
1. Download the Windows Admin Center installer, and copy it to your computer by using the following PowerShell command:
92
83
93
84
```powershell
94
85
$parameters = @{
@@ -104,22 +95,23 @@ To install Windows Admin Center on your machine running the Windows Server Core
0 commit comments