Quick Start¶
Get connected to your BNG node in under 2 minutes.
1. Install¶
2. Get Your API Key¶
The API key is the DAWOS_API_KEY value on your dawos-agent server:
Key not set yet?
Generate one on the server:
Then add it to/etc/dawos-agent/agent.env:
Restart the agent: sudo systemctl restart dawos-agent
3. Add Your BNG Node¶
The CLI will verify connectivity automatically:
Checking connectivity to http://192.168.1.1:8470 ...
Connected -- node=bng-prod-01 version=0.1.0
Profile prod saved.
4. Check Connection¶
5. Explore¶
# List active PPPoE sessions
dawos session list
# View session stats
dawos session stats
# Live monitoring dashboard
dawos top
# System health
dawos system info
# See all commands
dawos --help
Next Steps¶
- Configuration — Multi-profile management
- Command Reference — Full command list
- Scripting Guide — Automation with
--json