> For the complete documentation index, see [llms.txt](https://lodestone-technologies.gitbook.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lodestone-technologies.gitbook.io/knowledgebase/add-a-player-to-the-allowlist.md).

# Add a player to the allowlist

Allowlisting is a feature that allows you to limit the players who can access your server, increasing its security. When enabled, only allowlisted players can join your server.

{% hint style="info" %}
This guide only works on Bedrock Edition. We have a [separate guide](/knowledgebase/minecraft-java/add-a-player-to-the-whitelist.md) for Java Edition.
{% endhint %}

{% hint style="info" %}
Allowlisting was previously known as whitelisting prior to the Bedrock 1.19 update.
{% endhint %}

## Enabling the allowlist

Head over to the [Game Panel](https://game.lodestone.host) and select "File Manager" on the sidebar menu.

Click on the `server.properties` file to edit it.&#x20;

<figure><img src="/files/HZZdtYIORnz1e7ScFueP" alt=""><figcaption></figcaption></figure>

Change the `allow-list` value to `true`.

<figure><img src="/files/u32GN633IS9oCQ8cQAGr" alt=""><figcaption></figcaption></figure>

Once done, click "Save File" and restart your server to update the configuration.

## Adding and removing players

Head over to the [Game Panel](https://game.lodestone.host) and select "Console" on the sidebar menu.

<figure><img src="/files/x0D2oV4Pq2M9nLIMvZE9" alt=""><figcaption></figcaption></figure>

Make sure your server is online. You can now type "allowlist add \<username>" in the console. Make sure you replace "username" with the username of the player you wish to allowlist.

<figure><img src="/files/gAU7X89xsbLblIHquojt" alt=""><figcaption></figcaption></figure>

You can use "allowlist remove \<username>" to remove the player from the allowlist.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lodestone-technologies.gitbook.io/knowledgebase/add-a-player-to-the-allowlist.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
