
How To Add An Admin To Your The Isle Server
The Isle Administrators have access to a range of commands that will help run your server, ranging from healing players and making server-wide announcements to kicking and banning troublesome players.
Important
You will need to know the player's Steam64ID before making them an Administrator.
#Adding an Administrator
Server Administrators can easily be added or removed using your server's control panel.
-
Access your control panel and Stop your server.
-
Navigate to the Files tab.
-
Locate and Open the Game.ini file.
-
Add
ServerAdmins=to a new line in the file followed by the player's Steam64ID.
If you wish to add more admins, you will need to include a new ServerAdmins= line per server admin.
- Click Save and Start your server.
#Administrator Commands
Once a player has been added to the server's Administrator list they have access to a range of commands. The most commonly used can be found below and entered into the command console.
| Command | Example | Description |
|---|---|---|
/announce <message> | /announce This is a server announcement | Sends a server-wide announcement to all players. |
/weather <condition> | /weather rain | Sets the current weather of the server. Available options: Rain, Sunny, Cloudy or Stormy. |
/time <hour> | /time 1400 | Sets the current time of the server using a 24-hour clock. |
/slay <player> | /slay Shockbyte | Instantly kills the target player. |
/heal <player> | /heal Shockbyte | Heals the target player and fills hunger/thirst. |
/goto <player> | /goto Shockbyte | Teleports the admin to the target player |
/bring <player> | /bring Shockbyte | Teleports the target player to the admin's current location. |
/kick <player name> <reason> | /kick Shockbyte TestBan | Temporarily remove a player from the server. |
/kick <steamid> <reason> | /kick 12345678XXXXXX TestBan | Uses a player's SteamID to temporarily remove them from the server. |
/ban <player name> <hours> <reason> | /ban Shockbyte 24 TestBan | Bans a player from joining the server for a set number of hours. |
/banid <steamid> <hours> <reason> | /banid 12345678XXXXXX 48 TestBan | Uses a player's Steam ID to ban them from joining the server for a set number of hours. |
/unban <steamid> | /unban 12345678XXXXXX | Unbans a player using their Steam ID. |