Barotrauma server administrators have access to a range of server management commands including kicking/banning players, changing server settings, spawning items and a lot more.
# Adding an Administrator
Administrators can be set by adding their name and Steam64ID in the Barotrauma Permission Settings section of your control panel.
- Access your control panel and Stop your server.
- Navigate to Config.
- Click Barotrauma Server Settings.
- Set Validate Files to Disabled.
- Navigate to Files.
- Navigate to
Data
and editclientpermissions.xml
.
- Replace the existing
<ClientPermissions />
line with the following snippet (if it hasn't been changed yet):
<ClientPermissions>
</ClientPermissions>​
- Enter the following between
<ClientPermissions>
and</ClientPermissions>
:
<Client
name="NAME"
steamid="STEAM64ID"
preset="Admin"
>
<command name="givecommandperm" />
</Client>​
- Save and Start your server.