---
version: "2026.1.0"
language: "en"
---
# Leapwork Enterprise

The Leapwork Enterprise edition is intended for organizations deploying test automation across multiple teams and the entire enterprise. In this article, you will learn how the Enterprise edition supports large-scale usage and why its database architecture differs from other Leapwork editions.

A key differentiator of the Enterprise edition is its ability to scale in terms of **number of users, execution load, and overall system capacity.**This enhanced scalability is enabled in part by the use of a more robust database platform.

While the **Leapwork Platform edition** uses an embedded **SQLite database** , the Enterprise edition requires Microsoft SQL Server to support higher performance, reliability, and scalability demands. Although the Controller, Flow, and Agent components can technically be installed on the same machine using the same installer, **Enterprise deployments typically use separate machines for each component to ensure optimal performance, scalability, and security** .

**Note**:

* A Microsoft SQL Server license is not included with a Leapwork license.

* Any SQL Server edition beyond SQL Server Express is supported.

This architecture ensures that the Leapwork Enterprise edition can meet the needs of complex, organization-wide automation initiatives.

## **Installation Prerequisites and Access Requirements**

![Architecure_diagram (1).png](https://docs.leapwork.com/__attachments/a_82b7a4a3f689f69d7b71547da70bd74d1620c38a82dc081775c92eeaa3a3108b/Architecure_diagram%20(1).png?cb=50195850a609c6b59906ac16ee817630)

The Leapwork Enterprise installation consists of three main components - Flow, Controller, and Agent deployed on separate machines and connected through defined network ports, as shown in the architecture diagram.

## **Machine Access and Permissions**

* Ensure local administrator rights are available on all machines hosting Leapwork components:

* Leapwork Controller (Windows Server)

* Leapwork Flow (Windows end-user desktop)

* Leapwork Agent (Windows VM or remote machine)

* Make sure you have the required hostname/IP addresses and credentials to access all on-premises or remote machines involved in the installation.

The application under test (AUT) must be reachable from the Agent machine, as automation execution takes place on the Agent.

### **Network Ports and Firewall Configuration**

To enable communication between Leapwork components and external integrations, the following ports must be opened:

* **TCP 9000**: Used for communication between Leapwork Flow and the Controller.

* **TCP 9001**: Used to access the Controller REST API, including integrations with CI/CD and defect management tools such as Azure DevOps, Jenkins, TeamCity, Bamboo, Jira, and others.

* **TCP 6777** : Used for communication between the Controller and all Agent machines, including both Leapwork Agents and web-only agents (BrowserStack, Sauce Labs, Gridlastic, LambdaTest, Selenium Grid).

Ensure the Controller machine has a static IP address or a unique, resolvable machine name, as all Flows and Agents connect to it.

### **SQL Server Configuration**

The Leapwork Enterprise Controller requires a Microsoft SQL Server database for storing assets, reports, and configuration data.

* Install Microsoft SQL Server on a machine accessible from the Controller over the network.

* Ensure that TCP port 1433 is open for communication between the Controller and the SQL Server.

* Verify that the Controller can connect to SQL Server using the appropriate authentication method:

* **Windows Authentication** (the Windows account must have local administrator rights on the Controller machine)

* **SQL Authentication**

* Install [SQL Server Management Flow](https://aka.ms/ssmsfullsetup) (SSMS) on the Controller machine to manage and validate database access.

* Ensure the SQL user or account has the DB Owner role, as required for database creation during the Leapwork installation.

### **System Configuration Recommendations**

For the Enterprise Edition, system requirements can vary significantly depending on your infrastructure. Factors such as network latency, virtual server performance, and disk throughput can affect Leapwork performance.

We therefore recommend an agile approach, starting with one or more environments in real-life conditions and scaling or adjusting them as usage grows during the first 90 days of operation.

Additionally, you can find the required permissions and roles for installing Leapwork on a Windows computer [here](https://support.leapwork.com/s/article/PermissionRolesneededtoinstallLeapwork633078db5df4f). In general, please keep in mind:

* Hardware requirements for Agents depend on the application(s) under test, especially **RAM** and **CPU**, which may ultimately drive Agent sizing.

* More **disk space** allows you to store more data; otherwise, strict retention policies are required.

* More **CPU cores** enable faster processing and improved parallelization.

* Use**high-speed SSDs** for intensive read/write patterns and combine them with additional**RAM**.

The following table shows the suggested operating system and SQL server versions supported for the Enterprise Edition:  

|----------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Operating System Supported**                                                                                                                                 | **MS SQL Supported**                                                                                                                                                              |
| Windows 10, Windows 11, Windows Server 2008 R2 SP1, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022 | MS SQL (version 13), 2017 (version 14), 2019 (version 15), 2022 (version 16). Azure SQL is also supported. MS SQL Edition Supported - SQL Enterprise (Recommended), SQL Standard. |

**Windows core operating systems are not supported.**

The following table outlines the recommended hardware configurations for Leapwork Enterprise Edition servers, agents, and the MS SQL Server database.  

|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Installation scenario**                                                                                                                                                                                                                                   | **Leapwork Server**                                                                                                                                                                                                                                                       | **Leapwork Agent**                                                                                                                     | **MS SQL Server**                                                                                                                                                                                                     |
| **Multiple teams, medium usage** * 25 users, 500 flows, 10 agents, 2 runs per day * 500 \* 10 \* 2 = 10,000 flows run per day * 500 keyframes per-flow run, 100 bytes per keyframe = 10,000 \* 500 \* 100 = 500 MB new run data per day                     | * 16 GB RAM * 64-bit, 4-8 cores * 500 GB regular drives * Virtual machines are recommended for most scenarios - avoid noisy neighbors                                                                                                                                     | * 4-16 GB RAM * 64-bit, 2-4 cores * 100 GB regular drive * Virtual machines are recommended for most scenarios - avoid noisy neighbors | * 16 GB RAM * 64-bit, 4-8 cores * 1 TB regular drives * Shared MS SQL Server instance recommended - avoid noisy neighbors                                                                                             |
| **Multiple teams, high usage** * 25 users, 500 flows, 25 agents, 10 runs per day * 500 \* 25 \* 10 = 125,000 flows run per day * 500 keyframes per-flow run, 100 bytes per keyframe = 125,000 \* 500 \* 100 = 6.5 GB new run data per day                   | * 32 GB RAM * 64-bit, 16 cores * 1 TB SSDs * Physical machine recommended * Consider splitting into multiple servers, depending on the network, disk performance, and spikes in usage                                                                                     | * 4-16 GB RAM * 64-bit, 2-4 cores * 100 GB regular drive * Virtual machines are recommended for most scenarios - avoid noisy neighbors | * 32 GB RAM * 64-bit, 16 cores * 2 TB SSDs * Physical machine recommended * A shared instance may be relevant, depending on spikes in usage                                                                           |
| **Department, high usage** * 50 users, 5,000 flows, 50 agents, 10 runs per day * 5000 \* 50 \* 10 = 2,500,000 flows run per day * 500 keyframes per-flow run, 100 bytes per keyframe = 2,500,000 \* 500 \* 100 = 125 GB new run data per day                | * 32-64 GB RAM * 64-bit, 16 cores * 1 TB SSDs * Physical machine recommended * High-throughput, low-latency network with Agents and MS SQL Server recommended * Consider splitting into multiple servers, depending on the network, disk performance, and spikes in usage | * 4-16 GB RAM * 64-bit, 2-4 cores * 100 GB regular drive * Virtual machines are recommended for most scenarios - avoid noisy neighbors | * 64 GB RAM * 64-bit, 16 cores * Large disk array Shared instances and virtual machines not recommended * Consider splitting into multiple servers, depending on the network, disk performance, and spikes in usage   |
| **Company or site-wide, high usage** * 250 users, 15,000 flows, 250 agents, 10 runs per day * 15000 \* 250 \* 10 = 37,500,000 flows run per day * 500 keyframes per-flow run, 100 bytes per keyframe = 37,500,000 \* 500 \* 100 = 2 TB new run data per day | * 64 GB RAM * 64-bit, 16 cores * 1 TB SSDs * Physical machine recommended * High-throughput, low-latency network with Agents and MS SQL Server recommended * Multiple (departmental or project-related) servers recommended                                               | * 4-16 GB RAM * 64-bit, 2-4 cores * 100 GB regular drive * Virtual machines recommended for most scenarios - avoid noisy neighbors     | * 64 GB RAM * 64-bit, 16 cores * Large disk array * Shared instances and virtual machines not recommended * Consider splitting into multiple servers, depending on the network, disk performance, and spikes in usage |

The Flow is typically installed on a desktop operating system, which is also the recommended setup for the Agent. When deploying the Agent in a data center, a Windows desktop version may not be available. In these cases, the Agent can run on Windows Server with Desktop Experience enabled. The Server component is installed on a Windows Server

For any configuration-related challenges, please reach out to your Customer Success Manager (CSM).

## **Getting Ready for Installation **

### **Download Leapwork **

* Download the latest version of Leapwork from the **Customer Portal** (**CP** )  [download](https://portal.leapwork.com/app/downloads#H=90&W=210)  page. 

* Keep the downloaded copy of the installer file in all on-prem/remote machines where the Leapwork components installation is to be performed.

### **.NET Framework**

* Download the latest version of the .NET Framework from the following  [link](https://dotnet.microsoft.com/en-us/download/dotnet-framework). Install it on the on-prem/remote machines where Leapwork components installation is to be performed.

**Note** : Versions 2025.2 and 2025.3 have different .NET Framework requirements. Make sure to follow the requirements specified in the installer. For more details, see the [CP download](https://portal.leapwork.com/app/downloads#H=&W=) section.

### **Leapwork License Credentials**

* Make sure you have credentials to log in to the Leapwork license engine. 

* To activate your license, you must obtain it from the CP.

* Log in to [CP](https://portal.leapwork.com/app/license-management#H=90&W=210) to download your license. A CP account is required to access your license.

* If you do not have access to the CP, please contact your **Customer Success Manager** (**CSM**) to request access or to receive your license.

### **Installation Guide**

To get an overview of the components of the Leapwork Enterprise Automation Platform, see [this article](https://www.leapwork.com/product/documentation/architecture).

**Prerequisites**

1. **.NET Framework:**

Leapwork uses different .NET versions depending on the product version and components being installed.

* **.NET Framework 4.8** is a prerequisite for Leapwork and comes pre-packaged with Windows. For earlier versions, such as **2025.2** , .NET Framework 4.8 may need to be downloaded manually from the [Microsoft website](https://dotnet.microsoft.com/en-us/download/dotnet-framework) if it is not already available on the machine.

* Starting with **version 2025.2** , Leapwork automatically installs**.NET 6** as part of the installation process when required (for Fusion components only).

* From **version 2025.3 onward** , Leapwork automatically installs**.NET** 8 as part of the installation, removing the need for manual installation of newer .NET versions.

Always follow the installer guidance for your specific Leapwork version to ensure the correct .NET components are installed.

2. You must purchase an MS SQL server and install it on a Machine accessible via your network. 

3. SQL Server Management Flow must be installed in the Controller machine to perform the database changes.

4. Please ensure that you have all necessary  [Permission \& Roles](https://support.leapwork.com/s/article/PermissionRolesneededtoinstallLeapwork633078db5df4f)  in the SQL server to configure a database for Leapwork. 

5. Make sure you have credentials to log in to the Leapwork license engine. 

6. Download the latest version of Leapwork. MSI file from the CP [download](https://portal.leapwork.com/app/downloads)  page on all machines where it is going to be installed.

**Note**: The same MSI installer is used to install the Leapwork Controller, Flow, and Agents.

7. Double-click the .msi-file to start the installation. 

## **Installing the 3 components:**

While the Controller, Flow, and Agent can technically be installed on the same machine using the same installer, we recommend installing them on separate machines in Enterprise deployments for better performance, scalability, and security.

To learn more about the Leapwork architecture and how its components work together, refer to [this article](https://www.leapwork.com/product/documentation/architecture).

### **Controller Installation **

1. Open the MSI file location and double-click the .msi-file to start the installation. The first screen will display the version number.

![image-20260511-115946.png](https://docs.leapwork.com/__attachments/a_69b5b72c42180bbd4671442b595a1ef6af9a6e71bf35b08d1ef56b826bdafe72/image-20260511-115946.png?cb=81571fc8166bde85aee0b2181dc5e699)  
![image-20260511-120139.png](https://docs.leapwork.com/__attachments/a_ee8804ea4843e33e4cebdf6903b57a2ed5dcbc8e1b9ab9711e4522c0546202d8/image-20260511-120139.png?cb=0ad9869e0e9aa0c9d625525526bc8248)

2. Click the **Next** button to begin the installation.

3. Read the end user agreement tick "**I accept the terms in the license agreement**" checkbox.

4. Click the **Next** button if you agree.

![image-20260511-120228.png](https://docs.leapwork.com/__attachments/a_a7a48546c2740d07763c277c0b406b3a610857e9984f41511d794b29a1a1e4ae/image-20260511-120228.png?cb=e15705773dd0d03874bdcef6a85b059f)

5. Choose Automation Controller and deselect another two, you can keep studio if you want to keep in controller machine, but **we do not recommend having agent installed on controller machine**.

![image-20260511-120319.png](https://docs.leapwork.com/__attachments/a_fc333528adf1b80f249eb28f50999283605714dfde2c10a1552c6c8ac045822f/image-20260511-120319.png?cb=822c7f2e0584a2935d48d4c154aba1e6)

6. Click the **Next** button.

![image-20260511-120406.png](https://docs.leapwork.com/__attachments/a_b03173931490981c2c673a419611e9cc8b0aa83481c3668580c1481bc54ce16a/image-20260511-120406.png?cb=887febccc9cab6b0dc7617e3825b40ad)

7. Enter your license key and click **Next** . To get a license key, click **Get a License Key,** you'll be redirected to the Customer Portal.

8. Click **Next.** The Database Selection page appears**.**

From the above **two options above, choose the option based on the environment where your SQL Server is deployed (for example, on your own server or in the cloud):**

* If SQL server is deployed on-prem; choose the first option (**Continue with Locally hosted MS SQL**) and click on Next button.

* If SQL server is hosted on Azure cloud, select the second option (**Continue with Azure hosted MS SQL)** and click on Next button.

![image-20260511-121123.png](https://docs.leapwork.com/__attachments/a_b1b21d2bed827fec8ae8b15c3963cb64306a2545652c99f8f6cfcbf05bd5e5df/image-20260511-121123.png?cb=2b2244325345102a8ffa8fa2399a5166)

**Controller Port**

The Flow and the Controller always communicate using internal API calls, and this requires the use of a TCP port. The default is port 9000, which you can change to any other port number that is not in use by other software on your computer. 

**Controller API Port**

For any integration effort, access Leapwork open REST API using the default port number 9001, which you can change to any other port number that is not in use by other software on your computer.   
**Note**: Unless it is necessary for any reason, we do not recommend changing either the Controller or Controller API port numbers.

**Path to Videos**

This is the path to the file system folder which contains the videos of test results.  
![image-20260511-121248.png](https://docs.leapwork.com/__attachments/a_556c677f7cde7dde776d1a866772ead740506df97d05c7168cfefba1891df9dc/image-20260511-121248.png?cb=f5a595248fd84ff6cdefa78025b6ab64)

9. Select**Add exceptions for Automation Controller in Windows Firewall.** This will direct the installation process to add a rule to the Windows Firewall to permit all incoming connections to the Controller.

For the **Azure hosted SQL server**, below information needs to be provided in the screen:  
![image-20260511-121348.png](https://docs.leapwork.com/__attachments/a_6599aa9c6dd892bfcf811147dc6dd772950bd55d9183dc2a97182b11fc615204/image-20260511-121348.png?cb=9204d31b514efd0b8b206d4168da29d8)

* **Asset Database Name:** By default, it is set to "Assets", but you are free to modify it

* **Report Database Name:** By default, it is set to "Report", but you are free to modify it

* **Server Address:** The user can provide the details of their server address. If it's local then it should be localhost, or you can provide the remote IP address or name of that server

* **Initial Catalog:** Provide the Initial Catalog

* **Client ID:** Provide your Client ID configured in Azure environment

* **Client Secret:** Provide your Client Secret for authentication

* **Tenant ID:** Provide your Azure Tenant ID

**Note**: For getting the details about the Client ID, Client Secret, and Tenant ID, please reach out to your organization's IT admin.  
![image-20260511-121524.png](https://docs.leapwork.com/__attachments/a_14887a78847b6c5d2787b5d0ceb860b3e4357e2c99a1609fa8e4a5ac24c0405f/image-20260511-121524.png?cb=57e26621681ed2346d4444fff3506c3f)

10. Enter information into desired fields and click **Next**. The SQL server Configuration page appears. The following settings are required to connect Controller with SQL Server.

* **Asset Database Name:** By default, it is set to "Assets", but you are free to modify it.

* **Report Database Name:** By default, it is set to "Report", but you are free to modify it.

* **Server Address:** The user can provide the details of their server address. If it's local then it should be localhost, or you can provide the remote IP address or name of that server.

* **Initial Catalog:** Provide the Initial Catalog.

* **Connection Type:** Select the desired connection type. (Standard Security for SQL authentication and Trusted Security for Windows authentication).

* **Username:** Provide the username of the database.

* **Password:** Enter the database password.

* **Integrated Security:**You can enter your integrated security. By default, this is set to SSPI.

11. After configuring all settings, click on **Test Connection** to check everything is correct, if test connection passes, then click **Next** on the configuration screen.  
![image-20260511-121637.png](https://docs.leapwork.com/__attachments/a_feb386012a55a56497ccb04585d2390511ab6c7e6f984e5ab8b7c9dc7858ad6c/image-20260511-121637.png?cb=7f4f161b86485c6915a572ab2c7e6443)

12. Specify a password for the default user (Admin). The**Admin** user is required for the **first login** to the Leapwork Flow after installation.

13. Click **Next.**  
![image-20260511-121712.png](https://docs.leapwork.com/__attachments/a_de09fc89c3e62a25bbc9a0e179b6f46a497f1a986b030819e2c50a8bf79aef85/image-20260511-121712.png?cb=0f0e58167210a7025bcfeaad1623af19)  
![image-20260511-121729.png](https://docs.leapwork.com/__attachments/a_5c4ee9d4389410801f9cb7ddd43eafaae37211732ce4e3095be7cc9f4b25a789/image-20260511-121729.png?cb=127c732f2c243952c3808d9215180230)

14. Click **Install** button to complete the installation process.  
![image-20260511-121829.png](https://docs.leapwork.com/__attachments/a_1e4c290edb069288af0a81fd18ce1687a57ba88b1e4cc50965b1550976e8d801/image-20260511-121829.png?cb=38a85093050313fc44af7ab5474de663)

15. Open Leapwork studio.

![image-20260511-121913.png](https://docs.leapwork.com/__attachments/a_ab05d449700721314e28cdb8d48dd40afb42dc3067abd57a2429deaae36d6ca7/image-20260511-121913.png?cb=3e5f8a05ef1abbe38c0bde35d58af9bd)

### **License Activation**

To activate your license, you must obtain it from the CP.

* Log in to the [CP account](https://portal.leapwork.com/app/license-management) to download your license. The account is required to access your license.

**Note**: If you do not have access to the CP, please contact your Customer Success Manager (CSM) to request access or to receive your license.

16. Enter your License Key and click the **Validate** button, your license will be successfully verified, and you can proceed to complete the Enterprise version installation.

### **Flow Installation **

1. Open the MSI file location and double-click the .msi-file to start the installation. The first screen will display the version number and ensure that the downloaded version fits your computer.

2. Click the **Next** button to begin the installation.

![image-20260511-122025.png](https://docs.leapwork.com/__attachments/a_41263715aed61f3e808095c9f1dd8cac0df7a8c80109be7d8ea259e8a2d4387d/image-20260511-122025.png?cb=b7aea39e941cdf7652fc47b3d4792072)

3. Read the end user agreement by clicking on the EULA tab.

4. Click the **Next** button if you agree.

![image-20260511-122116.png](https://docs.leapwork.com/__attachments/a_da4a13c2d43c6ea164f8708833febe564012aa00fdf41496309b883a73d7633d/image-20260511-122116.png?cb=ecd01779a4a132154f5ac388ae7a720d)

5. Choose Automation Flow and deselect other two, you can keep Agent if you want to keep in the same machine, **but we do not recommend having an agent installed on studio machine**.

6. Click the **Next** button.

![image-20260511-123318.png](https://docs.leapwork.com/__attachments/a_ebb4c41575cf965a78320df852985d951bf066f7a2273776fdc3a6bf2943a661/image-20260511-123318.png?cb=cc54673ebc346b700d3449b454a6b994)

7. Click **Next** button.

![image-20260511-123414.png](https://docs.leapwork.com/__attachments/a_a6abcd7cfb84b7cd8807b6310fb6c35fd85053af083e511c843df4928dc4446a/image-20260511-123414.png?cb=0f0acf93a5d1c40237972910ce3bd6ff)

8. Click **Next** button.

![image-20260511-123517.png](https://docs.leapwork.com/__attachments/a_e44dbcdc70d39d9d9c64ff93ac5d3b67111953573eca430dbf164025efd42f50/image-20260511-123517.png?cb=9e4ca8a4335242218931999ff69ecb5f)

9. Click the **Install** button to start the installation process.

![image-20260511-123602.png](https://docs.leapwork.com/__attachments/a_a629d7ccbb255ec25aa6d43974ad539c90bd620cab8216764bdb24cdae3bc9ee/image-20260511-123602.png?cb=6921668fa84fd5dea09d8910d533e87d)

10. Installation has been completed. Click the **Finish** button.

![image-20260511-123635.png](https://docs.leapwork.com/__attachments/a_910cd58a50c553b78be6b360c4e32391cf1d95f064d205794033f5e9acd0667c/image-20260511-123635.png?cb=6894dbd5576c9344d6ace4d7c6956516)

### **Configuring Flow **

1. When opening Leapwork studio, Leapwork studio Authentication Window opens:

![image-20260511-124930.png](https://docs.leapwork.com/__attachments/a_0e17c611b6791e2c6aa9629eb4e235c0e17f1a8dcda42a4581aed1c6eeac3c1d/image-20260511-124930.png?cb=233b8bd8f7f46108572620bc55b06c84)

2. Choose a Controller to select the one used in your organization.  
**Note**: If you can't find the name of the controller by default, then you can type it manually on the same dropdown control.  
![image-20260511-125049.png](https://docs.leapwork.com/__attachments/a_6e7431238f8eeebc476a5fdd989a5d6d15e0744c5a4a77a3ca16e2d0838405f6/image-20260511-125049.png?cb=ef670a6443f967b475504bb84dc60737)

3. Change the port number of controller if you have changed it during controller installation.

![image-20260511-125145.png](https://docs.leapwork.com/__attachments/a_669ed0b073de3e852d9b013c6da915c6f5011b3a27ec9427cc4fc99a0fbe13e5/image-20260511-125145.png?cb=90b359185f10c64b94fd9af3bbb3d02e)

4. Enable the **Web sockets transport protocol** checkbox to allow faster communication between Flow, Controller, and Agent.

5. Once you are done with all the above settings, click the **Connect** button.

It will return you to the Leapwork Flow Authentication Window. To log into Leapwork for the first time, use your admin credentials in this window.

6. Enter the credentials and press the **Login** button.

![image-20260511-125327.png](https://docs.leapwork.com/__attachments/a_441bb530ec2185021ee4c50c762769fa1721233161ac61e957a881bc719772e1/image-20260511-125327.png?cb=0497326e0de33095ea0a6c9e304f6269)

### **Leapwork Administration **
As an admin, you have access to Leapwork Administration, and you can perform actions shown below:

* [Controller Settings](https://www.leapwork.com/product/documentation/administration/controller-settings): Change controller settings 

* [User Management](https://www.leapwork.com/product/documentation/administration/user-management): Add, Remove, Update Leapwork Users 

* [Team Management](https://www.leapwork.com/product/documentation/administration/team-management): Add, Remove, Update Leapwork Teams

* [Workflow Settings](https://www.leapwork.com/product/documentation/administration/workflow-settings): Edit Workflow settings 

* [API Access Keys](https://www.leapwork.com/product/documentation/administration/api-access-keys): Generate API Keys 

* [E-Mail Settings](https://www.leapwork.com/product/documentation/administration/e-mail-settings): Update email settings that use to send email from Leapwork 

* [Proxy Settings](https://www.leapwork.com/product/documentation/administration/proxy-settings): Update Leapwork proxy settings 

* [Default Automation Flow Settings](https://www.leapwork.com/product/documentation/administration/default-flow-settings): Update flow settings 

* [Capture Settings](https://www.leapwork.com/product/documentation/administration/capture-settings): Change the way Leapwork captures an object 

* [Retention Policies](https://www.leapwork.com/product/documentation/administration/retention-policies): Add, Remove, Update Leapwork retention policies 

* [License Management](https://www.leapwork.com/product/documentation/administration/licenses): License management, Add, Remove, and Update Leapwork licenses 

* [Audit Log](https://www.leapwork.com/product/documentation/administration/audit-log): Check Audit logs 

### **Agent Installation **

1. Open the MSI file location and double-click the .msi-file to start the installation. The first screen will display the version number and ensure that the downloaded version fits your computer.

2. Click the **Next**  button to begin the installation.

![image-20260511-125458.png](https://docs.leapwork.com/__attachments/a_bb5de4aaade8cfafa2cdca054633e83285a8473501a6e17cef8238a0766e6095/image-20260511-125458.png?cb=b7aea39e941cdf7652fc47b3d4792072)

3. Read the end user agreement tick "I accept the terms in the license agreement" checkbox.

4. Click the **Next** button if you agree.

![image-20260511-125554.png](https://docs.leapwork.com/__attachments/a_39fc1dfc5b88dc54d3d4d6274afda3de728921775af3b2cebdf26ac5d008c09c/image-20260511-125554.png?cb=ecd01779a4a132154f5ac388ae7a720d)

5. Choose Automation Agent and deselect another two, **we do not recommend having Flow or controller installed on Agent machine**.

![image-20260511-125649.png](https://docs.leapwork.com/__attachments/a_f0919ede9635fa4a11fae6ffec0b39b7018d101f39702db3dba7e7d4d10f3d4f/image-20260511-125649.png?cb=3a54c552cda69df6d7b68ba0e5694146)

6. The configuration screen contains several settings that you can modify before completing the installation. 

7. Click the **Next**button after choosing your desired configuration. 

The settings description  
**Port**: Automation flows run in the Agent, which communicates with the Flow and Controller over a closed remote-control protocol on a configurable TCP port (default: 6777). You can change it to any unused port on the computer.

**Note**: We recommend keeping the default Controller, Controller API, and Agent ports unless a change is necessary.

**Windows login**: Agents includes a strong security feature to automate logging in and out of Windows.

* You don't need to be logged into the machine to run a flow. Leapwork can log in on your behalf.

* You can also test single sign-on between Windows and any other application that uses the same credentials.

* To use your Windows credentials when configuring the Agent, you need to select **Windows login**.

**Agent password** : In case you do not want to use windows login feature, then you should use the Agent password to secure your agents. Because the Agent uses a remote-control protocol, we advise that you set up a password to prevent unauthorized parties from connecting to it.

**Add exceptions for the Agent in Windows Firewall**: A check in this box will direct the installation process to add a rule to the Windows Firewall to permit all incoming connections to the Agent.

![image-20260511-125743.png](https://docs.leapwork.com/__attachments/a_c3a902ecb8d506fd62cddad81ce535bf8095f4c8f31bde62f3dea19e96b6f25a/image-20260511-125743.png?cb=05cabc2bf0a27b08f738d44649f3aac2)

8. Check **Enable Selenium Manager to auto-download browser drivers** if you want Leapwork Flow to automatically download the matching browser drivers from the internet during runs. Otherwise, **leave it unchecked** to use the packaged drivers installed locally, then click the **Next** button.

![image-20260511-130057.png](https://docs.leapwork.com/__attachments/a_cf6453736b9a5a74e268736713dd1b2191d0a58e5f678efa0e5175673cc7bc62/image-20260511-130057.png?cb=25bbb08e7b54f9c2f7a287b769767500)  
![image-20260511-130128.png](https://docs.leapwork.com/__attachments/a_f4d81154c0fd4017ca14db5097f5232f26be63d1e206984a847731a5337999f9/image-20260511-130128.png?cb=f9581a6e549ef6e2fd696a28cb83d86b)

9. Click the Next button and then press **Install** to start the installation process. 

![image-20260511-130202.png](https://docs.leapwork.com/__attachments/a_ebee32dba5a619020239e4e148f3878047bd755e26c381b8520490c65ff19cc3/image-20260511-130202.png?cb=49e54503cb2102d7b8ad2f3481fca6c4)

10. Click the **Finish** button to complete the installation.

![image-20260511-130227.png](https://docs.leapwork.com/__attachments/a_41ac5b87b69f12df25c849e1ab07b0b029eed47cc1e9dcdc31a4bc9cebf0089d/image-20260511-130227.png?cb=f728f9a8ceb004e10befc1e490892a93)

11. To configure the Agent, go to the Flow machine and complete the configuration using Leapwork Flow.

![image-20260511-130251.png](https://docs.leapwork.com/__attachments/a_12c4f6ded5df94e5725ba736a758e957ca90743d047a7541ae314863566bcfcc/image-20260511-130251.png?cb=fa920c7c861d55d01391e28d25851036)

For step-by-step instructions, see the [article](https://www.leapwork.com/product/documentation/agents#Creating%20an%20Agent) on configuring an Agent after installation.

For any clarification, please contact on  [Priority Support](mailto:prioritysupport@leapwork.com)