Skip to content
GodsApostles838 edited this page Mar 11, 2026 · 2 revisions

PackGuard Wiki Bedrock 1.26.0 Go 1.24

PackGuard Wiki

Welcome to the PackGuard documentation. PackGuard is a reverse proxy for Minecraft Bedrock Edition that detects and blocks resource pack extraction tools using 9 layers of detection.


Pages

Everything you need to get PackGuard running — building from source, first-run configuration, deployment options (headless, GUI, Docker), and production recommendations.

Full technical breakdown of all 9 detection layers — fingerprint signal weights, behavioral analysis thresholds, tick rate validation, jitter detection, velocity checks, capability bitmask patterns, and AES-256 content key tracking.

Common questions, false positive tuning, connection issues, performance considerations, and known edge cases.


Quick Links


How It Works (TL;DR)

Players  -->  PackGuard (:19132)  -->  BDS (:19133)

PackGuard sits between your players and your Bedrock Dedicated Server. Every connection passes through 9 detection layers that analyze the login handshake, monitor in-game behavior, and track post-session patterns. Ripping tools are blocked before they receive resource pack data. Legitimate players pass through transparently.

Clone this wiki locally