SteamCMD Server Manager


License
CNRI-Python-GPL-Compatible
Install
pip install scsm==0.2.7

Documentation

SteamCMD Server Manager ( SCSM )

PyPi version Actions Status: CI License: GPL v3

SCSM is a python program used to manage SteamCMD servers. It includes a core library, basic configuration file management, and a command line interface.

Features

  • Backup / Restore
  • Install / Update / Validate
  • Start / Stop / Restart / Kill
  • Monitor running servers
  • Multiple server support

Requirments

  • python (3.9+)
  • pip
  • steamcmd
  • tmux

If SteamCMD is not available in your repository you can install it through SCSM itself by using the scsm install steamcmd command.

Install

Install using pip.

pip install scsm

Basic Usage

scsm setup
scsm install gmod
scsm start gmod
scsm --help