For the complete documentation index, see llms.txt. This page is also available as Markdown.

How to setup whitelist

Would you like for your server to only be accessible to certain players? There is a solution built into Minecraft known as whitelisting, this allows for private Minecraft servers basically by putting their name in a list.

โœ… How do I enable the whitelist?

To enable your whitelist you simply write the following line in your server console.

whitelist on

โŒ How do I disable the whitelist?

To disable your whitelist you simply write the following line in your server console.

whitelist off

โž• How do I add players the whitelist?

To add people to your whitelist you simply write the following line in your server console.

whitelist add <name>

โž– How do I remove someone from the whitelist?

To remove players from your whitelist you simply write the following line in your server console.

whitelist remove <name>

โ” How do I know who is whitelisted?

To see what players are on your whitelist you simply write the following line in your server console.

Last updated