Make yourself an admin on Unturned
How To Make Yourself An Admin
Log into your ServerBlend game panel, located here.
Click on Config Files icon.
Click Configuration Editor on the commands.dat file
In the section Server Owner box put your Steam64 ID. You can find your Steam64ID here.
Enable Cheats
Save the file and start the server.
How To Make Yourself An Admin With RocketMod
Stop the server.
Ensure you have RocketMod Installed from the mod manager.
Click on 'Config Files` icon, shown in the steps above.
Click Text Editor on the Permissions.config.xml
Add your Steam64ID to the <Member>7656119xxxxxx</Member> replacing the contents with your ID
You can add new groups or edit existing ones to this file depending on your requirements. You can add a section like the one below for admin. Add/Remove permissions depending on your needs.
To add a new group it must be added before the last </Group> tag and before the </Groups>
<Group>
<Id>Administrator</Id>
<DisplayName>Admin</DisplayName>
<Members>
<Member>765xxxxxxxxxx</Member>
</Members>
<Commands>
<Command>p</Command>
<Command>p.reload</Command>
<Command>tp</Command>
<Command>tphere</Command>
<Command>i</Command>
<Command>test</Command>
<Command>save</Command>
<Command>Admin</Command>
<Command>Admins</Command>
<Command>Ban</Command>
<Command>Bans</Command>
<Command>Chatrate</Command>
<Command>Clear</Command>
<Command>Cycle</Command>
<Command>Day</Command>
<Command>Debug</Command>
<Command>Experience</Command>
<Command>Give</Command>
<Command>Kick</Command>
<Command>Night</Command>
<Command>Permit</Command>
<Command>Permits</Command>
<Command>Players</Command>
<Command>Say</Command>
<Command>Slay</Command>
<Command>Teleport</Command>
<Command>Time</Command>
<Command>Timeout</Command>
<Command>Unadmin</Command>
<Command>Unban</Command>
<Command>Unpermit</Command>
<Command>Vehicle</Command>
<Command>Welcome</Command>
<Command>color.red</Command>
</Commands>
<ParentGroups />
</Group>
Updated on: 29/10/2020
Thank you!