Your Discord bot is live in hundreds of servers.

But do you really know what's happening?

That command has been silently failing for 3 days. You just don't know it yet.

Which commands get used most. Where errors spike. How fast you're growing across servers.

Argus is the simple dashboard that shows you everything—in one place. Setup in 5 minutes.

No credit card required • Free forever • Privacy policy

Free tier5-min setupPrivacy-first
dashboard.argus.dev
Commands Today
2,847+12%
Active Users
892+8%
Servers
147+3
Error Rate
0.8%-0.2%
Command Activity
+24%
Top Commands
/play35%
/skip18%
/queue15%
/stop8%
Live • Updated 2s ago

The Problem

Most bot developers are flying blind

You built something amazing. But without data, you're just guessing what works.

Which commands are actually used?

Your bot has 20 commands but you have no idea which ones people actually use vs which are dead weight.

Errors happen in silence

Users hit errors and just... leave. You only find out days later when someone bothers to report it.

Is my bot growing or dying?

You added your bot to 'a lot' of servers. But is it 100? 500? Are you gaining or losing?

Who are your power users?

Some servers use your bot constantly, others added it and forgot. You can't tell them apart.

The Solution

Know exactly what's happening

Real numbers. Real insights. Real-time.

Command Analytics

Nobody uses /stats — but /random gets 3x more than /play

Stop guessing what to build next. Know exactly which features your users actually care about.

Error Tracking

/queue fails 40% more on servers with 1000+ members

Discover patterns you'd never see in logs. This error only happens in large servers at peak hours.

Server Insights

You lose 3x more servers when you push updates on Fridays

Find the hidden patterns in your churn. Maybe that 'quick fix' broke something nobody reported.

Uptime Monitoring

Your bot was down for 47 min last Tuesday at 3am

You slept through it. Your users didn't. Get alerts before the angry DMs start.

User Retention

Users who run /help first have 3x higher retention

Discover what separates power users from one-time visitors. Then optimize for it.

Smart Alerts

Usage dropped 60% in the last hour → Discord ping

Something's wrong. Maybe your host is down, maybe Discord is down. Either way, you'll know.

Integration

Add 3 lines of code

Works with Discord.js, discord.py, and any other library.

bot.js
const { Argus } = require('argus-discord-analytics');
const argus = new Argus('YOUR_API_KEY');

// Track every command
client.on('interactionCreate', (interaction) => {
argus.trackCommand(interaction.commandName, {
serverId: interaction.guildId,
userId: interaction.user.id,
});
});
1

Install the SDK

npm install argus-discord-analytics

30 seconds
2

Add tracking code

Copy the snippet to your bot's event handler

2 minutes
3

Deploy & watch

Data flows in real-time to your dashboard

Instant
Privacy-first
Free tier forever
Built for Discord bots
5 min setup

Pricing

Start free. Upgrade when you need more.

Free

$0

10K events • 1K MAU

  • Core analytics
  • 7-day history
  • 1 bot
Join Waitlist

Pro

$19/mo

100K events • 10K MAU

  • 30-day history
  • 3 bots
  • Error tracking
  • Discord alerts
Join Waitlist

Team

$49/mo

500K events • 50K MAU

  • 90-day history
  • 10 bots
  • API access
  • Data export
Join Waitlist

Scale

$99/mo

2M events • 200K MAU

  • Unlimited history
  • Unlimited bots
  • Custom events
  • SLA
Join Waitlist

Stop guessing. Start knowing.

Join developers who finally understand how their bots are used.