# Software requirements and prerequisites

> <table cellpadding="4" cellspacing="0">
 <colgroup>
  <col/>
  <col/>
 </colgroup>
 <thead>
  <tr>
   <th> <p> Software </p> </th>
   <th> <p> Compatible Versions </p> </th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td> <p> Windows Server </p> </td>
   <td>
      <ul>
        <li> 2012 </li>
        <li> 2012 R2 </li>
        <li> 2016 </li>
        <li> 2019 </li>
        <li> 2022 </li>
      </ul>
</td>
  </tr>
 </tbody>
</table>

## Server OS

 <colgroup>
  <col/>
  <col/>
 </colgroup>
 
  
     Software  
     Compatible Versions  
  
 
 
  
     Windows Server  
   
      
         2012 
         2012 R2 
         2016 
         2019 
         2022 
      

  
 

## Databases

 <colgroup>
  <col/>
  <col/>
 </colgroup>
 
  
     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

 <colgroup>
  <col/>
  <col/>
 </colgroup>
 
  
     Software  
     Compatible Versions  
  
 
 
  
     Google Chrome  
   
      
         79+ 
      

  
  
     Firefox  
   
      
         73+ 
      

  
  
     Microsoft Edge  
   
      
         20+ 
      

  
 

## Web Servers

 <colgroup>
  <col/>
  <col/>
 </colgroup>
 
  
     Software  
     Compatible Versions  
  
 
 
  
     IIS Internet Information Service Module: Web Management Tools &gt; IIS 6 Management Compatibility
      
         IIS 6 Management Console 
      
World Wide Web Services &gt; 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 &gt; Common HTTP Features : 
      
         Default Document 
         HTTP Errors 
         Static Content 
      
World Wide Web Services &gt; Security : 
      
         Request Filtering 
         URL Authorization 
         Windows Authentication 
      

    8+ 
  
  
     IIS Modules - URL Rewrite  
     2.1 +  
  
 

## Software Frameworks

| Software | Compatible Versions |
| --- | --- |
| .NET Core | [8.0.7](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) 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 = '&lt;TestManagerDatabaseName&gt;';
```
If the compatibility level is lower than 140, run the following query:
```
ALTER DATABASE &lt;TestManagerDatabaseName&gt;
SET COMPATIBILITY_LEVEL = 140;
```
:::

## Additional Settings

| Component | Action |
| --- | --- |
| [Windows Authentication](https://docs.microsoft.com/en-us/iis/configuration/system.webserver/security/authentication/windowsauthentication/) | Disable Windows Authentication. |
| [Anonymous Authentication](https://docs.microsoft.com/en-us/iis/configuration/system.webserver/security/authentication/anonymousauthentication) | Enable Anonymous Authentication. |
| [IIS Authentication with ASP.NET Impersonation](https://docs.microsoft.com/en-us/previous-versions/aspnet/134ec8tc(v=vs.100)) | Set `identity impersonate` value to `false`. |
| SSL Certificate | See [Using a Certificate for the HTTPS Protocol](https://docs.uipath.com/orchestrator/standalone/2024.10/installation-guide/using-a-certificate-for-the-https-protocol). |

## UiPath Dependencies

 <colgroup>
  <col/>
  <col/>
 </colgroup>
 
  
     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
