


HexDevTools adds an in-game dev tools panel for Valheim.
The panel lets you enable dev commands and quickly run common debug/dev commands from a simple UI.
This mod is still under active development and has primarily been tested in local/singleplayer environments.
Dedicated server and multiplayer behavior may vary depending on:
Use at your own risk and always back up your world/server saves before installing new mods.
Some developer commands may not function on dedicated servers without additional server-side support mods.
Valheim restricts many developer/debug commands on dedicated servers by default.
Features such as:
debugmodespawnflymay not function on dedicated servers without additional server-side support.
For dedicated server environments, it is recommended to install:
https://thunderstore.io/c/valheim/p/JereKuusela/Server_devcommands/
Your SteamID / PlayFab ID must also be added to the server adminlist.txt.
HexDevTools provides a UI and convenience layer for dev commands, but does not bypass Valheim's built-in dedicated server restrictions.
devcommands and debugmodeF8
The hotkey can be changed in the config file.
Config file:
BepInEx/config/hex.devtools.cfg
Example:
[General]
## Toggle Dev Tools UI
# Setting type: KeyboardShortcut
# Default value: F8
ToggleKey = F8
You can also use modifier keys, for example:
ToggleKey = LeftControl + F8
F8 to open the HexDevTools panelEnable DevcommandsExample spawn input:
LoxPie 10
This runs:
spawn LoxPie 10
Close or press F8 again to hide the panelThis is intended for local testing, debugging, and mod development.
Dev commands may require appropriate permissions depending on your world/server setup.
Devcommands stay enabled for the current Valheim game process once enabled.
Install with a mod manager or manually place the DLL into:
BepInEx/plugins/
Hex