ARK: Survival Ascended Server Configuration
Configure your server through the Startup tab and configuration files.Startup Tab Settings
Most basic settings are configured in the Startup tab:| Setting | Variable | Description |
|---|---|---|
| Server Map | SERVER_MAP | Map to load (e.g., TheIsland_WP) |
| Server Name | SESSION_NAME | Name in server browser |
| Max Players | MAX_PLAYERS | Maximum players (1-200) |
| Server Password | SERVER_PASSWORD | Password to join |
| Admin Password | ARK_ADMIN_PASSWORD | Admin/RCON password |
| Server PvE | SERVER_PVE | 1 = PvE, 0 = PvP |
| BattlEye | BATTLE_EYE | 1 = enabled, 0 = disabled |
| Auto Update | AUTO_UPDATE | Auto-update on restart |
Additional Arguments
Two fields allow advanced configuration: ARGS_PARAMS - Query string parameters (must connect with?):
-):
Configuration Files
Advanced settings are configured in INI files located at:GameUserSettings.ini
The main configuration file for server settings.Common Settings
Rate Multipliers
Configure experience, harvesting, and taming rates:| Setting | Description | Default |
|---|---|---|
XPMultiplier | Experience gain rate | 1.0 |
TamingSpeedMultiplier | Taming speed | 1.0 |
HarvestAmountMultiplier | Resource harvesting | 1.0 |
HarvestHealthMultiplier | Resource node health | 1.0 |
ResourcesRespawnPeriodMultiplier | Resource respawn time | 1.0 |
DayCycleSpeedScale | Day/night cycle speed | 1.0 |
NightTimeSpeedScale | Night duration | 1.0 |
Example Boosted Rates
Player Settings
Dino Settings
Structure Settings
Game.ini
Located in the same folder, used for advanced gameplay modifications:PvP vs PvE Settings
For PvE Servers
Set in Startup tab:SERVER_PVE=1
For PvP Servers
Set in Startup tab:SERVER_PVE=0
RCON Configuration
RCON is enabled by default. Configure in Startup tab:- RCON Port: 37015 (default)
- Admin Password: Used for RCON authentication
Using RCON
Connect with any RCON client using:- Host: Your server IP
- Port: 37015 (or your RCON port)
- Password: Your admin password
Common RCON Commands
| Command | Description |
|---|---|
SaveWorld | Force world save |
DoExit | Shutdown server |
Broadcast <message> | Message all players |
ListPlayers | List connected players |
KickPlayer <SteamID> | Kick a player |
BanPlayer <SteamID> | Ban a player |
UnbanPlayer <SteamID> | Unban a player |
