Go to file
2015-04-03 12:42:02 +02:00
lib Set game type in config file 2015-04-03 12:23:17 +02:00
public Disabled settings 2015-04-03 12:16:19 +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 Copy example config file for travis 2015-04-03 12:42:02 +02:00
app.js Tests 2015-02-28 15:43:57 +01:00
config.js.example Set game type in config file 2015-04-03 12:23:17 +02:00
package.json Use npm release of arma-server 2015-04-03 12:11:20 +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