# 1.2 Running on a dedicated server

Running ArmaReforgerLife on a dedicated server is the easiest way to get started. The core mod provides a default mission for Everon.

The following instruction is a bare bones default setup for the framework, a backend is not required for persistence. However in the future it will be possible to utilize your own backend to store & manage data remotely.

# How to install:

  1. Follow the instructions on server hosting Server Hosting from the Bohemia Interactive Wiki.
  2. Set up the server configuration to add ArmaReforgerLife as a addon on your dedicated server, mod ID and version can be found here: (Release T.B.A)
  3. In the server configuration, set 'scenarioId' to {994594C08886546B}Missions/Life_Eden.conf (or any other custom mission GUID)

The server will now be launched with the ArmaReforgerLife mod enabled, and default everon mission launched. Persistence will work automaticly, more on how persistence works can be found here