Quick Start
Get your node online in 1 command.
Run Citadel
citadel
The interactive control center launches and walks you through everything:
- Login -- If this is your first time, Citadel displays a one-time code and prompts you to open aceteam.ai/device in your browser. Enter the code to authorize your node.
- Connect -- Once authorized, your node joins the AceTeam Network automatically. No sudo required -- the CLI uses userspace networking with no system-level VPN or driver installation.
- Work -- The worker starts automatically, accepting AI workloads from the job queue.
The control center shows a live dashboard with system vitals, GPU status, network connectivity, running services, and worker activity -- all in one place.
╭─────────────────────────────────────────╮
│ CITADEL CONTROL CENTER │
│ │
│ Node: gpu-server-01 │
│ Network: Connected (100.64.0.12) │
│ Worker: Running │
│ │
│ CPU: 8% MEM: 4.2/32 GiB GPU: 3% │
│ │
│ Services: │
│ vllm running port 8000 │
│ │
│ Activity: │
│ Connected to AceTeam Network │
│ Worker started, listening for jobs... │
╰─────────────────────────────────────────╯
No subcommands to memorize. Everything is managed interactively from the control center.
What just happened?
By running citadel, your node:
- Joined the AceTeam Network -- an encrypted secure mesh network connecting your hardware to the AceTeam control plane. All traffic is end-to-end encrypted.
- Announced its capabilities -- CPU, memory, GPU, and available services are reported to the platform so workloads can be routed to the right hardware.
- Started accepting AI workloads -- the worker listens for inference requests, model downloads, and other jobs dispatched by the AceTeam platform.
Your node is now part of the Sovereign Compute Fabric, running AI workloads on your own hardware while being managed through the AceTeam cloud.
Next steps
- Full Provisioning -- install Docker and GPU drivers on a fresh server
- Managing Services -- configure which AI inference engines to run
- Monitoring -- set up alerts and health monitoring
- Networking -- understand the secure mesh network