[SERVER] Server Name Name of the server | SRV_NAME | My Enshrouded Server | required|string |
[SERVER] Max Players Maximum number of players allowed | MAX_PLAYERS | 16 | required|numeric |
[USER GROUP] ''Admin'' Group Password Password for the Admin user-group.
Players using this password get:
- canAccessInventories: true
- canEditBase: true
- canExtendBase: true
- canKickBan: true.
The passwords for the usergroups can not all be the same/empty/only numerical | SRV_PW | ChangeMe1 | required|string|not_regex:/^\d+$/ |
[USER GROUP] ''Friend'' Group Password Password for the Friend user-group.
Players using this password get:
- canAccessInventories: true
- canEditBase: true
- canExtendBase: true
- canKickBan: false.
The passwords for the usergroups can not all be the same/empty/only numerical | SRV_PW2 | ChangeMe2 | required|string|not_regex:/^\d+$/ |
[USER GROUP] ''Guest'' Group Password Password for the Guest user-group.
Players using this password get:
- canAccessInventories: false
- canEditBase: false
- canExtendBase: false
- canKickBan: false.
The passwords for the usergroups can not all be the same/empty/only numerical | SRV_PW3 | ChangeMe3 | required|string|not_regex:/^\d+$/ |
[USER GROUP] ''Visitor'' Group Password Password for the Visitor user-group.
Players using this password get:
- canAccessInventories: false
- canEditBase: false
- canExtendBase: false
- canKickBan: false
- canEditWorld: false
The passwords for the usergroups can not all be the same/empty/only numerical | SRV_PW4 | ChangeMe4 | required|string|not_regex:/^\d+$/ |
[STEAM] Steam App ID Steam App ID | SRCDS_APPID | 2278520 | required|string|in:2278520 |
[SYSTEM] Windows Install Whether to install the Windows version | WINDOWS_INSTALL | 1 | required|boolean |
[SYSTEM] Auto Update Enable automatic updates on boot | AUTO_UPDATE | 1 | required|boolean |
[SYSTEM] Validate Validate the server files through Steam | VALIDATE | 0 | required|boolean |