DOCUMENTATION
WOLFXCORE PANEL
Custom-branded game server management panel forked from Pterodactyl. Built with Laravel 11 + React / TypeScript, running on a neon-green cyberpunk aesthetic.
What is wolfXcore?
wolfXcore is a self-hosted game server control panel. It lets you spin up, manage, and monitor game servers from a single dashboard — including player slots, resource limits, file management, console access, and scheduled tasks.
Under the hood it uses Wings, a lightweight Go daemon that runs on every node and executes server containers via Docker. The panel itself coordinates Wings over a secure WebSocket API.
Live installation
Panel:
https://panel.xwolf.space — Wings: https://node.xwolf.space:8080
Tech stack
| Layer | Technology | Version |
|---|---|---|
| PHP Backend | Laravel | 11 (PHP 8.4) |
| Frontend | React + TypeScript | 17 / Webpack 5 |
| Database | MariaDB (prod) / SQLite (dev) | — |
| Cache / Queue | Redis + Supervisor | — |
| Web server | Nginx + PHP-FPM | — |
| Daemon | Wings (Go) | v1.12.1 |
| OS | Debian 13 Trixie | — |
Feature highlights
- Full server lifecycle management (create / start / stop / reinstall / delete)
- Real-time console over WebSocket
- File manager with inline editor
- Per-server resource limits (CPU, RAM, disk, ports)
- Schedule tasks & database management
- Paystack M-Pesa STK push billing integration (KES)
- Super Admin panel — owner-only controls outside normal auth
- Site-wide maintenance mode with neon 503 page
- Custom plans: LIMITED (KES 50) / UNLIMITED (KES 100)
Documentation sections
| Page | What it covers |
|---|---|
| Installation | Server prerequisites, cloning, env setup, first boot |
| Wings Setup | Installing & configuring the Wings daemon on a node |
| Billing & M-Pesa | Paystack API keys, STK push flow, plan gating |
| Super Admin Panel | Owner-only panel, secret key, features |
| Plans | LIMITED vs UNLIMITED, quota enforcement, upgrades |
| Maintenance Mode | Enabling/disabling maintenance, bypass rules |