How to set yourself as an Admin Print

  • barotrauma
  • 0

Order a Barotrauma Server today with Ascend Servers

 

Go to your Game Panel

Navigate Configuration Files from your game panel.

 

Barot Config

Then Select  clientpermissions.xml and click the "Text Editor" from the right side.

(don't forget to select Save & Exit)

 

Barotrauma Client permission

 

Follow this format as an example:

<?xml version="1.0" encoding="utf-8"?>
<ClientPermissions>
<Client
name="Example"
steamid="xxxxxxxxxxxxxxx" <<<< (You will use your steamID64 here)
permissions="ConsoleCommands, ServerLog, ManageSettings">
<command
name="heal" />
<command
name="spawn" />
</Client>
</ClientPermissions>


This is how it looks like:

 

<?xml version="1.0" encoding="utf-8"?>
<ClientPermissions>
<Client
name="Your_name"
steamid="12345678987654321"
permissions="ConsoleCommands, ServerLog, ManageSettings">
<command
name="heal" />
<command
name="spawn" />
</Client>
</ClientPermissions>

 

 

If you encounter any issues please click here to reach out to our support team via a ticket for further assistance.


Was this answer helpful?

« Back