BoomPanel 3 is new kind of admin panel, with the big difference, where frontend is made with Vue.js, and sourcemod/SRCDS server runs as backend for the panel. For communication to server panel is using websockets.
Not only that the panel is lightning fast, because the connection directly from client to server, it is also model/plugin based. So in short, any Sourcemod plugin developer easly is able to create their own page in this panel, as far as they understand simple html and javascript. The panel can be used to configure that particular plugin or to display any kind of data from the server almost real time. It fully supports Sourcemod admin flags, meaning you can have multiple admins in panel with different permissions.
- Socket (3.0.2): Socket extension for SourceMod
- [DEV] WebSocket Server - Direct connection between webbrowser and gameserver
- Download master branch and extract zip in your server
- Install needed requirements
- Edit file
addons/sourcemod/configs/BoomPanel3/admins.cfg
and add yourself as panel admin - Test out if plugin loads up fine, if not, the edit convar
bp_websocket_ip
with the correct server IP - If you want to change socket port, change convar
bp_websocket_port
(default27021
) - Now you can install other plugins that do support BoomPanel3, and you can install BoomPanel3 web/PWA client and add your server in settings