What is the Whitelist Generator?
The Whitelist Generator is a tool designed for Hytale server administrators to easily create and manage whitelist.json files. A whitelist restricts server access to only specific players whose usernames are included in the file. This is useful for private servers, testing environments, or servers that want to maintain a controlled player base.
Understanding Hytale Server Whitelists
A whitelist.json file is a JSON configuration file that contains an array of player objects. Each player object includes a unique UUID (Universally Unique Identifier) and their username. When a whitelist is enabled on your server, only players listed in this file will be able to join.
The whitelist.json file uses a standard JSON array format:
[
{
"uuid": "unique-uuid-here",
"name": "PlayerName"
}
]- Private servers for friends or community
- Testing and development environments
- Controlled access for special events
- Maintaining a curated player community
File Location
- Location: Server root directory
- Filename: whitelist.json
- Format: JSON array
How to use the Whitelist Generator
Follow these simple steps to create your whitelist.json file: add players individually or import them in bulk, review the generated JSON preview, and download the file to your server.
Frequently Asked Questions
A whitelist.json file is a configuration file used by Hytale servers to restrict access to only specific players. Only players whose usernames are listed in the whitelist can join the server.
Other server & dev tools
Use these tools together to configure access control, configs, and validation for your Hytale server.
