FullStack Watchdog Mod is a server-sided utility mod that expands Watchdog crash reports with full thread stack traces for Minecraft Fabric, Forge, and NeoForge.
If you have ever stared at a shortened Watchdog crash report and still had no idea which mixin or background thread locked your server, this mod targets exactly that pain point. With more than 2 million Modrinth downloads, it has clearly become a trusted troubleshooting tool for server owners who want a fuller picture before they start removing mods one by one.
Key Features of FullStack Watchdog Mod
- Full thread stack traces — Watchdog crash logs show the full stacktrace of all threads instead of a truncated snapshot. That extra context can make it much easier to identify where a deadlock or stalled task was happening when the server stopped responding.
- Server-side only behavior — The mod is designed for servers, where Minecraft's Watchdog system actually runs. Clients can have it installed too, but it does not add client-side behavior, which keeps the focus on server diagnostics.
- Useful for off-thread debugging — The extra log detail can help track down modded code or mixins running off the main server thread. That matters when a background thread blocks something critical and leaves the server tick frozen long enough for Watchdog to kill the process.
- Modpack friendly — The author explicitly allows shipping this mod in modpacks. That makes it practical for curated server packs where you want better crash evidence available by default.
- No client requirement — Players without the mod can still connect to a server that has it installed. For server operators, that means you can improve diagnostics without forcing every player to change their client setup.
- Broad version coverage — The listed Minecraft support spans 1.16.5 through 1.21.1, with Fabric, Forge, and NeoForge builds depending on version. That range makes it especially useful when maintaining older long-running modded servers.
Screenshots


How to Install FullStack Watchdog Mod
- Confirm your Minecraft version and choose the matching build for Fabric, Forge, or NeoForge from the download section.
- Install the correct mod loader first: Fabric Mod Loader, Minecraft Forge, or NeoForge.
- Place the FullStack Watchdog Mod file into your server's
modsfolder, then restart the server. - If you use NeoForge 1.20.4 or newer, or Fabric 1.21.2 or newer with Fabric API 0.104.0+1.21.2 or newer, check first whether you still need this standalone mod.
- After a Watchdog crash, review the generated crash report and server log for the expanded thread stack output.
Requirements & Compatibility
| Item | Details |
|---|---|
| Supported Loaders | Fabric, Forge, NeoForge |
| Required Software | Fabric Mod Loader, Minecraft Forge, NeoForge |
| Supported Minecraft Versions | 1.21.1, 1.21, 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2, 1.18.1, 1.18, 1.17.1, 1.16.5 |
| Environment | Server-side utility; client install is optional and has no effect on client-only use |
| License | MIT |
| Author | TelepathicGrunt |
What's New
- Updated the mod for Minecraft 1.20.2.
- Added support alignment for NeoForge in the 1.20.2 release line.
- Version 1.1.0 focused on compatibility updates rather than new gameplay features.
Pros and Cons
Pros
- Provides more complete Watchdog crash diagnostics.
- Works server-side without requiring every client to install it.
- Approved for modpack distribution by the author.
- Appears to be lightweight because its purpose is narrowly focused on crash reporting.
Cons
- It will not solve every deadlock or server freeze on its own.
- It does nothing useful on client-only installations.
- Standalone installation may be unnecessary on newer NeoForge or Fabric versions where the change was merged upstream.
Alternatives to FullStack Watchdog Mod
- Fabric API — For Fabric 1.21.2 and newer, the author notes that this Watchdog stacktrace improvement is already merged into Fabric API.
- NeoForge — For NeoForge 20.4.107 and newer on Minecraft 1.20.4+, the same functionality is already included upstream.
- Minecraft Forge — If your server stack is Forge-based, this loader remains one of the supported environments listed for the mod.
Download FullStack Watchdog Mod
| Minecraft Version | Fabric | Forge | NeoForge |
|---|---|---|---|
| For Minecraft 1.21.1 | Download | — | — |
| For Minecraft 1.21 | Download | — | — |
| For Minecraft 1.20.6 | Download | — | — |
| For Minecraft 1.20.5 | Download | — | — |
| For Minecraft 1.20.4 | Download | — | Download |
| For Minecraft 1.20.3 | Download | — | Download |
| For Minecraft 1.20.2 | Download | — | Download |
| For Minecraft 1.20.1 | Download | Download | Download |
| For Minecraft 1.20 | Download | Download | Download |
| For Minecraft 1.19.4 | Download | Download | Download |
| For Minecraft 1.19.3 | Download | Download | Download |
| For Minecraft 1.19.2 | Download | Download | Download |
Always download mods from official sources to stay safe.
Frequently Asked Questions
Does FullStack Watchdog Mod fix server deadlocks?
No — it does not directly fix every deadlock. Its job is to add fuller crash-report stack traces so you have a better chance of identifying which code path or thread caused the stall.
Is this mod required on the client?
No — clients without the mod can still join a server that has it installed. Installing it on a client is allowed, but the author notes it does not do anything there because Watchdog is server-side.
Do I need this mod on NeoForge 1.20.4 or newer?
No — the author notes that NeoForge 20.4.107 and newer already includes this change for Minecraft 1.20.4 or newer. In that case, the standalone mod is unnecessary.
Do I need this mod on Fabric 1.21.2 or newer?
No — the author notes that Fabric API 0.104.0+1.21.2 and newer already includes this change for Minecraft 1.21.2 or newer. For those versions, check Fabric API first before adding this separately.
Can I include FullStack Watchdog Mod in a modpack?
Yes — the author explicitly says this mod may be shipped in a modpack. That makes it a sensible utility to include on server-focused packs where better crash logs are valuable.
