Skip to content

Dashboard Stats

The Aureva analytics dashboard gives you a clear view of how your scripts and keys are performing. This guide explains the overview stats, execution tracking, key metrics, script stats, limits usage, and monthly obfuscation usage.


When you open the dashboard (or project analytics), you see high-level metrics at a glance:

StatDescription
Total ExecutionsTotal number of script executions across all projects (or per project)
Total KeysTotal keys ever created
Active KeysKeys that are currently valid (not expired or revoked)
Total ScriptsNumber of scripts across your projects
Total ProjectsNumber of projects in your account

These stats help you understand scale: how many users, how much usage, and how your resources are distributed.


The dashboard displays execution trends over time. You can view executions grouped by daily, weekly, or monthly periods. Use this for:

  • Measuring script popularity
  • Identifying peak usage times
  • Detecting drops or spikes (e.g., after updates)

The dashboard shows which Roblox executors users run your scripts with. You’ll see a breakdown by executor type (e.g., Synapse, Script-Ware, Fluxus, KRNL, Other). Use this to:

  • Know your audience’s tools
  • Debug executor-specific issues
  • Prioritize compatibility testing

The dashboard provides per-script analytics for each project. You can see:

MetricDescription
total_executionsHow often each script is run
unique_usersDistinct users who executed the script
download_countDownload count

Drill down into a script to see execution trends, executor breakdown, and geographic distribution.


The dashboard shows real-time updates when executions or key events occur:

Event TypeDescription
ExecutionScript was loaded and executed
Key generatedNew key created (manual or keysystem)
Key revokedKey was revoked

Live events help you verify that your loader and keysystem are working in real time.


The dashboard displays currently active sessions for a project. You can see users with active sessions (e.g., heartbeat-based or execution-based tracking).


The dashboard displays your subscription limits and current usage:

LimitDisplay
ProjectsUsed / Max (e.g., 2 / 5)
ScriptsTotal scripts vs. tier limit (scripts per project × projects)
ObfuscationsUsed this billing period vs. monthly limit

Obfuscation usage is tracked per billing cycle:

MetricDescription
Used this monthObfuscations performed in the current billing period
LimitMaximum obfuscations per your tier
Reset dateWhen the counter resets

Each time you obfuscate a script (or re-obfuscate after edits), it counts against your monthly limit. The dashboard shows how much of your allocation you’ve used.