Skip to content

bdchappel/scsm

 
 

Repository files navigation

SteamCMD Server Manager ( SCSM )

PyPi version Actions Status: CI Codecov coverage PyUp status 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.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

Install using pip.

pip install scsm

Basic Usage

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

About

SteamCMD Server Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%