Jump to content
Sh1mano

how do I update the arma reforger server to the game version?

Recommended Posts

how do I update the arma reforger server to the game version?

Share this post


Link to post
Share on other sites

For Windows Hosting
If you've downloaded the Arma Reforger Server executable from the steam app directly. You can update it via steam as you would the game normally.

For Linux Hosting
If you've download the executable via steamcmd, you can update it using the following steps:

Step 1. Create a steamcmd script called update_armar_ds.txt with the following code

// update_armar_ds.txt
//
@ShutdownOnFailedCommand 1
@NoPromptForPassword 1
force_install_dir ../armar_ds
login anonymous
app_update 1874900 validate
quit

Ensure the force_install_dir is set to the folder where you install the executable.

 

Step 2. Run the following command passing the script to steamcmd

steamcmd +runscript update_armar_ds.txt

Source is from the Bohemia Interactive Wiki - Server Hosting - Arma Reforger

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×