A simple application to setup and run a Counter-Strike: Global Offensive dedicated server.
ℹ️: This project is no longer maintained. For new updates (support for CS2) follow this new project: https://github.com/NFSS10/steam-dedicated-server
Make sure you have the correct PORTS open or you can't connect to the server. More information: https://developer.valvesoftware.com/wiki/Source_Dedicated_Server
Make sure you create a folder named "SteamCMD" and add the "steamcmd.exe" inside that folder. You can download the file here: https://developer.valvesoftware.com/wiki/SteamCMD#Downloading_SteamCMD
Follow the SteamCMD setup here: https://developer.valvesoftware.com/wiki/SteamCMD#Downloading_SteamCMD
Just run the executable and it will show a menu with two options:
You can add custom commands and run custom .cfg
files.
- To run custom commands, just add them to
config/commands.txt
. - To run custom
.cfg
, add the files tocfgs/
and then add their names toconfig/exec.txt
(the order matters).
Currently this was only tested in the following platforms:
- Windows 11
- Ubuntu-20.04 on WSL2