# Minecraft Fix: Zip End Header Not Found (/docs/minecraft/fix-zip-end-header)



The "Zip END header not found" error means a `.jar` or `.zip` file is corrupted — usually from an incomplete download or transfer.

Fixing the Error [#fixing-the-error]

<div className="fd-steps">
  <div className="fd-step">
    Identify the corrupted file [#1-identify-the-corrupted-file]

    Check `Console` on the [XGamingServer panel](https://panel.xgamingserver.com) for the error message. It will mention which file is corrupted.
  </div>

  <div className="fd-step">
    Delete the corrupted file [#2-delete-the-corrupted-file]

    Go to `Files`, navigate to the file location (`/plugins/` or `/mods/`), and delete the corrupted `.jar`.
  </div>

  <div className="fd-step">
    Re-download from the official source [#3-re-download-from-the-official-source]

    Download a fresh copy from the plugin/mod's official page (SpigotMC, Modrinth, CurseForge).
  </div>

  <div className="fd-step">
    Re-upload and restart [#4-re-upload-and-restart]

    Upload the fresh file via `Files` and restart your server.

    > ⚠️ **Warning:** Never download mods or plugins from unofficial mirror sites. They may be corrupted, outdated, or contain malware.

    > 💡 **Tip:** For large files, use [SFTP](/docs/minecraft/configure-sftp) instead of the web uploader to avoid timeout-related corruption.

    See also: [Installing Plugins](/docs/minecraft/plugin-setup) | [Installing Mods](/docs/minecraft/mod-setup)

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