Skip to content

How to Add an Admin to Your Core Keeper Server

You can manage admins via the Admins.json file.

Tip

Here you can find a guide on how to find your SteamID64.

Add admin

  1. Stop the server
    Stop your server via the dashboard.

  2. Connect via SFTP
    Connect to your server via SFTP.

  3. Open Admins.json
    Open the file Admins.json at:

    /.config/unity3d/Pugstorm/CoreKeeper/DedicatedServer/Admins.json
    /.config/unity3d/Pugstorm/CoreKeeper/DedicatedServer/Admins.json
  4. Add admin
    Add a new entry in the adminList array:

    json
    { "index": 1, "privileges": 2, "name": "YourCharacterName", "steamId": 76561198012345678 }
    { "index": 1, "privileges": 2, "name": "YourCharacterName", "steamId": 76561198012345678 }
    FieldDescription
    indexSequential number
    privileges2 = full admin, 1 = limited admin
    nameYour in-game character name
    steamIdYour SteamID64
  5. Start the server
    Save the file and start your server.

Remove admin

To remove an admin, delete the corresponding entry from Admins.json and restart the server.