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
Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Open Admins.json
Open the fileAdmins.jsonat:/.config/unity3d/Pugstorm/CoreKeeper/DedicatedServer/Admins.json/.config/unity3d/Pugstorm/CoreKeeper/DedicatedServer/Admins.jsonAdd admin
Add a new entry in theadminListarray:json{ "index": 1, "privileges": 2, "name": "YourCharacterName", "steamId": 76561198012345678 }{ "index": 1, "privileges": 2, "name": "YourCharacterName", "steamId": 76561198012345678 }Field Description indexSequential number privileges2= full admin,1= limited adminnameYour in-game character name steamIdYour SteamID64 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.