arkstChannel="master" # change it to a different branch to get non-stable versions install_bindir="/usr/local/bin" install_libexecdir="/usr/local/libexec/arkmanager" install_datadir="/usr/local/share/arkmanager" # config SteamCMD steamcmdroot="/home/ark/steamcmd" # path of your steamcmd instance steamcmdexec="steamcmd.sh" # name of steamcmd executable steamcmd_user="ark" # name of the system user who own steamcmd folder steamcmd_appinfocache="/home/ark/Steam/appcache/appinfo.vdf" # cache of the appinfo command steamcmd_workshoplog="/home/ark/Steam/logs/workshop_log.txt" # Steam workshop log steamlogin="anonymous" # Uncomment this to specify steam login instead of using anonymous login # config environment arkserverexec="ShooterGame/Binaries/Linux/ShooterGameServer" # name of ARK server executable arkbackupdir="/srv/arkbackup" # path to backup directory arkwarnminutes="30" # number of minutes to warn players when using update --warn #arkautorestartfile="ShooterGame/Saved/.autorestart" # path to autorestart file arkAutoUpdateOnStart="false" # set this to true if you want to always update before startup arkBackupPreUpdate="false" # set this to true if you want to perform a backup before updating #arkStagingDir="/home/aberration/ARK-Staging" # Uncomment to enable updates to be fully downloaded before restarting the server (reduces downtime while updating) # Options to automatically remove old backups to keep backup size in check # Each compressed backup is generally about 1-2MB in size. #arkMaxBackupSizeMB="500" # Set to automatically remove old backups when size exceeds this limit arkMaxBackupSizeGB="2" # Uncomment this and comment the above to specify the limit in whole GB # Update warning messages # Modify as desired, putting the %d replacement operator where the number belongs msgWarnUpdateMinutes="This ARK server will shutdown for an update in %d minutes" msgWarnUpdateSeconds="This ARK server will shutdown for an update in %d seconds" msgWarnRestartMinutes="This ARK server will shutdown for a restart in %d minutes" msgWarnRestartSeconds="This ARK server will shutdown for a restart in %d seconds" msgWarnShutdownMinutes="This ARK server will shutdown in %d minutes" msgWarnShutdownSeconds="This ARK server will shutdown in %d seconds" msgWarnCancelled="Restart cancelled by player request" # Notifications discordWebhookURL="https://discordapp.com/api/webhooks/623506107553284116/OBxmfoGbSfVk9cPHPy3kW6TuFelm-ixgLevlbbhsYOs81lKo0bK458ro4WcAR6u8XIXO" notifyMsgShuttingDown="Server fährt runter" notifyMsgStarting="Server startet" notifyMsgServerUp="Server is up" notifyMsgStoppedListening="Server has stopped listening - restarting" notifyMsgServerTerminated="Server exited - restarting" notifyTemplate="Message from instance {instance} on server {server}: {msg}" noNotifyWarning=true # Restart cancel chat command #chatCommandRestartCancel="/cancelupdate" # ARK server common options - use ark_= # comment out these values if you want to define them # inside your GameUserSettings.ini file #serverMap="Aberration_P" # server map (default TheIsland) #serverMapModId="469987622" # Uncomment this to specify the Map Mod Id ( in http://steamcommunity.com/sharedfiles/filedetails/?id=) #ark_TotalConversionMod="496735411" # Uncomment this to specify a total-conversion mod ark_RCONEnabled="True" # Enable RCON Protocol ark_ServerPassword="" # ARK server password, empty: no password required to login ark_ServerAdminPassword="" # ARK server admin password, KEEP IT SAFE! ark_MaxPlayers="20" ark_GameModIds="1534108504,731604991,812655342,849985437,1251586701,1327835335,715894094,908875972,924933745,889745138,1257776483,1461193123,845781509,864890773,885304175,821530042,1285430218,736236773,793605978,1814953878,1262248217,1591643730" # Uncomment to specify additional mods by Mod Id separated by commas #ark_AltSaveDirectoryName="SotF" # Uncomment to specify a different save directory name # ARK server flags - use arkflag_=true #arkflag_OnlyAdminRejoinAsSpectator=true # Uncomment to only allow admins to rejoin as spectator #arkflag_DisableDeathSpectator=true # Uncomment to disable players from becoming spectators when they die # ARK server options - i.e. for -optname=val, use arkopt_optname=val #arkopt_StructureDestructionTag=DestroySwampSnowStructures # config Service logdir="/var/log/arktools" # Logs path (default /var/log/arktools) # steamdb specific appid=376030 # Linux server App ID mod_appid=346110 # App ID for mods # Mod OS Selection mod_branch=Windows # Add mod-specific OS selection below: #mod_branch_496735411=Windows # alternate configs # example for config name "ark1": #configfile_ark1="/path/to/config/file" #configfile_ragnar="/etc/arkmanager/instances/ragnar.cfg" configfile_aber="/etc/arkmanager/instances/aber.cfg" configfile_island="/etc/arkmanager/instances/island.cfg" #configfile_scorched="/etc/arkmanager/instances/scorched.cfg" configfile_ext="/etc/arkmanager/instances/ext.cfg" configfile_valg="/etc/arkmanager/instances/valg.cfg" #defaultinstance="main"