# How to Reset Player Data on Your Minecraft Server (/docs/minecraft/reset-player-data)



Resetting player data removes a player's inventory, location, XP, advancements, and statistics. This can fix issues like players stuck in the void or corrupted inventories.

Resetting a Single Player [#resetting-a-single-player]

<div className="fd-steps">
  <div className="fd-step">
    Stop your server [#1-stop-your-server]

    Access the [XGamingServer panel](https://panel.xgamingserver.com) and stop your server.
  </div>

  <div className="fd-step">
    Find the player's UUID [#2-find-the-players-uuid]

    Go to [namemc.com](https://namemc.com/) and search for the player's username to find their UUID (remove dashes).
  </div>

  <div className="fd-step">
    Delete their data file [#3-delete-their-data-file]

    Go to `Files`, navigate to `/world/playerdata/`, and delete the file named `[UUID].dat`.
  </div>

  <div className="fd-step">
    Delete additional data (optional) [#4-delete-additional-data-optional]

    To fully reset the player, also delete their files in:

    * `/world/advancements/[UUID].json` — Advancement progress
    * `/world/stats/[UUID].json` — Statistics
  </div>

  <div className="fd-step">
    Start your server [#5-start-your-server]

    Start the server. The player will spawn as if joining for the first time.
  </div>
</div>

Resetting All Players [#resetting-all-players]

To reset every player on the server:

<div className="fd-steps">
  <div className="fd-step">
    Stop your server [#1-stop-your-server-1]
  </div>

  <div className="fd-step">
    Delete all player data [#2-delete-all-player-data]

    Go to `Files` and delete all files inside:

    * `/world/playerdata/`
    * `/world/advancements/`
    * `/world/stats/`

    > ⚠️ **Warning:** This permanently deletes all player inventories, locations, XP, advancements, and statistics. This cannot be undone without a backup.
  </div>

  <div className="fd-step">
    Start your server [#3-start-your-server]

    > 💡 **Tip:** If you just need to fix a player's position (stuck in void), consider using [NBTExplorer to edit their data](/docs/minecraft/edit-player-data) instead of deleting it entirely.

    See also: [Edit Player Data](/docs/minecraft/edit-player-data) | [Reset World](/docs/minecraft/wipe-world)

    If you need help, join our [Discord](https://discord.xgamingserver.com/).
  </div>
</div>
