Go to file
2021-07-10 16:16:18 +02:00
.github/workflows Run test on Windows using GitHub Actions 2021-03-02 15:38:30 +01:00
lib Steam Workshop Mods 2021-07-10 16:16:18 +02:00
public Steam Workshop Mods 2021-07-10 16:16:18 +02:00
routes Steam Workshop Mods 2021-07-10 16:16:18 +02:00
test Steam Workshop Mods 2021-07-10 16:16:18 +02:00
.gitignore Modernize frontend from old CommonJS format 2019-10-18 11:06:47 +02:00
app.js Steam Workshop Mods 2021-07-10 16:16:18 +02:00
config.js.example Steam Workshop Mods 2021-07-10 16:16:18 +02:00
LICENSE Add LICENSE 2018-12-15 14:15:10 +01:00
package.json Steam Workshop Mods 2021-07-10 16:16:18 +02:00
README.md Add support for Arma 3 x64 Linux server 2020-05-29 15:06:46 +02:00
webpack.config.js Modernize frontend from old CommonJS format 2019-10-18 11:06:47 +02: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
  • Linux with Windows binary using Wine

Supported Games

  • arma1
  • arma2
  • arma2oa
  • arma3
  • arma3_x64
  • 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'
additionalConfigurationOptions Additional configuration options appended to server.cfg file
parameters Extra startup parameters added to servers and headless clients
serverMods Mods that always and only will be used by the game servers
auth If both username and password is set, HTTP Basic Auth will be used
prefix Text prepended to all game servers name
suffix Text appended to all game servers name

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 or install as a Windows Service with npm run install-windows-service

System Configuration

Windows

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

Install as a Windows Service with npm run install-windows-service.

Remove previously installed Windows Service with npm run uninstall-windows-service.

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.