Go to file
2015-08-15 17:26:30 +02:00
lib Sort server list on save to update correct order based on new title(s) 2015-08-15 14:04:42 +02:00
public Fixed loading indicator not working on mission upload and download 2015-08-15 17:26:30 +02:00
routes Download missions from Steam Workshop 2015-08-15 17:12:50 +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 Download missions from Steam Workshop 2015-08-15 17:12:50 +02:00
config.js.example Set default prefix and suffix to all server names 2015-08-15 13:56:43 +02:00
package.json Download missions from Steam Workshop 2015-08-15 17:12:50 +02:00
README.md Show Travis build status in README 2015-07-22 21:25:35 +02:00

Arma Server Admin

Build Status

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

System Configuration

Windows

Make sure to disable Windows Error Reporting or server control will be stuck on a server crash.

Wine

Make sure to disable Wine GUI Crash Dialog or server control will be stuck on a server crash. This is easiest solved using winetricks by running winetricks nocrashdialog. It can also be disabled manually. Read more at Wine FAQ.