---
title: How to Add Admins to your Server
description: Learn how to add Admins to your Core Keeper dedicated server.
source: "https://nodecraft.com/support/games/core-keeper/how-to-add-admins"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMjAwMHg1NTAvYmY3NTU1OWE3Ny9jb3JlLWtlZXBlci1iYW5uZXIyLmpwZy9tLyJ9LHsibmFtZSI6ImdhbWVfbG9nbyIsImltYWdlX3VybCI6Imh0dHBzOi8vY21zLWEubm9kZWNyYWZ0LmNvbS9mLzEzMzkzMi84MzZ4MjYwLzc2OGEyMjU4MjIvY29yZS1rZWVwZXItbG9nby5wbmcvbS8ifSx7Im5hbWUiOiJjdGFfdGV4dCIsInRleHQiOiJDcmVhdGUgeW91ciBvd24gc2VydmVyISJ9LHsibmFtZSI6InRleHQiLCJ0ZXh0IjoiSG93IHRvIEFkZCBBZG1pbnMgdG8geW91ciBTZXJ2ZXIifV0&s=34704648e5c56ed9a269f4bf48652173b53c24d03d8d2532a93d5dbb82bb59e5"
updated: "2024-08-28T21:35:00.000Z"
---

# How to Add Admins to your Server

Learn how to add Admins to your Core Keeper dedicated server.

To add admins to your Core Keeper dedicated server, you will need to modify the proper config file to include the SteamID of the players you want to grant administrator privileges. Here’s a step-by-step guide to achieve this:

## Locate the Configuration File

The file you’ll want to locate is called `Admins.json`. This file is situated where the server’s `DataPath` is set to. At Nodecraft, you can find this file in the Server Files tab, within the `/Dedicated Server` folder.

## ![A view of the DataPath folder for a Core Keeper server within Nodecraft Pro](https://cms-a.nodecraft.com/f/133932/1919x786/7dfd90a66f/datapath-folder.png/m/)Edit the Admins.json File

Select the Admins.json file and click the Edit button.

![Editing the Admins.json file for Core Keeper in Nodecraft Pro](https://cms-a.nodecraft.com/f/133932/1919x786/1711ca7138/edit-adminsjson.png/m/1000x0/smart)

You will need to add the [Steam64IDs](https://steamid.net) of admins here. When you open the file, you will see a structure like this:

![A default view of the Admins.json file for Core Keeper](https://cms-a.nodecraft.com/f/133932/1919x784/dc12728ac6/adminjson.png/m/1000x0/smart)

Copy/Paste the following code and place it between the square brackets.

```
{
"index": 1,
"privileges": 1,
"name": "CharacterName",
"steamId": STEAM64ID
}
```

Replace `CharacterName` and `STEAM64ID` with each player’s character name and their corresponding [Steam64ID](https://steamid.net). It should look like the following:

![Adding one admin to the Admins.json file for Core Keeper](https://cms-a.nodecraft.com/f/133932/1919x783/fb41d10ca2/1-admin.png/m/1000x0/smart)

If you have more than one player you wish to grant admin privileges to, you’ll want to separate each section with a comma, like so:

![Two admins added to the Admins.json file for Core Keeper](https://cms-a.nodecraft.com/f/133932/1919x784/3d2d39d80e/2-admins.png/m/1000x0/smart)

## Save Your Edits and Restart

After making your edits, make sure to click the Save Changes button.

For the changes to take effect, you will need to restart your Core Keeper server.

Once the server is running again, admins can grant admin access in-game via the Pause menu.
