How To Add an Admin on Your Core Keeper Server

Setting a player as an admin can be an extremely powerful tool used for managing your server. You're able to give as many players admin as you'd like, which is useful for banning unruly players even when you're offline.

Admins can access the Manage Players menu and regenerate a new Game ID should be desired.

Adding an Admin Through Server Files

  1. Log in to your control panel and Stop your server.
  2. Navigate to Files > FTP File Access.
  3. Enter the /.config/unity3d/Pugstorm/Core Keeper/DedicatedServer/ directory.
  4. Click the Edit button next to the Admins.json file.
  5. Find your Steam64ID and the character name you use when connecting to your server.
  6. Add the following information between { "adminList": [ ... ] }
    {
        
    "index": 1,
    "privileges": 1,
    "name": "USERNAME_OF_CHARACTER",
    "steamId": REPLACE_WITH_STEAM64ID
    }


    Note: It's possible to add multiple admins by adding a comma between each field, though we recommend adding additional admins from the in-game menu to prevent any issues.
  7. Save and Restart your server.

Adding an Admin Through the In-Game Menu

Note: Before adding any admins via the in-game menu, it's important to make yourself admin first. Once a player has been set as admin, they'll be able to give admin to any other player.
  1. Ensure you're currently a server admin by following the previous section.
  2. Connect to your Core Keeper server via our guide here.
  3. Enter the pause menu by pressing ESC.
  4. Press the star next to the player you want to be admin.
  5. Click Yes to confirm you'd like to give that player admin permissions.

Now that you've set yourself to be a server admin, it's possible to manage your server by banning players or resetting your Game ID.

If you require any further assistance, please contact our support at: https://shockbyte.com/billing/submitticket.php

Mitchell Smith

Managing Director @ Shockbyte

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How To Ban or Unban a Player on Your Core Keeper Server

Every Core Keeper server comes equipped with a built-in banning system that allows you to prevent...

How to Join Your Core Keeper Server

Log in to your control panel. Copy your Game ID to your clipboard from either of the following...

How to Download your Core Keeper World

If you want to use your Core Keeper world in singleplayer or store a backup locally, you will...

How To Enable Hard Difficulty on Your Core Keeper Server

Warning: You cannot change the difficulty of an existing Core Keeper world. Instead, you will...

How to Upload a World to your Core Keeper Server

If you have a pre-existing world from singleplayer, you can upload it to your Core Keeper server...