HytaleIO

Manage player access with our server & developer tools for server administration.

Whitelist Generator

Create a whitelist.json file for your server by adding player usernames. You can add players one at a time or import a bulk list. The tool will generate a properly formatted JSON file ready to use.

Whitelisted Players
0 players

No players added yet

Click "Add Player" to get started

whitelist.json Preview
[]

Place this file in your server root directory and name it whitelist.json. The server will automatically apply the whitelist on startup.

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.

File Format

The whitelist.json file uses a standard JSON array format:

[
  {
    "uuid": "unique-uuid-here",
    "name": "PlayerName"
  }
]
Use Cases
  • 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.

Step 1: Add Players
Click "Add Player" to add players one at a time, or use "Bulk Import" to add multiple players at once by entering one username per line.
Step 2: Review Preview
Check the JSON preview on the right side to ensure all players are correctly formatted. Each player will have a unique UUID automatically generated.
Step 3: Download & Deploy
Click "Download JSON" to save the whitelist.json file, then place it in your server root directory. Restart your server to apply the whitelist.
?

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.

Whitelist Generator | Create Hytale Server Whitelist JSON | HytaleIO