Skip to content

Console

andrew jewell edited this page May 24, 2026 · 1 revision

Console

The NexusEdge Console is a multi-tenant fleet management interface accessible at:

https://nexusedgehailo.automatanexus.com/portal.html

13 Console Pages

Page Description
Dashboard Fleet overview with live health scores, alarm counts, and equipment status per site
Sites Site list with controller count, online/offline status, and geographic map
Controllers Per-controller detail: uptime, firmware version, NPU status, board inventory
Equipment Equipment list with live sensor values, algorithm state, and setpoints
Algorithms Algorithm configuration editor with live parameter tuning
AI Models Model inference results: Nehebkau health, Medjed anomaly, Thoth fault, Anubis threat
Alarms Active and historical alarms with severity, acknowledgment, and escalation
Audit Trail Immutable log of all configuration changes, deployments, and user actions
OTA Deploy Sandbox logic editor with ed25519 signing, push, hot-reload, and rollback
Users User management with 3-level RBAC assignment
SIEM NexusShield event stream, Anubis threat feed, and SIEM export configuration
Fleet Graph Visual topology of controllers, equipment, and communication links
Settings Organization and site settings, notification preferences, tier management

3-Level RBAC

Access control is enforced at three nested levels:

Level Scope Example Roles
App Entire platform SuperAdmin, Support
Org Organization (tenant) OrgAdmin, OrgViewer
Site Individual site SiteAdmin, SiteOperator, SiteViewer

Permissions cascade downward: an OrgAdmin has full access to all sites within their organization. A SiteViewer can only read data for their assigned site.

Tier-Gated Features

Console features are gated by subscription tier. See Pricing for the full comparison.

Feature Community Pro Business Enterprise
Controller limit 1 10 25 50
Dashboard Yes Yes Yes Yes
OTA Deploy -- Yes Yes Yes
SIEM Export -- -- Yes Yes
Fleet Graph -- -- Yes Yes
Multi-tenant RBAC -- -- -- Yes
Audit Trail Local only 30-day cloud 1-year cloud Unlimited cloud

Firebase + AegisDB Sync

The Console uses Firebase for authentication and real-time subscriptions. All data is written through to AegisDB on the AN server, ensuring:

  • Firebase handles auth tokens and real-time push to the browser
  • AegisDB is the durable store with full query capability (13 paradigms)
  • Write-through sync means both stores are always consistent
  • If Firebase is unavailable, AegisDB continues to accept writes and re-syncs on reconnection

OTA Logic Deploy

The Console includes a full OTA deployment pipeline. See OTA Deploy for the complete workflow.

Audit Trail

Every mutation in the system is recorded in a dual audit trail:

  1. Local audit (on-controller AegisDB) -- survives network outages
  2. Cloud audit (AN server AegisDB) -- centralized, queryable, tier-gated retention

Recorded events include: config changes, algorithm parameter updates, OTA deployments, user logins, RBAC changes, alarm acknowledgments, and equipment enable/disable actions.

NexusEdge Hailo Edition


Home

Getting Started

Platform

Data & Deploy

Security


Landing Page | Console

AutomataNexus LLC

Clone this wiki locally