Quick Start
6 steps, 5 minutes from zero to your first detection
Step 1: Create your account
Sign up at flowtriq.com/signup. No credit card required. Your 7-day full-access trial starts immediately.
Step 2: Add a node in the dashboard
Go to your dashboard and click Nodes in the sidebar, then Add Node. Enter your server's name and IP address.
Step 3: Install the agent
SSH into your server and run the following. The agent runs on any Linux with Python 3.8+.
Note: On Ubuntu 23.04+, Debian 12+, and other newer distros, the --break-system-packages flag is required for global pip installs. Alternatively, use a virtualenv.
The setup wizard prompts for your API key (from step 2), auto-detects your network interface, and starts the agent as a systemd service. The node appears online in your dashboard within 30 seconds.
For servers where root is not available, use limited mode (PPS/BPS monitoring only, no PCAP):
Step 4: Verify it's running
You should see the agent send its first heartbeat and load IOC patterns from the remote config. After 5 minutes your node's baseline will be established.
Step 5: Configure alerts
Go to your workspace Console → Alert Channels and add at least one alert channel. Discord and Slack webhooks take about 30 seconds to configure.
Step 6: Test detection
Use the --test flag to trigger a synthetic attack event:
This fires a simulated threshold crossing, opens a test incident, and sends alerts to all configured channels.