Hardware
These are minimum requirements for a single-node production deployment. Sizing depends on query volume and the number of connectors enabled.| Resource | Minimum | Recommended |
|---|---|---|
| CPU | 4 cores | 8+ cores |
| RAM | 8 GB | 16 GB |
| Disk | 50 GB SSD | 100 GB SSD |
| Network | 100 Mbps | 1 Gbps |
Software
| Dependency | Minimum version | Notes |
|---|---|---|
| Docker Engine | 24.0 | Required for Docker Compose deployments |
| Docker Compose | 2.20 |
Operating system
Any Linux distribution supported by Docker Engine 24.0 or later. Tested on:- Ubuntu 22.04 LTS
- RHEL 9
- Debian 12
Network
Inbound
The engine exposes a single HTTPS port (default443) for API traffic. Your load balancer or reverse proxy should terminate TLS and forward requests to the engine on port 8000 internally.
Outbound (egress)
The engine requires outbound HTTPS access to:- Intelligence connectors: each connector requires access to specific external hostnames. See Connector Reference for the full egress list per connector.
- Intrace license server:
license.intrace.ai:443for periodic license validation. The engine checks in at startup and then on a configurable interval. If the license server is unreachable at startup, the engine will not start.