# Minecraft Fix: Mismatched Mod Channel List (/docs/minecraft/fix-mismatched-mod-channel)



The "Mismatched mod channel list" error appears when your Minecraft client has different mods or mod versions than the server.

Fixing the Error [#fixing-the-error]

<div className="fd-steps">
  <div className="fd-step">
    Compare mod lists [#1-compare-mod-lists]

    Check which mods and versions are on the server (go to `Files` → `/mods/` on the [XGamingServer panel](https://panel.xgamingserver.com)) and compare with your client's mods folder.
  </div>

  <div className="fd-step">
    Match the mods [#2-match-the-mods]

    Ensure both client and server have the **exact same mods and versions**. Pay attention to:

    * Missing mods on either side
    * Different versions of the same mod
    * Client-only vs server-only mods
  </div>

  <div className="fd-step">
    Identify client-only and server-only mods [#3-identify-client-only-and-server-only-mods]

    Some mods only run on one side:

    * **Client-only:** Shader mods, minimap mods, UI mods (NOT on server)
    * **Server-only:** Permission plugins, economy mods (NOT on client)
    * **Both required:** Content mods that add blocks, items, or dimensions

    > 💡 **Tip:** The error message usually lists which mods are mismatched. Read it carefully — it tells you exactly what's different.

    > 📝 **Note:** When updating a modpack, update both the server AND all players' clients simultaneously to avoid this error.

    See also: [Installing Mods](/docs/minecraft/mod-setup) | [Update Modpacks](/docs/minecraft/update-modpacks)

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