


A server integrity and mod-compatibility plugin for dedicated Valheim servers.
koumodgp helps server admins keep their community consistent and fair. It verifies that every connecting player is running the mod set the server expects, and helps admins spot tampering. It is designed for legitimate server administration — it is installed and configured by the server owner, and every check it performs is in service of protecting that server's players.
The same koumodgp.dll is installed on the server and on clients; it detects its role at
runtime (like AzuAntiCheat and other ServerSync-style plugins), so there is only one file to
distribute.
The program check (an optional, admin-configured feature) reads the names of running processes and top-level window titles so it can match them against the server's list of known cheat tools. This is the same approach used by other server anticheat plugins. Important points:
koumodgp.dll in BepInEx/plugins/ on the server and on each client.BepInEx/config/koumodgp.cfg and, under
BepInEx/config/koumodgp/, allowed_mods.txt and signatures.txt (both start empty with
examples).allowed_mods.txt with the mods your server allows (guid=version, guid=* for any
version, or ?guid=version for optional mods). Add cheat-tool names to signatures.txt.kougp status connected players + verification state
kougp list current allowed mods + signatures
kougp reload reload config + lists and push to clients (no restart)
kougp allow add <guid> [ver] add an allowed mod (also: remove)
kougp sig add <text> add a cheat-tool signature (also: remove)
kougp kick <name> | ban <name> manual moderation
adminlist.txt is never checked.violations.log for the admin.