
Admin Console
The engine room behind the platform.
The Admin Console is Bifrost's internal management layer — used exclusively by the core team to configure game support, define metadata, manage seasons, and ensure the platform adapts rapidly to changes across every supported title. It's not customer-facing, but it's what makes everything else possible.
Listed for completeness — because transparency matters.
Game Configuration
Game Title Management
Add and configure supported game titles with faction definitions, publisher metadata, and release versioning. When a new game launches or an existing title updates, the platform adapts without a code deployment.
Maps, Roles & Weapons
Define every map with RCON names, objectives, restricted zones, and tactical imagery. Configure player roles, weapon definitions, and vehicle metadata — all the data that powers stats, AutoEnforce, and leaderboards.
Data Integration
Log Parsing Engine
Create and test regex-based log matchers with field mappings and golden examples. When a game updates its log format, we adjust the parsers — no downtime, no missed data.
RCON Command Layer
Define RCON commands per game with parameter mappings, response parsing, and normalisation rules. Every server command the platform executes is configured and tested here first.
Platform Operations
Seasons & Competitions
Create competitive seasons with prize tiers, eligibility criteria, map pools, and performance metrics. Configure player achievements and badges triggered by in-game milestones.
System Health & Maintenance
Monitor worker metrics, toggle maintenance mode per service, track server-to-worker assignments, and manage heartbeat monitoring — keeping the infrastructure healthy across all nodes.
Backup & Audit Trail
Create restore points before major changes, compare versions, and roll back if needed. Every administrative action is logged with timestamps, context, and full change history.
Feature Summary
Internal tooling that keeps the platform adaptable.
| Feature | Description |
|---|---|
| Game Title Management | Add and configure supported games with factions, publishers, and environment-specific release versioning. |
| Map & Objective Editor | Define maps with RCON names, objectives, restricted zones, weather, orientation, and tactical map imagery. |
| Role & Level Definitions | Configure player roles, level progressions, and display metadata per game title. |
| Weapon & Vehicle Registry | Define weapons and vehicles with display names, categories, and log name mappings for stats and leaderboards. |
| Log Parsing Engine | Build and test regex-based log matchers with field extraction, normalisation rules, and golden example validation. |
| RCON Command Layer | Define server commands with parameter mappings, response parsers, and multi-line handling per game type. |
| Season Management | Create competitive seasons with prize tiers, eligibility criteria, map pools, and performance metric thresholds. |
| Achievement System | Configure automatic player badges triggered by performance milestones, kill counts, win rates, and more. |
| Announcements | Publish platform-wide announcements to JSON feeds, Frostbite clients, and Discord webhooks with rich content and scheduling. |
| Maintenance Mode | Toggle individual services into maintenance with custom messages for graceful degradation during updates. |
| Worker Monitoring | Track CPU, memory, goroutines, request rates, and server-to-worker assignments with heartbeat and orphan recovery. |
| Backup & Restore | Create manual restore points, compare versions, and roll back configuration changes with pinning and auto-cleanup. |
| Admin Audit Logs | Full audit trail of every administrative action with timestamps, user identity, and detailed change context. |
| Partner & Subscriber Ops | Manage partner accounts, subscriber tiers, trial tracking, and cancellation analytics. |
| Integration Management | Configure Cloudflare, Discord, PayPal, Shopify, Patreon, Google Analytics, and SMTP credentials at platform level. |