arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
678 stars 143 forks source link

Environment Variables #1194

Open pzillmann opened 3 years ago

pzillmann commented 3 years ago

How do I set environment variables for the ark server? Just setting them in the arkmanager.cfg doesn't do the trick.

Specifically I want to set those variables: https://steamcommunity.com/discussions/forum/14/2974028351344359625/

STEAM_GAMESERVER_A2S_INFO_REQUIRE_CHALLENGE

Any hint is welcome.

klightspeed commented 3 years ago
export STEAM_GAMESERVER_A2S_INFO_REQUIRE_CHALLENGE=1

Note that arkmanager does not currently support challenges to the A2S_INFO, so arkmanager status will not function properly if this is set.