Windows Service

This chapter describes how to install a Connector Service as a Windows Service. This is the recommended way of running the connector on-premises.

Do NOT open up any network ports on the machine where the Connector Service is installed. All configurations of the connector should be done locally or through Flow Studio.

Online installation

If the computer on which you are installing the Connector Service has an internet connection, the installer will detect the connection and automatically display a list of connectors that are available to install.

Download the required files

First, you need to acquire the latest version of the Connector Service Installer.

  • Novacua.Connector.Installer*.zip

Go to the downloads page and download the file before proceeding.

Installation Steps

  1. Proceed to the Shared steps section

Offline installation

If the computer on which you are installing the Connector Service does not have an internet connection, the installer will take a route where you need to manually specify a connector package to install.

It is also possible to force the installer into running in offline mode by starting the executable with the "offline=true" argument. I.e:

novacura.connector.installer..exe offline=true

Download the required files

First, you need to acquire the latest version of the Connector Service Installer and one or more connector .nuget packages.

  • Novacua.Connector.Installer*.zip

  • Novacura.Connector.*.nupkg

Go to the downloads page and download these files before proceeding.

Installation Steps

  1. Proceed to the Shared steps section

Shared steps

  1. Optional: Change the Name and Description of the Connector Service.

    1. Display Name: This will be shown in Flow Studio and in the Connector Service Web UI.

  2. Proceed to the First-time Setup chapter to continue with the configuration process.

Last updated