> For the complete documentation index, see [llms.txt](https://docs.zmanda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zmanda.com/zmanda-classic/installation-and-configuration/step-3-add-sources/windows/installation.md).

# Installation

## Supported Windows Workloads

| **Supported Desktop Clients**  | **Supported Server Clients**                          | **Supported Hyper-V Clients** |
| ------------------------------ | ----------------------------------------------------- | ----------------------------- |
| Microsoft Windows 11, 10, 8, 7 | Microsoft Windows Server 2022, 2019, 2016, 2012, 2008 | 2022, 2019, 2016, 2012, 2008  |

## Introduction <a href="#downloading-windows-binaries" id="downloading-windows-binaries"></a>

This guide will walk you through the steps to download and install Zmanda Agents on Windows Desktops, Servers, and Hyper-V instances. The process will be the same for each of these systems. In the case of Hyper-V instances, you shall use the Windows Server binaries.

These steps assume that you will download files directly to the target system, whether that be a Windows Desktop or Server. Feel free to download the binaries to a USB stick, use CDN links, or use tools like RDP to transfer the binaries to your target system.

## Step 1 - Downloading the Windows Agent <a href="#downloading-windows-binaries" id="downloading-windows-binaries"></a>

1. Log in to <https://network.zmanda.com/> with your credentials and navigate to the Download section in the left panel or click on the **Downloads** button in the top right.
2. Navigate to the Enterprise Clients tab (shown below). You will see three options: Windows Server Client for AEE, Linux Client for AEE, and Windows Desktop Client for AEE. Select the desired Windows Server or Desktop version in the dropdown of the corresponding section.
3. After selecting your desired Windows version, the corresponding client binaries will appear on the right as a zip file. Based on your processor architecture, you can click on the download icon next to the appropriate 32 or 64-bit option, and the file will be downloaded.

![Windows Installation zip Files](/files/EkF6KouaZ9ieDmZ71814)

## Step 2 - Installation

1. As mentioned in the introduction, we assume that you downloaded the files directly to your target machine. If not, use your preferred method (RDP, CDN links, USB, etc.) to transfer the files to the target Desktop, Server, or Hyper-V host.
2. Once the files are on the system, right-click on the zip file and select **Extract All** to unzip the contents.

![Extract files to a destination of your choice](/files/tahm9uhVqKbqljATwnRI)

3. Open the unzipped folder and right-click on the **setup** application. Select **Run as administrator** to start the installation. When prompted by User Account Control to "confirm if you want to allow the setup app to make changes to your device," select **Yes**. The ZWC installation will begin, as shown in the below screenshot.

![Zmanda client installation](/files/2CjaRRN4FxlB9X8FgWVI)

5. Go through Betsol’s Terms of Service and [Privacy Policy](https://www.betsol.com/privacy/) by clicking on the respective hyperlinks. Once you have read them, check the box and click **Continue** to proceed with the installation.

![Welcome to installation](/files/Di4mNy9ysyKGFrg6TA4T)

6. You may change the directory of installation by clicking the **Browse** button, or you can **Continue** with the default path.

![Destination folder selection](/files/BqQrEq48kMGZUA7ysSyl)

7. To provide security and access control, a new user named **amandabackup** will be created on your Windows machine. Enter and confirm a password for the **amandabackup** account, and then click **Continue**.

![User Settings](/files/cqaHkn1FSrQ779azpyuU)

8. You will now need to enter the IP address of the Linux-Based system where you have installed the [Zmanda Backup Server](/zmanda-classic/installation-and-configuration/step-1-install-zmanda-server.md). If you have a [cluster of backup servers](/zmanda-classic/installation-and-configuration/step-1-install-zmanda-server/add-backup-servers-in-the-zmc.md), enter the IP address of each server using a comma-separated format. Click **Continue**.

![Server information](/files/0pGVD1GVC0onyYyVgHBs)

9. Once you are satisfied with your configurations, click **Install**.

![Confirm installation screen](/files/wf5RHpboQOUTahVjIEkE)

10. After the installation is complete, you will see the following screen. Click **Finish** to close the Zmanda Installer.

![Installation complete](/files/uudhJGduXSspqEy4iiXt)

## Step 3 - Post-Installation Checks <a href="#prerequisites" id="prerequisites"></a>

Ensure that the Volume Shadow Copy service is enabled on your Windows system, as Zmanda uses it to identify file changes. You can manually enable it in the Task Manager by following the steps below:

1. Right-click on the black Task Bar at the bottom of your Windows system
2. Select **Task Manager**
3. Open the **Services** tab and click on **Open Services** located at the bottom of the Task Manager window
4. Find and double-click on **Volume Shadow Copy**
5. Set the **Startup Type** to **Automatic** and click **Apply**
6. Right-click again on **Volume Shadow Copy** and click **Start**

* Make sure that incoming traffic on ports 10080:10081 and outgoing traffic on ports 800:840 are open so that Zmanda can communicate with the [Backup Server.](https://docs.zmanda.com/installation/backup-server-installation) A good resource on how to do this can be found [here](https://support.video.ibm.com/hc/en-us/articles/207852137-How-to-open-ports-in-your-firewall).
* If you use a Windows firewall, please add ZWCService.exe to the "Exceptions List" during the ZWC installation. See [this resource](https://support.microsoft.com/en-us/windows/add-an-exclusion-to-windows-security-811816c0-4dfd-af4a-47e4-c301afe13b26) on how to do this.

## Conclusion

Congratulations! You have successfully made another step towards protecting your data by installing the Zmanda Agent on a Windows system and linking the Agent to your Backup Server. You can now log in to the Zmanda Management Console and [add your system as a source](https://docs.zmanda.com/backup-and-restore/step-1-sources).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.zmanda.com/zmanda-classic/installation-and-configuration/step-3-add-sources/windows/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
