Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1019 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 1019 Bytes

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