Skip to content

Counter Strike Global Offensive : Manage your game on a site web. (Matches configuration, Team stats, Player Stats, Manage Servers ...)

License

Notifications You must be signed in to change notification settings

exelv1/CSGOManager

 
 

Repository files navigation

CSGOManager is a full-stack JavaScript open-source solution, which provides several tools to manage CSGO servers.

Prerequisites

Make sure you have installed all these prerequisites on your machine.

$ npm install -g bower

Description

To start, you have to add one or more servers. Once it's done, servers can be update automatically by sending a request to the server to ask general information. After you can remote manage your server by sending RCON commands, configure a match or show multiple statistics about matches, teams, players.

Functionalities

Servers Management

With this tool, you can add several servers. When you add a server you have to inform some information like IP, Port, Name. You can also activate three kind of live update. The first is to choose interval to refresh general information about the servers. The second is to choose the interval to refresh details server. And the last is to choose the interval to update server players.

RCON command

This tools is a console to send one or more RCON command. To start you have to choose the server for what you which to send a command and push on 'connexion'. After you must to inform the RCON password and one or more command separate by ';'. When you push on 'send' button, the first time an authenticate request is send with the RCON password. Bottom the console, there is a log view that display in live a lot of informations like if the authentication is successful or if the command is successfully send.

Match handler

Statistics

About

Counter Strike Global Offensive : Manage your game on a site web. (Matches configuration, Team stats, Player Stats, Manage Servers ...)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.0%
  • HTML 17.4%
  • Other 0.6%