Skip to content

bubylou/scsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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