Skip to content
This repository has been archived by the owner on Nov 17, 2018. It is now read-only.
/ cs2d-webadmin Public archive

Web-based administration interface for CS2D gaming server

License

Notifications You must be signed in to change notification settings

jaller94/cs2d-webadmin

Repository files navigation

CS2D Webadmin

Web-based administration interface for CS2D gaming server for Linux

Maintainability dependencies Status devDependencies Status

Requirements

Make sure the cs2d_dedicated server is runnable on your system. It needs some libraries that you might not have installed. for this server you need node, yarn and tsc (TypeScript) globally installed.

First start

  1. Create a folder server.
  2. Copy your CS2D server into the folder server.
  3. Download the Linux Dedicated server zip package from http://cs2d.com.
  4. Unpack the linux server into the folder server.
  5. Make sure the file cs2d_dedicated executable (e.g. using chmod +x server/cs2d_dedicated.
  6. Install the dependencies: yarn install

How to start the server

  1. Start the web server: yarn start
  2. Open http://localhost:3000 in your browser.
  3. Log in using credentials from db/users.js.
  4. Press the button "Start server".

About

Web-based administration interface for CS2D gaming server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published