Go to file
Björn Dahlgren f1a1ba9cb7 Updated readme
2016-11-10 01:29:55 +01:00
lib Show size and last updated in missions list 2016-10-29 17:05:39 +02:00
public Changed title in head 2016-11-10 01:25:58 +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 Updated readme 2016-11-10 01:29:55 +01:00

Arma Server Admin

Build Status

A simple to use web admin panel for Arma servers.

Screenshots

Features

  • Create multiple instances of game servers in the same admin panel
  • See server status queryed from the instances with current mission and players
  • Download game logs
  • Upload missions from your local computer and from Steam Workshop to the server
  • Download and update mods from withSIX

Requirements

Supported Platforms

  • Windows
  • Linux
  • Linx with Windows binary using Wine

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.