Platform Administration & License Management
Manage users, licenses, promo codes, billing, credits, and system health from the admin control panel.
Platform Administration & License Management — Official Video Tutorial
Watch this 3-minute video walkthrough to learn setup, parameters, and workflow best practices.
Overview
The Admin Control Panel provides platform administrators with tools to manage users, subscriptions, credits, promo codes, feature flags, and system health monitoring.
Features
• User management and role assignment • Subscription and billing management • Credit allocation and tracking • Promo code creation and management • Feature flag toggles • System health dashboard • Audit log viewer • Worker queue management
Who Should Use This Tool
Requirements & Specifications
Required Input Fields
| Field Name | Purpose | Required | Example Value | Validation & Tips |
|---|---|---|---|---|
| Admin Master Token | Authenticate super-admin control panel access | Required | ms_admin_master_991 | Admin role requirement Restricted to workspace super-admins |
Output Data Schema
| Output Property | Data Type | Description | Sample Value |
|---|---|---|---|
| system_status | string | Global operational status | healthy |
| active_workers | number | Count of running headless scraper workers | 48 |
| queue_depth | number | Count of pending jobs in queue | 12 |
End-to-End Workflow
Access Admin Dashboard
Navigate to /admin with super-admin account
Create Promo Code
Go to Admin -> Promo Codes -> 'Create Code (20% Off)'
Monitor Worker Queues
Inspect active scraper workers under Admin -> Workers
Troubleshooting Guide
0 credits for administrative tasks
Restricted to platform administrators
1,000 API requests per minute
Enable 2FA for all administrative user accounts.
REST API Reference
curl -X GET https://api.mapscrapx.com/v1/admin/health \ -H "Authorization: Bearer ms_admin_master_991"
{
"status": "healthy",
"active_workers": 48,
"queue_depth": 12,
"uptime_percent": 99.98
}Frequently Asked Questions (5)
Click to expandA centralized dashboard for platform administrators to manage users, subscriptions, promo codes, worker queues, and system health.