Installation Verification
- Windows
- Unix
Verifying the Running Services
-
Open the Task Manager.
-
Go to the Services tab.
-
Search for OpeniTHttpCertStore, OpeniTIngress, and OpeniTReverseProxy.
-
Verify that the service's status is Running.
By default, the OpeniTEventd service is disabled upon installation.
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
- httpcertstore
- logs
- temp
Verifying the Running Open iT Processes
-
Run the following command to verify if the openit-ingress-api process is active.
Command Syntaxsystemctl status openit-ingress-apiA 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
... -
Run the following command to verify if the caddy process is active.
Command Syntaxsystemctl status openit-caddyStarting Ingress version 1.0.29, the service name is
caddy. Use the command below to verify if the process is running.Command Syntaxsystemctl status caddyA successful installation displays something similar to the following:
Command Output● caddy.service - Open iT Reverse Proxy
Loaded: loaded (/usr/lib/systemd/system/caddy.service; enabled; vendor preset: disabled)
Active: active (running) since Tue 2026-05-05 10:16:06 PST; 5h 7min ago
Main PID: #### (caddy)
Tasks: 9 (limit: #####)
Memory: 36.8M
CGroup: /system.slice/caddy.service
└─#### /opt/openit/ingress/bin/caddy/caddy run --resume >>/opt/openit/ingress/logs/caddy.log 2>&1 >/dev/null
...
By default, the openit-eventd process is disabled upon installation.
Verifying the Created Directories
Go to the installation directory, which is /opt/openit/ingress by default, and verify that the following directories exist:
- api
- bin
- configuration
- logs
- temp
Next Steps?
If you already upgraded to Core Server version 10 then installed Ingress, proceed with manually configuring the Core Server connection to Ingress.