Examples (8)
Start the server with a specific map
path/to/ArkAscendedServer TheIsland_WPStart the server with a specific session name, server password, and admin password
path/to/ArkAscendedServer TheIsland_WP?SessionName=session_name?ServerPassword=server_password?ServerAdminPassword=admin_passwordStart the server with a specific port and set a maximum player count
path/to/ArkAscendedServer TheIsland_WP -port=7777 -WinLiveMaxPlayers=1..70Enable PvE and disabling PvP
path/to/ArkAscendedServer TheIsland_WP?ServerPVE=trueSet a multiplier to scale the server difficulty, affecting the maximum level of wild creatures
path/to/ArkAscendedServer TheIsland_WP?DifficultyOffset=1.0Disable creature animation optimization to prevent collision issues
path/to/ArkAscendedServer TheIsland_WP -AlwaysTickDedicatedSkeletalMeshesEnable specific mods by their ID (comma-separated)
path/to/ArkAscendedServer TheIsland_WP -mods=mod_id1,mod_id2,...Allow connections from specific platforms
path/to/ArkAscendedServer TheIsland_WP -ServerPlatform=PC+XSX+PS5made by @shridhargupta | data from tldr-pages