Learn how to set up AstraNetmon and start monitoring your network in minutes
AstraNetmon is a comprehensive network monitoring platform that provides real-time insights into your infrastructure's performance, connectivity, and health. This guide will help you get started with deploying your first monitoring agent and exploring the platform's features.
Before you begin: Make sure you have an active AstraNetmon account. If you don't have one yet, you can sign up at the homepage.
Navigate to your AstraNetmon dashboard and log in with your credentials.
https://your-domain.astraid.io/loginIf you have multi-factor authentication (MFA) enabled, you'll need to enter your verification code after entering your password.
Once logged in, you'll see the main dashboard with:
Before installing an agent, you'll need your unique Agent API key:
Keep your API key secure! This key allows agents to send data to your account. Don't share it publicly or commit it to version control.
Choose the installation guide for your operating system:
Here's a quick example for Ubuntu/Debian systems:
# Download the agent
wget https://your-domain.com/downloads/astra-netmon-agent-linux
# Make it executable
chmod +x astra-netmon-agent-linux
# Create configuration
cat > config.toml << 'EOF'
api_url = "https://your-domain.astraid.io/api/agent"
api_key = "YOUR_AGENT_API_KEY_HERE"
poll_interval = 60
EOF
# Run the agent
./astra-netmon-agent-linuxFor detailed installation instructions including service setup, see the Agent Installation Guide.
After installing and starting your agent:
Agent is online! You should start seeing metrics within 1-2 minutes of the agent starting.
If your agent doesn't appear online:
View live metrics for your agents:
Learn more in the Monitoring Guide.
Configure automated internet speed testing:
Learn more in the Speed Testing Guide.
Monitor HTTP/HTTPS endpoints:
Learn more in the Service Testing Guide.
Set up alerts when things go wrong:
Learn more in the Alerts & Webhooks Guide.
Generate comprehensive monitoring reports:
Learn more in the PDF Reports Guide.
Stay informed when issues occur:
For advanced webhook integrations with Slack, Discord, Teams, and other services, see the Webhook Integrations Guide.
If you run into any issues or have questions: