2025-12-16 10:20:31 -07:00
|
|
|
# ARK: Survival Ascended
|
|
|
|
|
|
|
|
|
|
> Create and start a headless ARK: Survival Ascended server.
|
|
|
|
|
> More information: <https://ark.wiki.gg/wiki/Server_configuration>.
|
|
|
|
|
|
|
|
|
|
- Start the server with a specific map:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`{{path/to}}/ArkAscendedServer {{TheIsland_WP}}`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Start the server with a specific session name, server password, and admin password:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`{{path/to}}/ArkAscendedServer {{TheIsland_WP}}?SessionName={{session_name}}?ServerPassword={{server_password}}?ServerAdminPassword={{admin_password}}`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Start the server with a specific port and set a maximum player count:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`{{path/to}}/ArkAscendedServer {{TheIsland_WP}} -port={{7777}} -WinLiveMaxPlayers={{1..70}}`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Enable PvE and disabling PvP:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`{{path/to}}/ArkAscendedServer {{TheIsland_WP}}?ServerPVE=true`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Set a multiplier to scale the server difficulty, affecting the maximum level of wild creatures:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`{{path/to}}/ArkAscendedServer {{TheIsland_WP}}?DifficultyOffset={{1.0}}`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Disable creature animation optimization to prevent collision issues:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`{{path/to}}/ArkAscendedServer {{TheIsland_WP}} -AlwaysTickDedicatedSkeletalMeshes`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Enable specific mods by their ID (comma-separated):
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`{{path/to}}/ArkAscendedServer {{TheIsland_WP}} -mods={{mod_id1,mod_id2,...}}`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Allow connections from specific platforms:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`{{path/to}}/ArkAscendedServer {{TheIsland_WP}} -ServerPlatform={{PC+XSX+PS5}}`
|