> ## 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.

# Terminal Status Page

> Use ados over SSH to find setup URLs and monitor the local agent.

# Terminal Status Page

The old multi-screen terminal dashboard has been replaced by a read-only status
page.

Run:

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
ados
```

The page refreshes every few seconds and shows the URLs you need to finish setup
in a browser.

## What it shows

| Area       | Details                                                                                                               |
| ---------- | --------------------------------------------------------------------------------------------------------------------- |
| Header     | Agent version, device name, profile, and refresh time.                                                                |
| Open setup | Local setup URL, mDNS URL, LAN URL, hotspot URL, USB tether URL, Mission Control URL, and tunnel URL when configured. |
| Status     | Setup completion, MAVLink, video, network, remote access, and services.                                               |
| Telemetry  | Mode, armed state, battery, GPS, altitude, and heartbeat state when MAVLink is live.                                  |
| Video      | WHEP URL, recording state, camera or receiver state, and link stats when available.                                   |
| Network    | Hotspot SSID, local IPs, mDNS hostname, internet state, and Cloudflare state.                                         |

Press `q` or Ctrl-C to quit.

## SSH usage

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
ssh user@ados.local
ados
```

If your terminal is narrow, the layout stacks panels vertically and folds long
URLs. For scripts or support collection, use JSON instead:

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
ados status --json
```

## Next step

Open the setup URL shown at the top of the page. The webapp handles first-run
device identity, MAVLink, video, network, remote access, Mission Control handoff,
ground-station setup, logs, and advanced actions.
