All Projects → Dahlgren → Arma Server Web Admin

Dahlgren / Arma Server Web Admin

Licence: mit
Web based server manager for Arma

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Arma Server Web Admin

bwmf
Bourbon Warfare Mission Framework
Stars: ✭ 16 (-80.95%)
Mutual labels:  arma3
Cba a3
Community Base Addons for Arma 3
Stars: ✭ 286 (+240.48%)
Mutual labels:  arma3
Domination
Domination - A MP mission for Arma 3
Stars: ✭ 45 (-46.43%)
Mutual labels:  arma3
TMF
TMF is a mission making mod for Arma 3's 3D editor
Stars: ✭ 33 (-60.71%)
Mutual labels:  arma3
TheseusServices
Private Military Company content mod for Arma 3
Stars: ✭ 16 (-80.95%)
Mutual labels:  arma3
Poppy
A reliable, self configuring, error finding loadout framework for Arma.
Stars: ✭ 6 (-92.86%)
Mutual labels:  arma3
H-60
No description or website provided.
Stars: ✭ 23 (-72.62%)
Mutual labels:  arma3
Acex
ACE3 Extra misc modules and components
Stars: ✭ 82 (-2.38%)
Mutual labels:  arma3
3den-Enhanced
Official 3den Enhanced repository
Stars: ✭ 36 (-57.14%)
Mutual labels:  arma3
Hemtt
Build System for Arma 3
Stars: ✭ 43 (-48.81%)
Mutual labels:  arma3
vscode-sqflint
SQF Language server extension
Stars: ✭ 16 (-80.95%)
Mutual labels:  arma3
ArmaScriptProfiler
Advanced 3rd Party Profiler for Arma
Stars: ✭ 34 (-59.52%)
Mutual labels:  arma3
Arma3launcherlib
Simple .NET library containing everything needed for a custom Arma 3 launcher.
Stars: ✭ 7 (-91.67%)
Mutual labels:  arma3
grad-persistence
Save/Load mission progress in server's profileNamespace
Stars: ✭ 16 (-80.95%)
Mutual labels:  arma3
A3 Antistasi
A3-Antistasi is the new official Antistasi version
Stars: ✭ 71 (-15.48%)
Mutual labels:  arma3
extDB2
Arma3 Extension DB C++ dll / so by @Torndeco. [superseded by extDB3]
Stars: ✭ 17 (-79.76%)
Mutual labels:  arma3
Ace3
Open-source realism mod for Arma 3
Stars: ✭ 798 (+850%)
Mutual labels:  arma3
Armake
A C implementation of Arma modding tools (PAA conversion, binarization/rapification, PBO packing). (WIP)
Stars: ✭ 82 (-2.38%)
Mutual labels:  arma3
Vindicta
A guerrilla warfare mission for ARMA III
Stars: ✭ 73 (-13.1%)
Mutual labels:  arma3
Asl
Arma Scripting Language - a clean scripting language compiling to Arma 3 SQF scripts.
Stars: ✭ 20 (-76.19%)
Mutual labels:  arma3

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].