Last Updated: February 22, 2026
Pluginator uses a tiered subscription system to support ongoing development while keeping the core features free.
| Tier | Price | Update Checks/Day | Downloads/Day | Syncs/Day | Migrations/Day |
|---|---|---|---|---|---|
| Free | $0 | 3 | 15 | 2 | 1 |
| Plus | $14.99 (one-time) | 10 | 50 | 5 | 3 |
| Pro | $4.99/mo | 25 | 150 | 15 | 10 |
| Max | $9.99/mo | Unlimited | Unlimited | Unlimited | Unlimited |
Plus tier holders receive permanent discounts on subscription tiers:
- 40% off Pro ($2.99/mo instead of $4.99/mo)
- 20% off Max ($7.99/mo instead of $9.99/mo)
- 3 update checks/day
- 15 plugin downloads/day
- 2 server syncs/day
- 1 prod migration/day
- Access to curated plugin registry
- Core UI tabs (Home, Servers, Plugins, Updates, Logs)
- Everything in Free
- Increased limits (10 checks, 50 downloads, 5 syncs, 3 migrations)
- Stats Dashboard tab
- Tags & Groups for plugin organization
- Backup & restore tools
- Permanent discount on Pro/Max (40% off Pro, 20% off Max)
- One-time purchase (no subscription)
- Everything in Plus
- Higher limits (25 checks, 150 downloads, 15 syncs, 10 migrations)
- Health Dashboard tab
- Recommendations tab
- Performance Analytics tab
- Dependency graph, plugin profiles
- Update schedule, macros, export/import
- Priority support
- Unlimited everything
- All Pro features
- Theme Marketplace
- Accessibility Settings
- Early access to new features
- Direct developer support
# In the UI
/login
# Or via keyboard shortcut
Press 'l' in the UI- Run
/logincommand - Select Google or GitHub
- Browser opens for authentication
- Automatically returns to CLI after success
Sessions are stored encrypted at ~/.pluginator/session.json:
- AES-256-GCM encryption
- Machine-specific encryption key
- 24-hour expiry
- Automatic refresh on use
| Command | Description |
|---|---|
/login |
Login to your account |
/logout |
Logout from your account |
/account |
View account and usage info |
Your daily usage resets at midnight UTC. View current usage with /account:
Account: user@example.com
Tier: Plus
Today's Usage:
Update Checks: 4/10
Downloads: 12/50
Syncs: 2/5
Migrations: 0/3
When you hit a limit, Pluginator shows an upgrade prompt with pricing information. Upgrades are handled through the web portal at https://nindroidsystems.com/pluginator.
When offline, Pluginator:
- Uses cached tier information
- Allows operations within cached limits
- Syncs usage when back online
# Custom API endpoint (for development)
PLUGINATOR_API_URL=https://api.nindroidsystems.comYour 24-hour session has expired. Run /login to authenticate again.
You've hit your daily limit. Options:
- Wait until midnight UTC for reset
- Upgrade your tier for higher limits
If the browser doesn't return to CLI after OAuth:
- Check if port 9876 is available
- Try closing other Pluginator instances
- Manually close the browser tab and try again
Sessions require:
- Write access to
~/.pluginator/ - Consistent machine ID (hostname, user)
If using containers or VMs, the machine ID may change between runs.