company logo

Help center

Go to ChipHead
All collectionsGames LibraryCore KeeperAdding An Admin On Your Core Keeper Server

Adding An Admin On Your Core Keeper Server

Information on how to add an Admin to Your Core Keeper Server

Summary

Setting a player as an admin on your Core Keeper server is an essential part of server management. Admins have powerful permissions that allow them to moderate players, manage settings, and maintain order. You can assign admin status to multiple players, ensuring the server is monitored even when you’re offline. Admins can also access the Manage Players menu and regenerate a new Game ID if needed.

Adding an Admin Through Server Files

You can manually add admins using the Admins.json file located in your server files.

  1. Log in to the ChipHead Panel and stop your server.

  2. Go to your Configuration → Game Config.

  3. Click into <>Raw.

  4. Find your Steam64ID and your in-game character name.

  5. Add the following information between { "adminList": [ ... ] }:

    {
       "index": 1,
       "privileges": 1,
       "name": "USERNAME_OF_CHARACTER",
       "steamId": REPLACE_WITH_STEAM64ID
    }
    warning icon
    Important: You can add multiple admins by separating each entry with a comma. However, to avoid formatting issues, it’s recommended to add additional admins through the in-game menu.
  6. Save your changes.

  7. Restart/Start the server.

Adding an Admin Through the In-Game Menu

You can also grant admin permissions directly in-game once you’ve made yourself an admin.

  1. Make sure you are already set as a server admin (see the steps above if not).

  2. Connect to your Core Keeper server.

  3. Open the pause menu by pressing ESC.

  4. Click the star icon next to the player you want to promote to admin.

  5. Confirm the action by clicking Yes.

success icon
Once assigned, that player will gain admin permissions and can manage the server, including banning players and regenerating the Game ID.

Did this answer your question?
😞
😐
😁