SCSM is a python program used to manage SteamCMD servers. It includes a core library, basic configuration file management, and a command line interface.
- Backup / Restore
- Install / Update / Validate
- Start / Stop / Restart / Kill
- Monitor running servers
- Multiple server support
- python (3.6+)
- pip
- screen
- steamcmd
If SteamCMD is not available in your repository you can install it through SCSM itself by using the scsm install steamcmd
command.
Install using pip.
pip install scsm
scsm setup
scsm install gmod
scsm start gmod
scsm --help