Counter-Strike Global Offense Web administration:
View Online players
kick them, ban them
view live game
talk with online players
and use any rcon commands.
This was made for CS:GO, but probably works for other steam games that uses the same protocoles (like Counter-Strike Source)
This was based on protocoles made by SourceQuery:
https://github.com/xPaw/PHP-Source-Query-Class
Features
- use RCON commands ( "exec" and "rcon_password" are not allowed )
- Easy change map (compatible with workshop)
- Talk with players
- Manage players
- View stats in live
- View console in live
- Manage access via MySQL
- Full PHP and javascript, easy to use, no addons, no nothing
Follow CS:GO Web Admin
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
This is a nice piece of work, and a very good foundation to expand upon. I found a couple of issues that I recommend to fixed in the code. 1) The config.php has the variable wrong for the full path to console.log. The right variable is $config[0]['full_console_path'] instead of $config[0]['console_full_path']. The impact of this is the console window will not work. 2) In login.php, the login username/password input box should treat the password appropriately and not display the text on the screen. Change to :<td><input name="mypassword" type="password" id="mypassword"></td> yo achieve this. Other than these two minor things, it will install as advertised in the docs quite easily and give you visibility into what is going on in your CS:GO game server. The console window seems to parse the console.log file for certain patterns and display. It would not be hard to customize to pick out patterns you might be interested in.