Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
HelpDesk
Enhanced console tools for Valheim players and server admins. See what commands are available, why they're blocked, inspect mods across the session, and unlock permissions — all from the in-game console.
| Date uploaded | 2 months ago |
| Version | 1.0.0 |
| Download link | tarbaby-HelpDesk-1.0.0.zip |
| Downloads | 30 |
| Dependency string | tarbaby-HelpDesk-1.0.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333README
HelpDesk
Enhanced in-game console tools for Valheim players and server admins.

Commands
help
Replaces the default help output with a full command listing showing every command — including normally hidden ones — with color-coded permission tags indicating whether each command is accessible and why.
flags [toggle]
Shows and manages permission overrides. Each toggle bypasses a specific gate-check on console commands:
| Toggle | What it bypasses |
|---|---|
cheats |
Commands that require cheat mode |
server |
Commands that require running server-side |
network |
Commands that require an active network |
secret |
Commands that are hidden from listings |
flags— Show current override statusflags cheats/flags server/flags network/flags secret— Toggle individuallyflags all— Toggle all at onceflags off/flags reset— Disable all overrides
mods
Lists all loaded BepInEx mods. When connected to a dedicated server, also fetches and displays the server's mod list. If other connected clients have HelpDesk installed, their mod lists are shown too.
ping
Measures round-trip time from the server to every connected client and prints the results. Useful for diagnosing connection quality across your session.
Diagnostic Output
When a console command fails validation, HelpDesk prints a detailed breakdown showing the real state vs. required state for every relevant flag — so you always know exactly why a command isn't working.
CHANGELOG
HelpDesk Changelog
1.0.2
- Updated BepInEx dependency to 5.4.2333
1.0.1
- Added categories to Thunderstore listing
1.0.0
flagscommand to toggle permission overrides (cheats, server, network, secret) with color-coded status display- Enhanced
helpcommand showing all commands with per-command permission tags and color-coded access status modscommand listing loaded BepInEx mods on client and server — fetches server mod list and other connected clients via RPCpingcommand measuring round-trip time to all connected clients- Diagnostic output on command validation failures showing real vs. required state for every flag