Skip to main content

Requirements for operation on Windows

The following preparations are necessary to ensure a smooth installation of linqi. Additional optional resources such as map server, virus scanner or DMS system can be found in the respective plugins.

Resources required

Server resources
Load balancer
linqi Application Server
linqi Frontend Server optional
Database Server/Cluster
note

Please refer to the article Infrastructure for hardware and software requirements.

DNS records

DNS EntryUsage
Application e.g. application.linqi.deMain application
Administration area e.g. admin.linqi.deAdministration area / Global configuration
Login e.g. login.linqi.deCentral login server for authentication of the various services.
info

An SSL certificate or a wildcard certificate is required per DNS entry for secure data transmission. A signing certificate is also required for the use of an ADFS server.

Required accounts

AccountService
Temporary Installation Account*Installation
AppPool Service Account(s)IIS
LDAP account (read authorisations)LDAP
Email dispatch accountSMTP, Exchange
info

*The temporary installation account needs the right to create SQL databases during the installation on the database server.

If ADFS is used, an account for ADFS Relaying Party Trust is required.

System service ports

The following ports are required for operation. The application communicates between the user and the application server exclusively via HTTPS (port 443).

warning

Please note that the ports may differ from the standard in other configured environments. Additional ports are also required for further integrations.

Application server

application protocolprotocoldirectionport
HTTPSTCPinbound443
HTTPS (integrations)TCPoutgoing443
SMTP(S)TCPoutgoing25, 587
LDAP(S)TCPoutgoing389, 636

Database

The application servers communicate with the database via the respective database server port

application protocolprotocoldirectionport
PostgreSQL, Microsoft SQL ServerTCPincoming5432, 1433