File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ # ARK: Survival Evolved
2+
3+ > Create and start a headless ARK: Survival Evolved server.
4+ > More information: < https://ark.wiki.gg/wiki/Server_configuration > .
5+
6+ - Start the server with a specific map:
7+
8+ ` {{path/to/ShooterGameServer}} {{TheIsland}} `
9+
10+ - Start the server with a specific session name, server password, and admin password:
11+
12+ ` {{path/to/ShooterGameServer}} {{TheIsland}}?SessionName={{session_name}}?ServerPassword={{server_password}}?ServerAdminPassword={{admin_password}} `
13+
14+ - Start the server with a specific port and set a maximum player count:
15+
16+ ` {{path/to/ShooterGameServer}} {{TheIsland}}?Port={{7777}}?MaxPlayers={{1..70}} `
17+
18+ - Enable PvE and disabling PvP:
19+
20+ ` {{path/to/ShooterGameServer}} {{TheIsland}}?ServerPVE=true `
21+
22+ - Set a multiplier to scale the server difficulty, affecting the maximum level of wild creatures:
23+
24+ ` {{path/to/ShooterGameServer}} {{TheIsland}}?DifficultyOffset={{1.0}} `
25+
26+ - Enable a specific event:
27+
28+ ` {{path/to/ShooterGameServer}} {{TheIsland}} -ActiveEvent={{Summer}} `
29+
30+ - Enable automatic mod downloading, installation, and updating (Steam only):
31+
32+ ` {{path/to/ShooterGameServer}} {{TheIsland}} -automanagedmods `
33+
34+ - Enable crossplay between Steam and Epic Games Store:
35+
36+ ` {{path/to/ShooterGameServer}} {{TheIsland}} -crossplay -PublicIPForEpic={{ip_address}} `
You can’t perform that action at this time.
0 commit comments