Learn how to set up AstraNetmon and start monitoring your network in minutes
AstraNetmon is a network monitoring platform that provides real-time visibility into your fleet's latency, jitter, packet loss, uptime, and ISP health. This guide walks you through deploying your first agent and exploring the platform's features.
Before you begin: Make sure you have an active AstraNetmon account. Contact support@astraid.io or request a demo on the homepage to get access.
Navigate to your organization's subdomain
Dashboard → Sites → (your site) → Enrollment Keys
Paste the curl/PowerShell command with your --key on any device
It should appear in Dashboard → Agents within seconds
Set up email or webhook notifications
Navigate to your AstraNetmon dashboard and log in with your credentials.
https://your-org.astraid.io/loginIf your organization has MFA enabled, you'll be prompted for a verification code after entering your password.
Once logged in, the main dashboard shows:
Keep your API key secure. This key allows agents to report data to your account. Don't share it publicly or commit it to version control.
The fastest path is the one-line installer. Grab a site enrollment key from Sites → (your site) → Enrollment Keys, then run one command on the device:
# Linux / macOS
curl -fsSL https://get.astraid.io/install.sh | sudo sh -s -- --key enroll_xxxxxxxx# Windows (elevated PowerShell)
iwr https://get.astraid.io/install.ps1 -useb | iex; Install-AstraAgent -Key enroll_xxxxxxxxThe agent self-registers, self-updates, and starts reporting within seconds. The Settings → Agents page shows the same command pre-filled with your values. For manual installs, version pinning, or a step-by-step walkthrough, see the Agent Installation Guide.
Agent is online! Metrics start flowing within 1–2 minutes of the agent starting.
api_base_url points to your tenant subdomainEach agent continuously reports:
Learn more in the Monitoring Guide.
Nova is your always-on network analyst. From any agent page or the main dashboard you can:
The Report Builder generates nine report types including:
Reports export to PDF. Scheduled email delivery is available on Professional and Enterprise plans. Full report generation requires Enterprise.
Get notified when things go wrong:
Learn more in the Alerts & Webhooks Guide.
For integration examples with Slack, Discord, Teams, and other services, see the Webhook Integrations Guide.