Skip to main content

Software requirements and prerequisites

Server OS

Software

Compatible Versions

Windows Server

  • 2012
  • 2012 R2
  • 2016
  • 2019
  • 2022

Databases

Software

Compatible Versions

SQL Server

  • 2016 Standard or Enterprise Edition
  • 2017 Standard or Enterprise Edition
  • 2019 Standard or Enterprise Edition
  • 2022 Standard or Enterprise Edition

Browsers

Software

Compatible Versions

Google Chrome

  • 79+

Firefox

  • 73+

Microsoft Edge

  • 20+

Web Servers

Software

Compatible Versions

IIS Internet Information Service Module:

Web Management Tools > IIS 6 Management Compatibility

  • IIS 6 Management Console

World Wide Web Services > Application Development Features :

  • Application Initialization
  • ASP.NET 8.0.8 and higher

    Note: Make sure to include the installation of the runtimes.

  • ISAPI Extenstions
  • ISAPI Filters
  • WebSocket Protocol

World Wide Web Services > Common HTTP Features :

  • Default Document
  • HTTP Errors
  • Static Content

World Wide Web Services > Security :

  • Request Filtering
  • URL Authorization
  • Windows Authentication

8+

IIS Modules - URL Rewrite

2.1 +

Software Frameworks

SoftwareCompatible Versions
.NET Core8.0.7 or higher
note

Trouble: When upgrading from an earlier Test Manager version running on .NET 6 to a Test Manager version running on .NET 8, make sure that the compatibility level of the SQL Server is equal to or higher than 140. To check the compatibility level of your SQL Server, run this query:

SELECT compatibility_level FROM sys.databases WHERE name = '<TestManagerDatabaseName>';

If the compatibility level is lower than 140, run the following query:

ALTER DATABASE <TestManagerDatabaseName>
SET COMPATIBILITY_LEVEL = 140;

Additional Settings

ComponentAction
Windows AuthenticationDisable Windows Authentication.
Anonymous AuthenticationEnable Anonymous Authentication.
IIS Authentication with ASP.NET ImpersonationSet identity impersonate value to false.
SSL CertificateSee Using a Certificate for the HTTPS Protocol.

UiPath Dependencies

Software

Compatible Versions

Orchestrator 2022.4.15 and higher

Note: Ensure that higher versions of Orchestrator require .NET8.

Studio 2022.4 and higher
Task Capture (optional)

2020.10.x