How to Whitelist Your Minecraft Server

Jak włączyć whitelistę na serwerze Minecraft How to Whitelist Your Minecraft Server

Whitelista pozwala tylko danym graczom dołączyć do serwera. Poniżej szybkie komendy i wskazówki, jak ją włączyć, dodać graczy i rozwiązać typowe problemy.

The whitelist lets only approved players join your server. Below are quick commands and tips to enable it, add players, and troubleshoot common issues.

Whitelist na serwerze Minecraft Minecraft server whitelist

Pracujesz nad serwerem, który nie jest jeszcze gotowy i nie chcesz, żeby wchodzili na niego nikt nieproszony? Whitelista pozwala dołączyć tylko zatwierdzonym graczom. Pozostali zobaczą komunikat o braku dostępu.

Uwaga Operatorzy (OP) nie mają automatycznego dostępu do serwera przy włączonej whiteliście — więc ich też musisz dodać do whitelisty.

Włączanie/wyłączanie whitelisty

Użyj z konsoli albo w grze jako OP:

/whitelist on # włącz whitelistę (tylko zatwierdzeni gracze mogą dołączyć)
/whitelist off # wyłącz whitelistę (każdy może dołączyć)
Włącz na stałe przy starcie Możesz też ustawić to w server.properties:
# server.properties
white-list=true
(Komendy działają od razu i nie wymagają restartu.)

Dodawanie/usuwanie graczy

/whitelist add <username> # zezwól temu użytkownikowi (Java) na dołączenie
/whitelist remove <username> # odbierz dostęp
/whitelist list # lista dopuszczonych graczy
/whitelist reload # wczytaj whitelist.json po ręcznych zmianach
  • Nazwy graczy nie są wrażliwe na wielkość liter; serwer zapisuje ich UUID.
  • Jeśli edytowałeś whitelist.json ręcznie, uruchom /whitelist reload.

Szybka lista kroków

  1. Włącz whitelistę: /whitelist on.
  2. Dodaj siebie i zespół: /whitelist add <username>.
  3. Poproś znajomego o test — konto spoza listy nie powinno mieć możliwości wejścia.

Rozwiązywanie problemów

„Jestem OP, ale nie mogę dołączyć.”

  • Bycie OP nie omija whitelisty. Dodaj swój nick: /whitelist add <nick>.

Gracz nadal nie może dołączyć po dodaniu

  • Sprawdź pisownię nicku gracza.
  • Uruchom /whitelist list, aby potwierdzić, że jest na liście.
  • Jeśli edytowałeś pliki bezpośrednio, użyj /whitelist reload.
  • Jeżeli to nie zadziała, wyłącz whitelist /whitelist off, wpuść gracza, dodaj go /whitelist add nick a następnie włącz /whitelist on.

Chcę, aby była zawsze włączona przy starcie

  • Ustaw white-list=true w server.properties i do zmian na żywo używaj komend.

Working on a server that isn’t ready yet and don’t want random players joining? Whitelisting lets only approved players join. Everyone else is denied with a simple message.

Heads up Operators (OPs) are not automatically allowed when the whitelist is on — so add them to the whitelist as well.

Turn whitelist on/off

Use these from the console or in-game as OP:

/whitelist on # enable whitelist (only approved players can join)
/whitelist off # disable whitelist (anyone can join)
Persist on startup You can also set it in server.properties:
# server.properties
white-list=true
(Commands work immediately and don’t require a restart.)

Add/remove players

/whitelist add <username> # allow this user (Java) to join
/whitelist remove <username> # revoke access
/whitelist list # see who is whitelisted
/whitelist reload # reload whitelist.json after manual edits
  • Usernames are case-insensitive; the server stores them by UUID.
  • If you edited whitelist.json by hand, run /whitelist reload.

Quick setup checklist

  1. Enable the whitelist: /whitelist on.
  2. Add yourself and your team: /whitelist add <username>.
  3. Ask a friend to test — a non-whitelisted account should be blocked.

Troubleshooting

“I’m OP but can’t join.”

  • Being OP doesn’t bypass the whitelist. Add your username: /whitelist add <you>.

Player still can’t join after adding

  • Double-check the player’s username spelling.
  • Run /whitelist list to confirm they’re on the list.
  • If you edited files directly, use /whitelist reload.
  • If that still fails, temporarily disable the whitelist (/whitelist off), let the player join, add them (/whitelist add <username>), then enable the whitelist again (/whitelist on).

I want it always enabled on boot

  • Set white-list=true in server.properties and use commands for live changes.