Documentation Index
Fetch the complete documentation index at: https://docs.altnautica.com/llms.txt
Use this file to discover all available pages before exploring further.
Browser Dashboard
After the setup wizard finishes, the same URL at port8080 becomes the
ADOS Drone Agent’s live operations dashboard. The sidebar adapts to the
profile the node was assigned (drone or ground station), the home page
becomes a tile board of live telemetry, and every supporting screen
(plugins, logs, diagnostics, settings) is one click away.
This page is a tour. Each route also has its own page below it in the
sidebar.
Open the dashboard
| Link | URL |
|---|---|
| mDNS | http://ados.local:8080 |
| Hotspot | http://192.168.4.1:8080 |
| USB tether | http://10.55.0.1:8080 |
| LAN | http://<node-ip>:8080 |
Layout

- Top bar — device name, profile badge, board, agent version, uptime, theme toggle, and a Mission Control quick-jump button on the right.
- Sidebar — profile-gated navigation. The shared rail (Home, Pairing, Plugins, Peripherals, Updates, Logs, Diagnostics, Settings) is always present. Drone nodes also see Telemetry and Video. Ground-station nodes see Receive, Display & Joystick, and the Mesh / Sources entries when their mesh role unlocks them.
- Main pane — the active route’s content.
First five minutes
Confirm health
Open Home. Every tile across the top should report a value
(battery, link, video bitrate, CPU). Red or empty tiles point at
missing hardware or services and link into the right detail screen.
Pair Mission Control
Open Pairing. Copy the six-character code, paste it into Mission
Control’s “Pair a drone” dialog, and accept the pairing here. The
Cloud tile on Home flips to “paired”.
Walk every screen
Click each sidebar entry once. The first visit warms the polling
intervals so subsequent loads feel instantaneous.
Backend endpoints
Every screen reads from one or more of these endpoints. The dashboard itself never requires anX-ADOS-Key header because same-origin browser
requests are trusted by the agent.
| Method | Path | Used by |
|---|---|---|
| GET | /api/v1/setup/status | Sidebar, top bar, profile gating |
| GET | /api/v1/dashboard/snapshot | Every Home tile + ground panels |
| GET | /api/status, /api/status/full | Top bar device card, uptime, board info |
| GET | /api/system | Diagnostics CPU / memory / disk |
| GET | /api/services | Diagnostics services list |
| GET | /api/v1/peripherals | Peripherals page |