Skip to content

Arma 3 Server Management Web GUI for Windows and Linux systems.

License

Notifications You must be signed in to change notification settings

Aquerr/ARMA-Server-Web-Gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASWG - Arma Server Web Gui

License Discord

General

ASWG is a user-friendly management gui for Arma 3 servers.

It is a web application that was built with a goal to provide easy way to manage Arma server located on Linux systems (however it supports Windows as well!).

You can easily start/stop your server, view server console, change server configuration server.cfg, install missions and manage mods. Also, it allows you to automatically download and install workshop mods via SteamCMD.

Check the feature list below to get to know more.

If you find any issues while using ASWG or you want to share your thoughts on what could be added, post them at Github

If you enjoy using ASWG, give this repo a star!

Features

  • Fast setup
  • Windows support
  • Linux support (currently tested on Ubuntu)
  • Server Console + Player list
  • Editing of server configuration
  • Mods management
  • Mission management
  • Workshop and mods installation via SteamCMD (manual installation required for SteamCMD)
  • Multi-user support

Screenshots

Status Mods Workshop Light theme Configuration

Setup

Installation:

  • Install JRE 21
  • Install Arma Server in desired directory.
  • Download ASWG from Github Packages or build ASWG yourself.
  • Put ASWG.jar file in desired folder where you want your ASWG to be running.
  • Run ASWG.jar by executing java -jar aswg.jar in the console.
    • To change ASWG port, for example to 8444. Run it with java -Dserver.port=8444 -jar aswg.jar
  • ASWG configuration file will be created after on first run. Edit it to set the ASWG username and password. Restart ASWG after making changes.
  • Open http://localhost:8085 to enter ASWG.
  • Extra: If you want to use steam workshop and download mods automatically, configure steamcmd properties.

For SteamCMD installation check SteamCMD wiki.

Building

  • Install JDK 21
  • Clone repo
  • Go to project directory
  • Run ./mvnw.cmd clean package
  • The ASWG.jar artifact will be located inside target directory.

Credits / Thanks

Many thanks to:

  • mateo9x (for help with dark theme and some front-end things)

Also thanks to JetBrains for their IDE

JetBrains logo.

License

Apache License 2.0

Donation

Creation of this project is really a time-consuming task. If you would like to support me then you can star this repo or send me some cookies through PayPal.