-
-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
A modular, self-hosted platform for gaming communities — servers, users, news, community features and real-time tools in one admin panel. Everything game-specific is added as an extension.
The software is proprietary. A valid license lets you run one instance for your own community. See the LICENSE.
The core ships query drivers for Counter-Strike 1.6/CS2, Rust (A2S), Minecraft (SLP) and FiveM. More game-specific functionality comes via extensions.
Yes. Redis powers the queue (via Horizon), cache and sessions in production.
Installation is detected from three markers: storage/installed.lock,
APP_INSTALLED=true, and the installed_at settings row. If none is present the
installer reopens. Run php artisan hybridcore:install-status to see which exist,
and php artisan hybridcore:install-lock to rewrite them.
The Reverb websocket server must be running and reachable. Check that
php artisan reverb:start is up and that your web server proxies the websocket
path to it. See
DEPLOYMENT.md.
Yes — the public website is themeable from Admin → Themes. The admin panel itself is not themeable by design.
These are extensions built on the core. Install one from Admin → Extensions, or build your own with the Extension SDK.
Generate a bridge token in Admin → Servers and configure your in-game plugin with it. See Game-Server Bridge.
Privately, never as a public issue — see SECURITY.md.
HybridCore · Repository · Deployment · Extension SDK · Report a security issue
© HybridMind Labs
Getting started
Going further