How to create a custom admin file for your Empyrion server

  1. Log onto your control panel

  2. Click on Confiugration Files

  3. Open the Text Editor for the adminconfig.yaml file. You will see something like the example below. 
  4. On one of the Id lines, replace the 0's with your SteamID64. You can find this number on the steamid.io website.
  5. You can change the Permission value on the line under the Id, see the example below for infomration on the different permission levels.
    1. Note: You need to have spaces in front of the permission line for it to be valid YAML.
  6. Restart your server, and you will now have elevated permissions.

 

Example Configuration: 

# Admin Configuration

# This file can contain two lists: one with elevated players with special permissions
# and one with banned players.

# 'Id' is a SteamID64 in both lists, lookup possible at https://steamid.io/
# 'Permission' is 3 for 'GameMaster', 6 for 'Moderator' and 9 for 'Admin' - other values are not allowed.
# 'Until' is the time when the ban ends.

Elevated:
- Id: 00000000000000000
  Permission: 9
- Id: 00000000000000000
  Permission: 6
- Id: 00000000000000000
  Permission: 3

 

  • 24 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Articles connexes

Using your own game save in Empyrion

Log into your control panel, or connect your server via FTP. Upload your savegame folder...

How to delete a players data in Empyrion

Log into your control panel. Enter your files manager. Go into the folder located...

How to restore a backup for your Empyrion server

Log onto your control panel Click on the Restore Backup button Select the back up you wish to...

How to backup your Empyrion server save

Log onto your control panel. Stop your server - though this isn’t required, it is recommended...