ASA setup helper

ARK: Survival Ascended Startup Generator

Generate a basic update/start script and the INI entries needed to get an ASA server running. This page runs entirely in your browser.

Password fields are generated blank on purpose. Add your own passwords after you create the files.

Settings with an INI home stay in the INI unless GameWarden testing shows ASA only honors them from startup.

Folders

The generated script adds the selected map folder under this base folder.

Script

Server basics

Pick one of the known maps, or choose Custom map and enter the exact launch value.

Optional settings

Advanced startup flags

Birthday event support is user-reported for current ASA. Other event names, MULTIHOME, ServerPlatform, query port, and positive BattlEye flags stay out until they are researched or tested.

Prerequisites

How to set up a basic server

  1. Pick a place for server files, such as C:\ArkAscended, and create the folder.
  2. Pick a place for SteamCMD, such as C:\ArkAscended\steamcmd, and create the folder.
  3. Download SteamCMD, copy steamcmd.exe from the zip into your SteamCMD folder, then run it once so SteamCMD installs there.
  4. Optional: install the extra prerequisites above if this computer does not already have them.
  5. Create your basic startup script and GameUserSettings.ini from this web page.
  6. Download the generated files, or copy and paste the text into files you create yourself.
  7. To create a file by hand, right-click empty space in a folder and choose New > Text Document, then paste the generated text into Notepad.
  8. In File Explorer, choose View and turn on File name extensions if extensions are hidden.
  9. Rename the script from .txt to .bat or .ps1, depending on the script format you picked.
  10. Run the script once so SteamCMD installs or updates the ASA server files.
  11. Stop the server by typing exit in the console window. If the command bar is hidden, click the ^ near the upper-right corner of the console window.
  12. Only continue after the server has fully stopped and the console window has closed, or ASA may overwrite what you change.
  13. Create ShooterGame\Saved\Config\WindowsServer inside the map-specific server install folder if it does not exist.
  14. Save GameUserSettings.ini in that WindowsServer folder. This can overwrite the first-run file if you have not added custom settings yet.
  15. Fill in any blank password values you chose to include.
  16. Restart the server with the start script.

start-arksa-server.bat


        

GameUserSettings.ini


        

Notes