CSGOPanel

Controlling a game server without installing any plugins

When I was competing in CS:GO, you had to install plugins for to get certain features for your server like pause commands and config execution. You didn't need these, but it made it a lot easier to run your scrims.

I didn't like having to install and keep plugins up to date. I wanted to have something run completely externally that would parse logs using logaddress_add_http (a built in game feature) and issue commands via RCon back to the server.

So I built CSGOPanel, which did exactly that. I'd use the lessons I learned from this when building B-Site

Related Projects