Installation Verification
- Windows
- Unix
Verifying the Running Services
-
Open the Task Manager.
-
Go to the Services tab.
-
Verify that the listed service or services are running.
Service Purpose OpeniTHttpCertStore Enables Ingress to use an SSL certificate from the Windows Certificate Store for HTTPS site bindings. OpeniTIngress Configures OpeniTReverseProxy, SSL settings, site bindings, and shared navigation.OpeniTReverseProxy Provides application access, terminates HTTPS connections, and routes web requests to the appropriate Open iT application or internal service. Ingress Services
For more information about the purpose and functions of these services, see Open iT Services.
Verifying the Created Directories
Go to the installation directory, which is C:\Program Files\OpeniT\Ingress by default, and verify that the following directories exist:
- api
- bin
- configuration
- logs
Verifying the Running Open iT Service
Run the following command to verify if the openit-ingress-api process is active.
Command Syntax
systemctl status openit-ingress-api
A successful installation displays something similar to the following:
Command Output
● openit-ingress-api.service - Open iT Ingress Api
Loaded: loaded (/usr/lib/systemd/system/openit-ingress-api.service; enabled; vendor preset: disabled)
Active: active (running) since Tue 2026-05-05 10:16:06 PST; 21s ago
Main PID: #### (OpeniT.Ingress.)
Tasks: ## (limit: #####)
Memory: ##M
CGroup: /system.slice/openit-ingress-api.service
└─#### /opt/openit/ingress/api/OpeniT.Ingress.Api
...
Verifying the Created Directories
Go to the installation directory, which is /opt/openit/ingress by default, and verify that the following directories exist:
- api
- configurations
- logs
Next Steps?
warning
If you already upgraded to Core Server version 10 then installed Ingress, proceed with manually configuring the Core Server connection to Ingress.