# Getting Started with Watchio

Welcome to Watchio! This guide will help you get up and running in under 5 minutes.

Prerequisites

Before you begin, make sure you have: - A Watchio account (sign up at watchio.io) - Access to your server/infrastructure - Basic command line knowledge

Step 1: Get Your API Key

  1. Log into your Watchio dashboard
  2. Navigate to Settings → API Keys
  3. Click "Create New Key"
  4. Copy your API key

Step 2: Install the Agent

Run this command on your server:

bash
curl -fsSL https://get.watchio.io | sudo bash -s -- --api-key YOUR_API_KEY

The agent will automatically: - Detect your system configuration - Start collecting metrics - Send data to Watchio

Step 3: Verify Installation

Check that the agent is running:

bash
systemctl status watchio-agent

You should see "Active: active (running)".

Step 4: View Your Data

  1. Open your Watchio dashboard
  2. Navigate to Infrastructure
  3. You should see your host appearing within 30 seconds

Next Steps

  • [Configure custom metrics](/docs/infrastructure/custom-metrics)
  • [Set up alerting](/docs/alerts/creating)
  • [Explore the dashboard](/docs/dashboard)

Need help? Contact our support team at support@watchio.io