Go to file
Björn Dahlgren a144dbdf02 Removed footer
2016-11-10 01:22:57 +01:00
lib Show size and last updated in missions list 2016-10-29 17:05:39 +02:00
public Removed footer 2016-11-10 01:22:57 +01:00
routes Refactored missions management into class 2016-10-29 16:34:54 +02:00
test/lib Create log files on linux servers. 2015-10-31 15:35:27 +01:00
.gitignore Updated gitignore file 2016-10-29 16:48:40 +02: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 Refactored missions management into class 2016-10-29 16:34:54 +02:00
config.js.example Server Mods 2016-04-24 20:17:33 +02:00
package.json Fixed launch issues on Windows 2016-06-12 15:10:21 +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.