Skip to main content

Control Server Access & Restrict Who Can Join


Keep your server private — This guide shows you how to enable a whitelist on your Hytale server, add or remove players, and maintain complete control over who can join.
Reading TimeDifficultyLast Updated
5 minutesBeginnerJanuary 2026

Quick Navigation

SectionWhat You’ll Learn
What is a WhitelistOverview and benefits
Enable WhitelistTurn on access control
Manage PlayersAdd and remove players
Command ReferenceAll whitelist commands

What is a Whitelist?

A whitelist restricts server access to only approved players. When enabled:
Access LevelCan Join?
Players on the whitelistYes
Server admins/operatorsYes
Everyone elseNo

When to Use a Whitelist

Use CaseDescription
Private ServerLimit access to friends and family only
Community ServerPre-approve members before they can join
Event ServerRestrict access during special events
DevelopmentKeep testing servers closed to the public

Enable the Whitelist

Whitelisting can be toggled using commands — no server restart required.

Via Control Panel Console

StepAction
1Log in to your Game Server Control Panel
2Navigate to the Console tab
3Enter the command: whitelist on

Via In-Game (Admin Required)

If you have admin or operator permissions, run the command directly in chat:
whitelist on
[!IMPORTANT] Once enabled, only players on the whitelist and admins will be able to join. All other connection attempts will be rejected.

Disable the Whitelist

To make your server public again:
whitelist off
This immediately allows all players to join without restriction.

Manage Whitelist Players

After enabling the whitelist, you can add or remove players at any time.

Add a Player

whitelist add <playername>
Example:
whitelist add Steve

Remove a Player

whitelist remove <playername>
Example:
whitelist remove Steve
Changes apply immediately. Players gain or lose access as soon as the command is executed.

First Month Discount

Use code KB20 at checkout to get 20% off your first month of hosting!

Command Reference

CommandDescription
whitelist onEnable the whitelist
whitelist offDisable the whitelist
whitelist add <player>Grant a player access
whitelist remove <player>Revoke a player’s access

Whitelist File Location

The whitelist is stored in a JSON file on your server:
FileLocation
whitelist.jsonServer root directory

Manual Editing (Advanced)

You can also edit whitelist.json directly via FTP or the file manager:
[
  {
    "name": "PlayerOne"
  },
  {
    "name": "PlayerTwo"
  }
]
[!CAUTION] If editing the file manually, stop the server first to prevent conflicts. Restart the server after saving changes.

Troubleshooting

Player Cannot Join Despite Being Whitelisted

IssueSolution
Name misspelledCheck exact spelling in add command
Whitelist not enabledRun whitelist on
Player not on listRun whitelist add <name> again

Admin Locked Out

Admins and operators can always join, even if not explicitly on the whitelist. If you’re locked out:
  1. Access the server console via control panel
  2. Run whitelist off or add yourself with whitelist add <yourname>

Additional Resources

ResourceLink
Official Hytale Websitehytale.com
Hytale Support Portalsupport.hytale.com

Support Channels

If you need assistance or have any questions, please contact our support team:

First Month Discount

Use code KB20 at checkout to get 20% off your first month of hosting!

Last Updated: January 2026 | Need Help? Contact our 24/7 support team!