Quickstart

Run your first measurement in a few minutes.

Once the controller is running, sign in, register an agent and schedule your first task.

Enroll an agent

Generate an enrollment token in the controller and start an agent with it.

bash
docker run -d \
  -e NGVISION_CONTROLLER=https://controller.example.com \
  -e NGVISION_TOKEN=your-enrollment-token \
  ngvision/agent:latest

Schedule a task

Create an RTT measurement task targeting a public host and assign it to the agent. Results appear on the dashboard within seconds.

Tip

Start with a low interval (e.g. 30s) while validating connectivity, then relax it for production.