Guide

Platform architecture

Ixiea is a layered control plane: identities authenticate once, privileged sessions terminate at protocol connectors, and evidence is captured before traffic reaches targets.

Gateway-first by design

Traditional PAM stacks scatter enforcement across agents, vault checkouts, and network ACLs. Ixiea centralizes brokering, MFA, recording, and audit at a single choke point. Operators do not receive standing network paths to production. They receive session grants bound to identity, permissions, and optional time windows.

Five layers, one control plane

The access layer connects your IdP and client tools (web UI, native SSH/RDP clients). The gateway layer brokers protocols and captures sessions inline. The control plane, Ixiea core API plus background workers, schedules approvals, asset sync, and connector health. The data layer persists session metadata, command logs, and replay artifacts. Targets stay unchanged: SSH daemons, RDP hosts, databases, and Kubernetes APIs see brokered connections, not standing operator credentials.

Core components

The platform core owns organizations, users, assets, permissions, command filters, and audit. Protocol connectors register with core and execute sessions: an SSH and Kubernetes connector for terminal and exec paths; a graphical connector for browser RDP and VNC; a web SQL client for database sessions; plus optional TCP-level database and RDP proxy connectors where deployed. RBAC, login ACLs, and command filters evaluate at connect time. PostgreSQL holds structured metadata; Redis backs sessions and tasks; object storage (S3, Azure, OBS, OSS) holds replay files.

Scaling and resilience

Start with a single core instance and one connector deployment for a pilot estate. Scale horizontally by adding connector pods behind a load balancer, sessions are stateful at the connector but permissions and audit remain centralized in core. Active/standby and multi-region patterns place connectors close to targets while keeping one authoritative policy store. See the deployment models guide for scenario-specific topologies.

Operational docs

Ready to deploy? Continue in documentation

Ready to evaluate?

See the platform on your architecture

Walk through gateway brokering, recording, and audit exports in a working session — or browse the illustrated product flow first.