Server Name Name that appears in server browser. | SERVER_NAME | My Server | required|string|max:60 |
Server Password Server password. | PASSWORD | secret | required|string|min:5|max:20 |
World Name Name to load if switching between multiple saved worlds. | WORLD | Dedicated | required|string|max:20 |
Public Server Public visibility of your server. Set it to false to make the server invisible and only joinable via the 'Join IP'-button. | PUBLIC_SERVER | 1 | boolean |
Auto Update | AUTO_UPDATE | 1 | required|boolean |
Enable Crossplay Enable crossplay support | ENABLE_CROSSPLAY | 0 | required|boolean |
Beta Branch | SRCDS_BETAID | none | max:30 |
Beta Password | SRCDS_BETAPASS | none | max:30 |
Backup Interval Change how often the world will save in seconds. Default: 1800 (30 minutes). | BACKUP_INTERVAL | 1800 | required|numeric|min:0 |
Backup Count Sets how many automatic backups will be kept. The first is the 'short' backup length, and the rest are the 'long' backup length. When default values are used means one backup that is 2 hours old, and 3 backups that are 12 hours apart. Default: 4. | BACKUP_COUNT | 4 | required|numeric|min:0 |
Backup Shorttime Sets the interval between the first automatic backups in seconds. Default: 7200 (2 hours). | BACKUP_SHORTTIME | 7200 | required|numeric|min:0 |
Backup Longtime Sets the interval between the subsequent automatic backups in seconds. Default: 43200 (12 hours). | BACKUP_LONGTIME | 43200 | required|numeric|min:0 |
[System] Console Filter Remove unwanted outputs from the console. | CONSOLE_FILTER | /^\(Filename:.*Line:[[:space:]]+[[:digit:]]+\)$/d; /^([[:space:]]+)?$/d | string |
[System] Steam AppID Valheim steam app id for auto updates. | SRCDS_APPID | 896660 | nullable|numeric |
[System] LD Library Path Required to load server libraries. | LD_LIBRARY_PATH | ./linux64 | required|string |
[V+] Github Package | GITHUB_PACKAGE | Grantapher/ValheimPlus | required|string|max:40 |
[V+] Version | VERSION | latest | required|string|max:20 |
[V+] MATCH | MATCH | UnixServer.zip | required|string|max:25 |
[System] Filter | FILTER | /^\(Filename:.*Line:[[:space:]]+[[:digit:]]+\)$/d; /^([[:space:]]+)?$/d | string |
[System] Shutdown Command | STOP | kill -2 $!; wait; | required|string |