Arma3Server

Arma 3 Dedicated Server

An Arma 3 Dedicated Server. Updates to the latest version every time it is restarted.

Usage

Setup linuxgsm for ARMA 3

Settings can be changed in:

Docker Compose

To use with docker-compose, run the following command:

# Start the server detached
docker-compose up -d

Helm Chart

To use with helm, run the following command after setting the environment variables:

# Create a values file with your configuration settings
touch values.yaml

# Install the helm chart
helm -n arma3 install arma3 ./charts --values values.yaml

Mods

Local

  1. Place the mods inside /mods
  2. Start the server.

Acknowledgements