Web-based administration interface for CS2D gaming server for Linux
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.
- Create a folder
server
. - Copy your CS2D server into the folder
server
. - Download the Linux Dedicated server zip package from http://cs2d.com.
- Unpack the linux server into the folder
server
. - Make sure the file
cs2d_dedicated
executable (e.g. usingchmod +x server/cs2d_dedicated
. - Install the dependencies:
yarn install
- Start the web server:
yarn start
- Open http://localhost:3000 in your browser.
- Log in using credentials from
db/users.js
. - Press the button "Start server".