Roadmap
The road to v1.0.0
fxPanel is built in public. Here's every milestone between today's beta and the first stable release — what's shipped, what's in progress, and what's next.
Last updated: May 2026
- v0.2.XShipped
Addon System & Stability
Finishing and fleshing out the addon system, bug fixes, and quality-of-life improvements.
- Addon SDK refinements and developer experience improvements
- Addon hot-reload edge case fixes
- Panel UI/UX bug fixes and consistency pass
- Documentation updates for addon development
- Community addon examples and starter templates
- General stability and performance improvements
- v0.3.XShipped
Discord Integration Rework
Split Discord integration into a standalone bot runtime with addon extension hooks and cleaner permission wiring.
- Standalone bot runtime + bridge
- Addon-owned Discord command/event extension hooks
- Permission preset mapping (link Discord roles to fxPanel permission presets)
- Configurable Discord log routing for panel and in-game admin actions
- Bot activity/presence configuration
- Improved status embeds with live server stats and player list
- Discord-native report triage workflows (claim, assign, resolve, reopen, summaries)
- Staff moderation action commands (warn, kick, tempban, unban, notes, history)
- All embeds updated to Components v2
- Bot diagnostics and self-heal tooling (bridge status, reconnect health, addon load failures)
- Bot analytics and moderation metrics (command usage, latency telemetry, denial/error breakdowns, report queue metrics, 7d/30d rollups)
- v0.4.XPlanned
Whitelist System Rebuild
A ground-up rebuild of the whitelist system with more flexibility and automation.
- Role-based whitelist tiers (priority queue, VIP, staff)
- Configurable approval workflows (auto-approve by Discord role, manual review, application form)
- Whitelist application forms with custom questions
- Scheduled whitelist windows (open/close applications on a schedule)
- Whitelist analytics (approval rates, wait times, retention)
- Improved Discord integration (thread-based reviews, reaction approvals)
- Bulk import/export of whitelist entries
- Webhook notifications for whitelist events
- v0.5.XPlanned
Settings Rework
Give server owners full control over what parts of the panel are enabled or disabled.
- Modular feature toggles (enable/disable individual panel pages and systems)
- Per-feature configuration (disable Reports, hide Deployer, turn off Insights, etc.)
- Role-based feature visibility
- Settings UI overhaul with grouped categories and search
- Import/export settings profiles
- Settings validation with preview of changes before applying
- Default presets (minimal, standard, full) for quick setup
- v0.6.XPlanned
Notification Center Rework
A centralized notification system across all fxPanel systems.
- Unified notification hub in the panel (all alerts in one place)
- Configurable triggers (crash, reports, resource errors, scheduled events, whitelist requests)
- Multi-channel delivery (panel toast, Discord webhook, email, push)
- Per-admin notification preferences
- Notification history and read/unread tracking
- Priority levels with escalation rules
- Quiet hours / do-not-disturb scheduling
- Notification templates with customizable messages
- v0.7.XPlanned
Built-in Reverse Proxy
A reverse proxy built into fxPanel, removing the need for external nginx/Caddy setups for most use cases.
- Built-in reverse proxy server with configurable routing rules
- Automatic SSL/TLS certificate management (Let's Encrypt integration)
- Custom domain mapping for panel & public addon routes (e.g. WebHost)
- Per-route configuration (headers, rate limiting, CORS)
- Health check-based upstream routing
- Panel UI for managing proxy rules and domains
- Zero-downtime certificate renewal
- v0.8.XPlanned
Database Rework
Migrate from JSON flat-file storage to a real database, with built-in backup support.
- SQLite database engine as the new default
- Migration tool (JSON v6 → SQLite with progress tracking and rollback)
- Automated database backups on a configurable schedule
- Manual backup/restore from the panel UI
- Backup retention policies (keep last N, delete older than X days)
- Database integrity checks and self-repair
- Improved query performance for player lookups, bans, action history
- Export database to JSON for portability
- v0.9.XPlanned
Final Polish & Migration Prep
Pre-release hardening, migration tooling, and the final push toward v1.0.0.
- Full txAdmin → fxPanel naming migration tooling
- ConVar prefix migration (txAdmin-* → fxPanel-*)
- Event name migration (txAdmin:events:* → fxPanel:events:*)
- File/class renames (txAdmin.ts, txManager.ts, TxCoreType)
- Backward-compatible aliases with deprecation warnings
- Automated migration script for existing server configs
- Comprehensive migration guide for server owners
- Performance audit and optimization pass
- Security audit (dependencies, permissions, input validation)
- End-to-end test suite expansion
- Documentation finalization for all features
- Release candidate testing period
- v1.0.0Planned
First Stable Release
The first official production release of fxPanel.
- Official deprecation of txAdmin naming — all references fully migrated
- Stable API guarantee — public API and addon SDK versioned with semver
- Feature-complete — all systems from 0.2.X through 0.9.X shipped and documented
- Full documentation site — guides, API reference, addon development docs, migration guides
- Long-term support commitment discussion
Got an idea or a feature you'd love to see? We're always listening.