ARK: Survival Evolved (ASE) Dedicated Server Setup
ARK: Survival Evolved is the original 2017 game. Its dedicated-server workflow uses Steam app 376030 and supports Windows and Linux server installations. The operational steps below are based on the ARK community wiki setup reference.
Install the ASE server
Install SteamCMD, choose a separate server directory, and download the ASE app:
steamcmd +force_install_dir /opt/ark-ase +login anonymous +app_update 376030 validate +quit
On Windows, use a Windows path for +force_install_dir. Keep the command and the installed build in the operator notes so a later update can be compared with the working baseline.
Start a clean server
ShooterGameServer.exe TheIsland?listen?SessionName=MyASEServer?ServerPassword=?ServerAdminPassword=ChangeMe -Port=7777 -QueryPort=27015 -RCONPort=27020 -log
On Linux, launch the corresponding server binary from the installed ASE package. Replace the map and session values with the ones your group wants; do not paste ASA map identifiers into an ASE command.
ASE ports
| Port | Transport | Purpose |
|---|---|---|
7777 | UDP | Game traffic |
7778 | UDP | Peer/server communication used by the instance |
27015 | UDP | Steam query/listing |
27020 | TCP | RCON when enabled and protected |
Open only what the current instance needs. For multiple servers, give each instance a non-overlapping port set and verify the provider/firewall mapping instead of assuming the example offsets are universal.
Configuration files
| File | ASE Windows | ASE Linux |
|---|---|---|
| Gameplay overrides | ShooterGame\Saved\Config\WindowsServer\Game.ini | ShooterGame/Saved/Config/LinuxServer/Game.ini |
| Session/rates | ShooterGame\Saved\Config\WindowsServer\GameUserSettings.ini | ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini |
Stop the process before editing. Change one related setting group, restart, and verify the in-game result. Use the configuration guide for the division between launch flags, GameUserSettings.ini, and Game.ini.
First-boot checklist
- Start vanilla ASE on a new or disposable world.
- Confirm the process stays running and creates
ShooterGame/Saved/. - Join from a client on the same build.
- Set and test the admin password through a controlled account.
- Back up the clean save/config baseline.
- Add Workshop mods, cluster flags, or multipliers one change at a time.
ASE-specific traps
- Using ASA's app
2430930or_WPmap identifiers on an ASE server. - Opening the query port while forgetting the game port.
- Editing files while the server is running and losing the change on shutdown.
- Adding mods before proving that the vanilla server and save work.
- Exposing RCON without a strong password, firewall restriction, and need for remote access.
Next steps
- ASE Workshop mods and ASA mod-delivery differences
- Cluster setup
- Backup and restoration
- Troubleshooting
- ASA setup if you own the remaster
Start ARK: Survival Evolved hosting with Supercraft, or compare ARK: Survival Ascended hosting separately.