Deploy the controller
Stand up the web and API control plane that will handle setup, enrollment, and daily operations.
NyxGate separates the operator console, controller services, and host-side agent responsibilities so deployment remains understandable and future scaling stays practical.
NyxGate is organized so the operator experience, controller services, and host-side execution each have a distinct role. That separation makes the system easier to understand, deploy, and extend.
The web interface is the control surface for posture review, investigation, policy work, and host actions.
The controller coordinates enrollment, APIs, policy distribution, and event ingestion for the platform.
Enrolled systems report telemetry, posture, and execution context while receiving managed control instructions.
The platform is structured to support normalized event ingestion, durable storage, and future scaling phases.
This high-level model keeps the public architecture page useful without diving into internal engineering detail that is better suited to implementation documentation.
Stand up the web and API control plane that will handle setup, enrollment, and daily operations.
Generate controlled enrollment and register real systems into the platform with installation helpers.
Telemetry, posture, and host context are brought back into the central platform for operator review.
Use the console for visibility, policy work, investigations, and controlled response actions.
Use the install page for the official deployment path, then continue into documentation for practical first-day guidance and operating discipline.