Set up a whitelist
Restrict your Victus Minecraft server to approved players — enable the whitelist from the console and add players by name.
A whitelist (allowlist) locks your server so only players you approve can join. It is the simplest way to keep a private or friends-only server safe from random joins and griefers. You control it with console commands or by editing server.properties.
Enable and manage from the console
- 1Open the Console tab (server must be running).
- 2Turn it on: type
whitelist on. - 3Add a player:
whitelist add <username>. - 4Remove a player:
whitelist remove <username>. - 5List approved players:
whitelist list. Apply changes withwhitelist reload.
Or set it in server.properties
- 1Open the Files tab and edit
server.properties. - 2Set
white-list=true(and optionallyenforce-whitelist=trueto kick non-listed players already online). - 3Save and Restart.
Names vs. UUIDs
On online-mode servers the whitelist stores each player by their Mojang UUID, so a friend who changes their username stays whitelisted. Add players while the server is running so it can look up their account correctly.
Whitelist is not a ban list
The whitelist controls who may join; it does not remove ops or ban rule-breakers. Use ban <player> for bans and manage admins separately — see "Make yourself op/admin".