aigon pro activate
Saves your Aigon Pro key once. The key persists in ~/.aigon/config.json across shell sessions, launchd / systemd restarts, and new terminals — no environment variables or shell profile edits required.
aigon pro activate <your-key>What it does
- Reads
~/.aigon/config.json(creating the file and parent directory if missing). - Writes
{"proKey": "<your-key>"}into it, merging with any existing keys (does not overwrite unrelated config). - If the dashboard server is currently running, triggers a background
aigon server restartso Pro-only views (Insights, Aigon Sync, Recurring features, scheduled jobs, etc.) load on the next request.
You will see one of:
✅ Pro key saved to ~/.aigon/config.json
🔄 Dashboard server restart triggered in the background.
Log: /Users/you/.aigon/dashboard.logor, if the server is not running:
✅ Pro key saved to ~/.aigon/config.json
Start the dashboard with: aigon server startErrors
| Symptom | Fix |
|---|---|
Usage: aigon pro activate <key> | You forgot the key argument. |
🔒 <feature> is a Pro feature after activate | Run aigon pro status — the @senlabsai/aigon-pro package is probably not installed. |
Three-step install
pro activate is step 2 of the Pro installation flow:
npm install -g @senlabsai/aigon-pro # 1. install the package
aigon pro activate <your-key> # 2. activate the key (this command)
aigon server restart # 3. restart the serverSee also
pro status— verify Pro is installed and active- Installing Aigon Pro — full setup walkthrough
Last updated on