Go to file
2015-05-29 17:24:18 +02:00
lib Fixed formatting in gamedig query function 2015-04-25 12:17:48 +02:00
public Fixed inconsistent progress state 2015-04-17 20:06:48 +02:00
routes Keep mods in sync with clients through socket 2015-02-01 16:07:39 +01:00
test/lib Tests 2015-02-28 15:43:57 +01:00
.gitignore Persist server config 2014-04-06 22:10:42 +00:00
.travis.yml Gamedig library not compatible with node 0.8, don't test on travis 2015-04-25 12:07:13 +02:00
app.js Update app.js 2015-05-29 17:23:19 +02:00
config.js.example Update config.js.example 2015-05-29 17:24:18 +02:00
package.json Track mod download progress 2015-04-17 19:41:55 +02:00
README.md Added Readme 2015-04-03 12:29:41 +02:00

Arma Server Admin

Requirements

Supported Games

  • arma1
  • arma2
  • arma2oa
  • arma3
  • cwa (does not support linux)
  • ofp
  • ofpresistance

Config

Key Description
game Which game server to launch, see above
path Folder path to game server
port Web port to use
type Which kind of server to use, can be 'linux', 'windows' or 'wine'

How to Use

  1. Copy config.js.example to config.js

  2. Change values in config.js as described above or in the file

  3. Install all dependencies with npm install

  4. Launch the web UI with npm start