Go to file
2015-05-30 02:29:48 +02:00
lib Fixed formatting in gamedig query function 2015-04-25 12:17:48 +02:00
public Manual refresh mods button 2015-05-30 01:30:53 +02:00
routes Manual refresh mods button 2015-05-30 01:30:53 +02: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 Use HTTP Basic Auth if username and password is defined in config 2015-05-30 02:29:48 +02:00
config.js.example Use HTTP Basic Auth if username and password is defined in config 2015-05-30 02:29:48 +02:00
package.json Track mod download progress 2015-04-17 19:41:55 +02:00
README.md Use HTTP Basic Auth if username and password is defined in config 2015-05-30 02:29:48 +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
host IP or Hostname to listen on
type Which kind of server to use, can be 'linux', 'windows' or 'wine'
auth If both username and password is set, HTTP Basic Auth will be used

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