# Manual Installation

## Overview

This document outlines the steps to manually deploy the Nightfall AI Agent on a Windows device.

## Prerequisites

* Ensure that Windows endpoint has been enabled on your Nightfall tenant.
  * Download the Nightfall AI Agent `NightfallAgent.msi` file from Nightfall.
    * Download NightfallAgent.msi from [Nightfall portal](https://app.nightfall.ai/endpoint) to a local folder on the target machine
      * Integrations -> Endpoint Windows -> Manage -> Download Package -> Download Package For Windows

<figure><img src="/files/WKeu5o9tisLnNNxEKYM7" alt=""><figcaption></figcaption></figure>

* Navigate to <https://app.nightfall.ai/policies/setup> > Exfiltration > Endpoint - (optional)

## Deployment Steps

1. Copy downloaded `NightfallAgent.msi` to a folder on a target machine.
2. Run the Installer:
   1. Launch `CMD` as an Administrator

<figure><img src="/files/9tKo1rUYqL77C6MlOpFl" alt=""><figcaption></figcaption></figure>

b. Navigate to the folder where NightfallAgent.msi is downloaded to.

&#x20;     i. `cd C:\\users\\<username>\\Downloads\\` update the above accordingly.

c. Copy the installation command from [Nightfall Portal](https://app.nightfall.ai/endpoint).

&#x20;    i. **Note** : this includes the necessary command line parameters for the agent to communicate with                                 Nightfall

&#x20;     ii. Integrations -> Endpoint Windows -> Manage -> Download Package -> 'To install, run the command as admin.

<figure><img src="/files/4l1codmm4DcXNTF2fPYa" alt=""><figcaption></figcaption></figure>

d. Paste the `msiexec` installation command copied from the above step to `cmd` and press Enter key.

e. Installation should start in silent mode.

<figure><img src="/files/DtqxwwrkbbkNKcjaniVb" alt=""><figcaption></figcaption></figure>

3. Verify Installation
   1. Once installation is complete, check if the agent is running:
      1. Open **Task Manager** (`Ctrl + Shift + Esc`).
      2. Look for the **Nightfall Agent** & **NightfallUI** processes under the **Processes** tab.

<figure><img src="/files/kzFrZjkpw6FAaxpcbImr" alt=""><figcaption></figcaption></figure>

b. Confirm the Nightfall agent is configured to your Nightfall tenant

&#x20;    i. On the windows machine:

&#x20;           1\. Double-click the Nightfall agent icon in the status bar.

&#x20;           2\. The displayed UUID should match your Nightfall tenant UUID located under <https://app.nightfall.ai/settings/>

&#x20;     ii. On the Nightfall console:

&#x20;          1\. The newly configured device should be listed under <https://app.nightfall.ai/endpoint>

## Conclusion

The Nightfall AI Agent should now be successfully installed, running on your Windows machine, and connected to your Nightfall tenant. If you run into any issues, please contact Nightfall AI support.


---

# Agent Instructions: 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:

```
GET https://help.nightfall.ai/data-exfiltration-prevention/exfiltration_endpoint/install-nightfall-ai-agent-for-windows-os/manual-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
