# How to Set Up a Whitelist on Your Hytale Server (/docs/hytale/whitelist-setup)



import { Step, Steps } from 'fumadocs-ui/components/steps';

Toggle Whitelist [#toggle-whitelist]

```
/whitelist on
/whitelist off
```

Manage Players [#manage-players]

```
/whitelist add PlayerName
/whitelist remove PlayerName
/whitelist list
/whitelist status
```

Whitelisted players are stored in `whitelist.json`. OPs can always join regardless of whitelist.

Related Guides [#related-guides]

* [Admin & Permissions](/docs/hytale/admin-setup)
* [Server Configuration](/docs/hytale/server-config)
