Server Rack
Real-time service dashboard. Start, stop, restart any node with one click. Live health, port assignments, manifest visibility.
AxonStellar is a neural-inspired orchestration platform where services are neurons, traffic flows along axons, and autonomous agents reason at every synapse. This is your map.
Every capability in the constellation rests on one of these seven load-bearing systems.
Real-time service dashboard. Start, stop, restart any node with one click. Live health, port assignments, manifest visibility.
Interactive network graph. Traffic flow, proxy chains, inter-service edges. Click any node for live config and logs.
Persistent service registry. Every service declares itself via service.json — no manifest, no visibility, no orchestration.
Stored workflow playbooks. Sixteen battle-tested recipes for creation, remediation, management, and monitoring tasks.
Cloudflare DNS-01 cert provisioning with automatic nginx binding. Two-phase workflow: provision, then assign. Zero manual config.
Web-based file manager for the user-space volume. Browse, edit, upload, download. Everything under /aexyr/usr/.
Live metrics: CPU, memory, disk, network listeners, nginx state, process manager. Constellation-wide observability.
Traffic enters through encrypted edges, traverses proxy layers, and reaches the service constellation.
SSL termination at the edge. Public-facing nginx listener. Routes encrypted traffic by domain into the internal mesh.
Internal routing layer. Dispatches requests to the correct tier-1 service port based on host headers and path rules.
User-facing services on ports 9551–9580. Express, Flask, FastAPI, static sites — anything that speaks HTTP.
Internal databases, caches, queues, and AI engines on the 35xx range. Reached only via tier-1 services.
Every autonomous action passes through a weighted neural gate. Confidence, safety, necessity — measured before fire.
How certain the action achieves the goal without errors. Read-once patterns score high; novel injections score low.
How destructive the action is. Heavily weighted. Reads score 1.0; deletes score 0.1. Bias guards against blind firing.
Is this strictly required? User-requested actions score 1.0. Hallucinated side quests score 0.0 and never fire.
z = w₁·x₁ + w₂·x₂ + w₃·x₃ + b. If max(0, z) > 0 the axon fires. Otherwise: pause, ask the operator.
From blank directory to public HTTPS endpoint in six steps. Roughly five minutes end-to-end.
Provision the project directory under /aexyr/usr/projects/. Initialize git, package manifest, and base structure.
Write the server, frontend, configs. Surgical edits via read-before-edit protocol. Syntax validated on every write.
Write service.json — port, role, tier, start command, connections. The constellation now knows you exist.
Start the service via Server Rack button, programmatic API, or background process. Logs stream to the project folder.
POST to the manifests endpoint. Service appears in topology, server rack, and discovery APIs immediately.
Provision SSL via Cloudflare DNS-01, bind cert to service port, restart nginx. Public HTTPS endpoint, live.
Privilege-broker architecture. The agent never touches system internals. All sensitive ops flow through authenticated APIs.
Privileged process. Owns nginx config, SSL provisioning, service discovery. Exposes authenticated internal APIs.
Restricted user. Can read and write user-space, run code, manage projects. Cannot use sudo or modify system source.
Shared group bridging Flask and Agent. Lets the agent read credentials and shared state without holding root privileges.
Single-source authentication for all privileged operations. Never exposed to chat, never embedded in code, never logged.
From blank directory to live HTTPS endpoint in under five minutes. Ask Aexyr to build, or use the engram playbooks directly.
Launch Console →