How to Set Up Admins and Admin Ranks on Your Beasts of Bermuda Server Print

  • 0

Beasts of Bermuda allows you to designate server administrators with different permission levels using the Game.ini file. This guide covers how to assign admin access, configure admin ranks, and apply command permissions using a trusted community tool.


Step 1: Add Admins to Your Server

  1. Log in to your Imperium Hosting Control Panel

  2. Select your Beasts of Bermuda server

  3. Navigate to Configuration Files

  4. Click Text Editor next to Game.ini

Add Admin Entry

Locate or add a line in this format:

ServerAdmins=(UserSteamId64=STEAMID64, AdminRank="DefaultAdmin")
  • Replace STEAMID64 with your personal Steam64 ID

  • Each admin must be on a separate line

  • Add additional entries for each admin you wish to assign

Example with Multiple Admins:

ServerAdmins=(UserSteamId64=76561198000000001, AdminRank="Owner")
ServerAdmins=(UserSteamId64=76561198000000002, AdminRank="Moderator")
ServerAdmins=(UserSteamId64=76561198000000003, AdminRank="TrialMod")

Note: Admin levels work in reverse:

  • 0 is the highest level (e.g., Owner)

  • 999 is the lowest (regular player with no access)


Step 2: Configure Admin Ranks and Permissions

Custom admin ranks control what commands each rank can use. This is best done using a dedicated configuration tool maintained by the community.

Use the Config Tool:

  1. Open: https://cleafspear.github.io/

  2. Go to the Admin Rank Configurator section

  3. Create each rank and assign specific commands

  4. Click Generate Code

  5. Copy the generated block of code

  6. Paste it into your Game.ini file under your admin section

  7. Click Save in the top-left

Example Output Format:

AdminRanks=(AdminRank="Owner", AdminLevel=0, Commands=("Kick","Ban","TP"))
AdminRanks=(AdminRank="Moderator", AdminLevel=10, Commands=("Kick","TP"))
AdminRanks=(AdminRank="TrialMod", AdminLevel=50, Commands=("TP"))

Reminder: Admins with a lower AdminLevel (e.g., 0) have more permissions than those with higher numbers.


Step 3: Restart the Server

After saving your changes:

  1. Go back to the Service Overview

  2. Click Start or Restart to apply the changes

Your admins and ranks will now be active on your server.


Need Assistance?

If you're unsure how to configure your admin hierarchy or run into errors, our team is here to help.
Submit a support ticket: https://www.imperiumhosting.net/submitticket.php


Was this answer helpful?

« Back