PaladinX
Getting Started

Architecture & concepts

A PaladinX deployment has four core components working together.

ComponentRole
AgentRuns on each monitored machine. Collects logs, file-integrity events, processes, vulnerabilities and configuration data, then forwards them securely to the manager.
ManagerThe brain. Receives agent data, evaluates it against detection rules, generates alerts, and manages agent enrollment.
IndexerStores and indexes all alerts and events so they can be searched and visualised quickly.
DashboardThe web interface at watchtower.paladinx.net where you investigate alerts and manage the platform.

How data flows

Agent → (encrypted, port 1514) → Manager → analysis → Indexer → Dashboard.

Ports used

PortPurpose
1514/TCPAgent ⇄ manager event channel (encrypted)
1515/TCPAgent enrollment / registration
443/TCPDashboard (web UI)
Alerts are stored in the paladinx-alerts-* index and shown across the dashboard modules.