---
title: How To Ban and Unban Players from your Core Keeper Server
description: Learn how to Ban and Unban players from your Core Keeper server.
source: "https://nodecraft.com/support/games/core-keeper/how-to-ban-unban-players-from-your-server"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMjAwMHg1NTAvYmY3NTU1OWE3Ny9jb3JlLWtlZXBlci1iYW5uZXIyLmpwZy9tLyJ9LHsibmFtZSI6ImdhbWVfbG9nbyIsImltYWdlX3VybCI6Imh0dHBzOi8vY21zLWEubm9kZWNyYWZ0LmNvbS9mLzEzMzkzMi84MzZ4MjYwLzc2OGEyMjU4MjIvY29yZS1rZWVwZXItbG9nby5wbmcvbS8ifSx7Im5hbWUiOiJjdGFfdGV4dCIsInRleHQiOiJDcmVhdGUgeW91ciBvd24gc2VydmVyISJ9LHsibmFtZSI6InRleHQiLCJ0ZXh0IjoiSG93IFRvIEJhbiBhbmQgVW5iYW4gUGxheWVycyBmcm9tIHlvdXIgQ29yZSBLZWVwZXIgU2VydmVyIn1d&s=9b119e1ea11f5239b39a8dd46d31e09eeae4c24ec364d24c14f0c124bfc73997"
published: "2024-10-11T19:15:36.762Z"
updated: "2024-08-28T21:33:00.000Z"
---

# How To Ban and Unban Players from your Core Keeper Server

Learn how to Ban and Unban players from your Core Keeper server.

Managing a Core Keeper server means maintaining a fun environment for all players. Sometimes, banning disruptive users or unbanning mistakenly banned players is necessary to ensure smooth gameplay. This guide will walk you through the steps to ban and unban players using in-game options or through your Core Keeper server settings.

## Ensure You Are an Admin

Before you can ban or unban any user, you need to ensure that you have administrator privileges. This is done by confirming that your Steam ID is included in the Admins.json file of your dedicated server. Check out our [How to Add Admins](https://nodecraft.com/support/games/core-keeper/how-to-add-admins) article for more details.

## Banning Players

If you have **admin** privileges, follow these steps to **ban** a player:

1. Log in to the **server** where you are an admin.
2. Press `Esc` to open the in-game menu.
3. Find the player you wish to ban within the player list.

![A view of the Connected Players for a Core Keeper server, with the banning button highlighted](https://cms-a.nodecraft.com/f/133932/472x232/458d0bae47/connected-players.png/m/)4. Click the **red cancel symbol** next to the player's name.

![The banning player confirmation box for Core Keeper](https://cms-a.nodecraft.com/f/133932/938x265/c76329235a/ban-confirm.png/m/)5. A confirmation box will appear to finalize the ban.

The player will now be banned from your server!

## Unbanning Players

To unban a player, follow these steps:

1. Press `Esc` in-game to open the main menu.

![The Pause Menu for Core Keeper with Manage Players highlighted](https://cms-a.nodecraft.com/f/133932/704x459/1959ea0402/menu-manage-players.png/m/)2. Select **Manage Players** from the available options.

![The Manage Players view for Core Keeper, with the Unban button highlighted](https://cms-a.nodecraft.com/f/133932/1370x907/0d299cb7f6/manage-players.png/m/1000x0/smart)3. Go to the **Banned Players** section and find the user you want to unban.

4. Click the red cancel symbol next to their name.

![The Unban confirmation box for Core Keeper](https://cms-a.nodecraft.com/f/133932/1002x264/d1dbb0244f/unban-confirm.png/m/1000x0/smart)5. Confirm the unban when prompted.

The player will now be unbanned from your Core Keeper server!

## Manually Ban/Unban a Player via the Configuration File

**Note: **We recommend to fully stop your Core Keeper server before making any edits or file changes.

For a more hands-on approach, you can also manage bans and unbans via your game server's config files:

1. Log into the Nodecraft Pro Panel for your Core Keeper game server.
2. Click on **Server Files** located on the left-hand side.
3. Navigate to the `PlayerBans.json` file, which can be found in the DedicatedServer folder.
4. Select the `PlayerBans.json`  file and click **Edit**.

![The PlayerBans.json file location in Nodecraft Pro for Core Keeper, selecting the file to edit](https://cms-a.nodecraft.com/f/133932/1913x659/db858c2f31/edit-playerbansjson.png/m/1000x0/smart)**Note: **The PlayerBans.json file formats banned players by their SteamID, not character name.

![The PlayerBans.json file contents](https://cms-a.nodecraft.com/f/133932/1914x660/044168b7bf/playerbansjson.png/m/1000x0/smart)

```language-json
{
    "banList": [
        {
            "index": 1,
            "name": "CharacterName",
            "steamId": STEAM64ID,
            "crossPlatformId": 0,
            "stringId": ""
        }
    ]
}
```

5. Save your changes and restart your game server.

Now that you’re equipped with the power to ban and unban like a true server master, your Core Keeper server is in good hands! If rowdy player needs a timeout or someone’s ready for a second chance, you're equipped with the tools to handle it. Keep your server thriving, and remember, with great admin power comes great responsibility!
