# Whitelist

* Step 1: Enable the Whitelist `/whitelist enable` Run this command in the console or in-game (as admin) to turn the system on. Now, no one can join unless they are on the list.
* Step 2: Add Players `/whitelist add <playername>` *Example:* `/whitelist add PlayerOne` Use this to give specific friends access to the server.
* Step 3: Remove Players (If Needed) `/whitelist remove <playername>` Revokes a player's access immediately.
* Step 4: Check the List `/whitelist list` Shows you exactly who is currently allowed on the server.

#### Pro Tip

* Check Status: If you aren't sure if the server is private or public, type `/whitelist status` to see if the whitelist is currently ON or OFF.
* Clear All: To remove everyone at once (e.g., to reset access), use `/whitelist clear`.

{% hint style="success" %}
**Good to know:** Browse through amazing Hytale builds – hubs, spawns and lobbies, arenas, SkyBlock islands and much more <https://www.breadbuilds.com/hytale-builds>
{% endhint %}


---

# Agent Instructions: 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://wiki.breadbuilds.com/hytale-tutorials/whitelist.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.
