FlowWright Installation Requirements

Understand the necessary requirements for setting up a FlowWright instance, including hardware specifications and requirements to run the software.

Last published at: July 10th, 2025

Hardware Requirements

 

Development - Minimum requirements:


 

8 GB Ram

Dual Core 2 GHz CPU

20 GB Hard drive

Microsoft Internet Information Server (IIS)

Microsoft .Net Core 8 Web hosting bundle

Microsoft .Net Core 8 Desktop runtime

Microsoft Visual Studio 2019-2022
 

Production Server (Physical server) - specification


 

Application Server (Web server)  

  • 16+ GB Ram
  • 1 TB Hard drive
  • Dual 3.2 GHz Quad Core CPUs
  • Microsoft Internet Information server
  • Microsoft .Net Core 8 Web hosting bundle
  • Microsoft .Net Core 8 Desktop runtime

Database Server 

  • 16+ GB Ram
  • 1 TB Hard drive
  • Dual 3.2 GHz Quad Core CPUs
  • Microsoft SQL Server 2014+
Database,data storage,cylinder,round,blue - free image from ...

Production Server (Cloud VM) - specification


 

Application Server (Web server)

  • 16+ GB Ram
  • 1 TB Hard drive
  • 3.2 GHz 2 vCPUs
  • Microsoft Internet Information server
  • Microsoft .Net Core 8 Web hosting bundle
  • Microsoft .Net Core 8 Desktop runtime

Database Server 

  • 16+ GB Ram
  • 1 TB Hard drive
  • Dual 3.2 GHz Quad Core vCPUs
  • Microsoft SQL Server 2014+
Database,data storage,cylinder,round,blue - free image from ...

 

FlowWright Installation Check List

  • Database Server
    • SQL Server is installed and configured, or use an existing SQL Server instance
    • SQL Server is configured with SQL authentication
    • The SQL server account has the “DB owner” role, which grants full access to the database and the ability to add and modify objects, such as tables and indexes, for the FlowWright database.
    • SQL port 1433 is open for database communication
    • Access to SQL Enterprise Manager UI
  • Application server
    • Port 1433 is open for database communication
    • Port 80 is open for HTTP web traffic, and port 443 is open for HTTPS web traffic.
    • The database connection string is tested from the application server
  • Microsoft Internet Information Server is configured with the following options:
     
IIS Configuration

The installation account has administrative privileges to execute the installation using administrative account mode.

.Net Core 8 Installation

Download at: https://dotnet.microsoft.com/en-us/download/dotnet/8.0

Make sure to install the Hosting bundle and Desktop runtime