Skip to content

Chomiciak/gsd

 
 

Repository files navigation

Game Server Daemon

Created by GameTainers, Game Server Daemon is an open source API witten in Nodejs to easily manage your game servers with a RESTful api.

  • Turn on/off/restart servers
  • Query and monitor for crashes
  • Edit and create files
  • Install and Uninstall game modes
  • Console output via socket.io

Installation

These instructions are for ubuntu, but should work on any system.

First lets install NodeJS and the required packages

sudo add-apt-repository ppa:chris-lea/node.js
apt-get update
apt-get install nodejs make g++ git

Clone GSD

git clone https://github.com/gametainers/gsd.git

Download the required nodejs packages

cd gsd
npm install
npm start

Configure the supplied config.json file with your server information.

Use

You can use the Game Server Daemon API : Api Documentation

The GameTainers panel : GameTainers panel

PufferPanel : Pufferpanel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published