When a player is banned, Minecraft stores information about that ban in the server’s ban list. The server checks this list whenever someone attempts to connect. If the player’s username or IP address appears on the list, access is denied.
Unbanning removes that restriction and allows the player to join again. The process is simple, but it is important to use the correct command and verify the exact username or IP address before making changes
Let’s learn the procedure in detail!
How to Unban Someone on Minecraft
![How to Unban Someone on Minecraft [On Your Own]](https://cdn-0.tech-tips-now.com/wp-content/uploads/2026/07/How-to-Unban-Someone-on-Minecraft-On-Your-Own-1024x576.jpg)
To unban someone on Minecraft, log in as a server operator or administrator and use the command /pardon PlayerName. If the player was banned by IP address, use /pardon-ip IPAddress instead. Once the command is executed successfully, the player can reconnect to the server immediately without requiring a server restart.
Step 1: Verify Your Administrative Permissions
Before you can unban anyone, you must have the proper server permissions.
If you are the server owner, you already have access to administrative commands. If someone else owns the server, you must have Operator (OP) status or administrator privileges.
Without the correct permissions, Minecraft will not allow you to execute unban commands. Beginners should confirm their access before continuing. If you are using a hosting provider, you can also use the server console through the hosting dashboard, which typically provides full administrative control.
Step 2: Check the Current Ban List
Before removing a ban, verify that the player is actually listed as banned.
Open the Minecraft chat window or server console and enter:
/banlist
This command displays the usernames currently banned from the server.
If you think the player may have been banned by IP address, use:
/banlist ips
Checking the ban list helps prevent mistakes and ensures you use the correct username or IP address when removing the ban.
Step 3: Unban the Player Using the Pardon Command
After confirming the player’s username, enter the following command:
/pardon PlayerName
Replace PlayerName with the exact Minecraft username.
For example:
/pardon Steve
If the command is successful, Minecraft will confirm that the player has been removed from the ban list.
When using the server console, you can usually enter the command without the forward slash.
Once completed, the player should be able to reconnect immediately.
Step 4: Remove an IP Ban If One Exists
Sometimes, a player is banned through their IP address rather than their username.
If that is the case, use:
/pardon-ip IPAddress
Replace IPAddress with the actual IP address that was banned.
For example:
/pardon-ip 192.168.1.100
This command removes the IP restriction and allows connections from that address again.
If a player still cannot join after a username unban, checking for an IP ban should be your next step.
Step 5: Ask the Player to Rejoin the Server
After removing the ban, ask the player to reconnect.
Most Minecraft servers apply the change immediately, so a restart is generally not required.
If the player successfully joins, the unban process is complete.
Their previous progress, inventory, and builds should remain unchanged because unbanning only restores server access.
Step 6: Troubleshoot Any Remaining Connection Issues
If the player still cannot connect, review the situation carefully.
First, verify that the username was entered correctly.
Second, confirm that there is no active IP ban.
Third, check whether your server uses a whitelist. A player may be unbanned but still blocked if they are not on the whitelist.
You can add them back using:
/whitelist add PlayerName
Also, remember that some servers use moderation plugins that maintain separate ban systems. In such cases, you may need to remove the ban through the plugin’s management tools.
Step 7: Remove the Ban Through Server Files
Advanced users can manually remove bans from server files.
Minecraft typically stores banned users in files such as banned-players.json and banned-ips.json.
Stop the server before editing these files.
Open the appropriate file using a text editor, locate the player’s entry, remove it, save the file, and then restart the server.
While effective, this method is usually unnecessary for beginners because the built-in commands are much easier to use.
Minecraft Java Edition vs Bedrock Edition
The unban process differs slightly depending on the edition you use.
In Minecraft Java Edition, administrators commonly use the /pardon and /pardon-ip commands.
In Minecraft Bedrock Edition, server management can vary depending on the platform, server software, or Realm settings. Realm owners may need to manage player permissions through the Realm interface rather than traditional server commands.
If you are unsure which version you are running, check your server settings or hosting dashboard.
Don’t make these Mistakes When Unbanning Players!
One common mistake is entering the wrong username. Always verify the exact spelling before running commands.
Another mistake is removing only the username ban while leaving an IP ban active.
Some administrators also confuse kicking and banning. A kicked player does not need to be unbanned because a kick only removes them from the server temporarily.
Finally, if your server uses plugins, remember that those plugins may maintain separate ban records that must be removed independently.
FAQs
What is the command to unban someone in Minecraft?
Use:
/pardon PlayerName
Replace PlayerName with the player’s Minecraft username.
How do I remove an IP ban in Minecraft?
Use:
/pardon-ip IPAddress
Replace IPAddress with the banned IP address.
Do I need to restart the server after unbanning someone?
No. In most cases, the player can reconnect immediately after the unban command is executed.
Can I unban someone without operator permissions?
No. You must have administrator access, operator status, or access to the server console.
Does unbanning restore a player’s inventory?
Yes. Unbanning only removes the restriction preventing them from joining the server. Their progress and inventory are usually unaffected.
Why is the player still unable to join after being unbanned?
Possible causes include an active IP ban, whitelist restrictions, incorrect username spelling, or a third-party moderation plugin.