Linux command
ark-survival-evolved 命令
趣味
复制后可按需替换文件名、目录或参数。
常用示例
Example
[path/to]/ShooterGameServer [TheIsland]
Example
[path/to]/ShooterGameServer [TheIsland]?SessionName=[name]?ServerPassword=[pass]?ServerAdminPassword=[admin_pass]
Example
[path/to]/ShooterGameServer [TheIsland]?Port=[7777]?MaxPlayers=[1..70]
Example
[path/to]/ShooterGameServer [TheIsland]?ServerPVE=true
Example
[path/to]/ShooterGameServer [TheIsland]?DifficultyOffset=[1.0]
Example
[path/to]/ShooterGameServer [TheIsland] -ActiveEvent=[Summer]
Example
[path/to]/ShooterGameServer [TheIsland] -crossplay -PublicIPForEpic=[ip_address]
说明
ShooterGameServer runs a headless dedicated server for ARK: Survival Evolved, a dinosaur-themed survival game. It allows hosting multiplayer servers with configurable maps, gameplay settings, and mod support. Server options use URL-style query parameters (joined with ?) for gameplay settings and command-line flags (prefixed with -) for technical configuration.
参数
- SessionName=_name_
- Set the server's display name in the server browser
- ServerPassword=_password_
- Require a password to join the server
- ServerAdminPassword=_password_
- Set the admin password for RCON and in-game admin commands
- ServerPVE=true
- Enable PvE mode, disabling player versus player combat
- DifficultyOffset=_value_
- Scale difficulty (affects wild creature levels)
- Port=_number_
- Network port for the server
- MaxPlayers=_count_
- Maximum number of players (1-70)
- -ActiveEvent=_event_
- Enable a specific seasonal event
- -automanagedmods
- Enable automatic mod downloading and updating (Steam only)
- -crossplay
- Enable crossplay between Steam and Epic Games
FAQ
What is the ark-survival-evolved command used for?
ShooterGameServer runs a headless dedicated server for ARK: Survival Evolved, a dinosaur-themed survival game. It allows hosting multiplayer servers with configurable maps, gameplay settings, and mod support. Server options use URL-style query parameters (joined with ?) for gameplay settings and command-line flags (prefixed with -) for technical configuration.
How do I run a basic ark-survival-evolved example?
Run `[path/to]/ShooterGameServer [TheIsland]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does SessionName=_name_ do in ark-survival-evolved?
Set the server's display name in the server browser