Skip to main content
Version: 10.3

Installation Requirements

Operating System

Operating SystemVersion
Windows10 (1607 and 1809) and later
Windows Server2016 (1607) and later
Supported Operating System

Microsoft Visual C++ Redistributable

Open iT requires Microsoft Visual C++ Redistributable for Visual Studio 2022 on Windows systems.

If a compatible version is not yet installed, download and install Visual C++ Redistributable for Visual Studio 2022 before proceeding with the Open iT installation.

.NET Framework

Open iT requires .NET Framework 4.8 or later on Windows systems.

If a compatible version is not yet installed, download and install .NET Framework 4.8 Runtime before proceeding with the Open iT installation.

note

Open iT supports Red Hat OpenShift Virtualization (KubeVirt).

This enables customers to deploy and manage Windows Server and RHEL-based Open iT components on OpenShift-managed virtual machines, alongside containerized workloads, using OpenShift’s standard provisioning and management tool.

This support has been tested and verified with Open iT version 9.19.450 and 10.2.x.

Component Requirements

The following components are required or recommended for installing the Open iT Core Server.

Required Components

PostgreSQL Database

Starting with Open iT Core Server 10.3, a PostgreSQL database is required for storing operational data.
You may choose one of the following during installation:

  • Use the bundled PostgreSQL included with the installer
    The installer will automatically install and configure PostgreSQL. No additional setup is required.
  • Use an existing PostgreSQL instance
    Ensure that the PostgreSQL instance meets the following requirements:
    • Supported version: PostgreSQL 14 or later
    • The database server is accessible from the Core Server machine
    • A database is already created for Open iT
    • A PostgreSQL user with sufficient privileges is available
Additional Configuration for a Remote PostgreSQL Server

If the PostgreSQL instance is installed on a different machine from the Open iT Core Server, the following configuration is required to allow the Open iT Core Server to connect to PostgreSQL:

  • Update the pg_hba.conf file to allow connections from the Open iT Core Server
  • Use the recommended authentication method: scram-sha-256

For detailed information about configuring pg_hba.conf and supported authentication methods, refer to the official PostgreSQL documentation: https://www.postgresql.org/docs/current/auth-pg-hba-conf.html

Open iT Ingress

Open iT Ingress is recommended to enable access to the Open iT web interface.

You may proceed with the installation without Ingress and configure it later if needed.

Administrative Rights

The Open iT Core Server and Client installation requires Administrative Access Rights to the host machine for successful directory and file creation.

Enabling 8.3 Name Creation

8.3 name creation is a feature that automatically generates short (DOS-style) file and folder names to ensure compatibility with applications that cannot process long paths.

warning

If you are installing the Open iT Core Server on a drive where 8.3 name creation is disabled, or in a directory whose path contains spaces in the folder name (e.g., D:\Program Files\OpeniT), you must enable 8.3 name creation before proceeding with the installation.

If you are installing on a drive where 8.3 name creation is already enabled (e.g., Drive C:), or in a directory without spaces in the folder name (e.g., D:\OpeniT), you may skip this step and proceed with the installation.

Some drives, such as Drive D:, typically have 8.3 name creation disabled by default. This can cause Open iT components to fail when accessing paths that contain spaces. Follow this guide to check and enable 8.3 name creation to ensure the proper installation and operation of the Open iT Core Server.

  1. Open a command prompt with Administrator privileges.

  2. Check the 8.3 name creation setting for your installation drive. In this scenario, Drive D: will be the installation drive. Run the command:

    Command Syntax
    fsutil 8dot3name query D:
    Example output when 8.3 name creation is disabled
    The volume state is: 1 (8dot3 name creation is DISABLED)
    The registry state is: 2 (Per volume setting - the default)
  3. Enable the 8.3 name creation for Drive D:, run the command:

    Command Syntax
    fsutil 8dot3name set D: 0
    note

    This change is not retroactive. Only newly created folders or files on Drive D: will be affected. Existing items will not automatically receive short names.

  4. Verify that 8.3 name creation has been enabled on your installation directory, run the command:

    Command Syntax
    for %A in ("<install_dir>") do @echo %~sA

    where <install_dir> is the path of the installation directory.

    Example
    for %A in ("D:\Program Files\OpeniT") do @echo %~sA
    Example result when 8.3 name creation is enabled
    D:\PROGRA~1\OpeniT
  5. Proceed with the Core Server installation.

Open iT Software

Download the Open iT Core Server installer from the Customer Portal.

Step 1: Access the Customer Portal

  1. Go to the Open iT Customer Portal.

  2. When prompted, provide a valid email address.

  3. Click NEXT.

    Customer Portal Login

    Customer Portal Login

Step 2: Request an Account (if needed)

If you do not have an account:

  1. Click Request for an account at the bottom of the dialog.

    Customer Portal Login

    Customer Portal Account Request

    The link redirects to the Request Account dialog.

  2. Provide the required details.

  3. Click REQUEST.

  4. Wait for our Sales Representatives to validate the request. Once validated, an email will be sent to the provided email address.

    Request Account

    Request Account

Step 3: Download the Installer

  1. Log in to the Customer Portal.

  2. Click Releases.

    Releases

    Releases

  3. Click the Download button of the specific product, then select the appropriate installer file to download.

    warning

    It is recommended to install the current stable version for production purposes.

    Download Installer

    Download Installer

Step 4: Download a Specific Version (Optional)

If you need a previous or specific version:

  1. Click Releases for the selected product.

  2. Browse the list of available versions.

  3. Click the version number to access the download page.

    Previous Version

    Previous Version

Open iT Software License

The setup program installs the Open iT software with a temporary license to run it immediately. Install a proper license key as soon as possible.

Send an email request to license@openit.com to obtain a proper license key.

Port Numbers Used by Open iT

The unified navigation for Open iT web interface uses port 443 for HTTPS and port 8080 for HTTP as the primary entry points.

Port Numbers Used by Open iT

Port Numbers Used by Open iT