Skip to content

ARMA3 dedicated game server. Available with docker-compose and as a helm chart.

Notifications You must be signed in to change notification settings

brittonhayes/Arma3Server

 
 

Repository files navigation

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:

  • configs/arma3server.server.cfg
  • configs/arma3server.network.cfg

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

  • Helm chart design heavily based on the work by fbuchmeier
  • Server administration using linuxgsm

About

ARMA3 dedicated game server. Available with docker-compose and as a helm chart.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Smarty 81.5%
  • Dockerfile 12.8%
  • Shell 5.7%