> ## Documentation Index
> Fetch the complete documentation index at: https://docs.berrybyte.net/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Enable Whitelist on a Hytale Server

> Learn how to enable a Hytale server whitelist and add/remove players using whitelist commands.

# Enabling Whitelist on a Hytale Server

Enabling whitelist on your Hytale server makes it so **only approved players** can join your Hytale dedicated server.

If you don’t have a server yet, start with [Hytale server hosting](https://berrybyte.net/hytale-server-hosting).

## Turn whitelist on or off

Open your server panel, go to the **Overview** tab, then run these in the server console:

* Turn whitelist on: `whitelist on`
* Turn whitelist off: `whitelist off`

## Add or remove players from whitelist

Replace `playerName` with the real in-game name:

* Add player: `whitelist add <playerName>`
* Remove player: `whitelist remove <playerName>`
