mach2infinity 12 Posted June 22, 2017 Hi there, After the recent 1.72 update I had to update my dedicated server of course. When I ran ArmA3 Server.cmd for the first time, I could see it downloading files with a percentage next to each file or line. At the end it said it had updated it. However, when I ran the server. Both in the console and in my A3 launcher it still shows as 1.70. ArmA3 Server.cmd Spoiler @echo off @rem http://media.steampowered.com/installer/steamcmd.zip SETLOCAL ENABLEDELAYEDEXPANSION :: DEFINE the following variables where applicable to your install SET STEAMLOGIN=XXXXXXXXXX XXXXXXXXXXX SET A3serverBRANCH=233780 -beta :: For stable use 233780 -beta :: For Dev use 233780 -beta development :: Note, the missing qotation marks, these need to be wrapped around the entire "+app_data......" :: There is no DEV branch data yet for Arma 3 Dedicated Server package !!! SET A3serverPath=E:\Games\ArmA3\A3Master SET STEAMPATH=E:\Apps\Steam :: _________________________________________________________ echo. echo You are about to update ArmA 3 server echo Dir: %A3serverPath% echo Branch: %A3serverBRANCH% echo. echo Key "ENTER" to proceed pause %STEAMPATH%\steamcmd.exe +login %STEAMLOGIN% +force_install_dir %A3serverPath% +"app_update %A3serverBRANCH%" validate +quit echo . echo Your ArmA 3 server is now up to date echo key "ENTER" to exit pause Error Any ideas why it's not updating? Thanks --UPDATE-- I resolved it. After looking up the error, it seems it was a permissions issue. So I ran it again with 'Run as Administrator' and it's successfully updated it. Share this post Link to post Share on other sites