You can ban or unban Minecraft players from Console without editing the ban files manually. Player bans block a username, while IP bans block a connection address.
Ban And Unban Players
- Open your Minecraft server in the control panel, then open Console.
- Ban a player with:
ban PlayerName reason
- Ban an IP address with:
ban-ip IPAddress reason
- Unban a player with:
pardon PlayerName
- Unban an IP address with:
pardon-ip IPAddress
You can also review banned-players.json and banned-ips.json in File Manager while the server is stopped.

