

# BearsDen Admin GUI
A client-side admin panel mod for Valheim dedicated servers. Designed for server admins who want quick access to common admin tools without typing console commands.
## Requirements
- [BepInEx 5.4.x](https://thunderstore.io/c/valheim/p/denikson/BepInExPack_Valheim/)
- [Server_devcommands by JereKuusela](https://thunderstore.io/c/valheim/p/JereKuusela/Server_devcommands/)
- Your Steam ID must be in the server's adminlist.txt
## Installation
1. Make sure BepInEx and Server_devcommands are installed
2. Copy BearsDenAdmin.dll into your Valheim BepInEx\\plugins\\ folder
3. Launch Valheim and connect to your server
Default location:
C:\\Program Files (x86)\\Steam\\steamapps\\common\\Valheim\\BepInEx\\plugins\\
## Usage
Press **;** (Semicolon) to open and close the admin panel.
The panel will not interfere with normal gameplay — all keyboard input (hotbar, inventory, map, etc.) is blocked while the panel is open.
## Features
### World Tab
- **Weather** — instantly switch between 18 weather environments including Clear, Rain, Snow, Thunderstorm, Ashrain, and more
- **Time of Day** — slider with Dawn, Noon, Dusk, and Midnight presets
- **God Mode, Ghost Mode, Fly, No Cost Build** — toggle common dev commands
- **Kill All Near / Remove Drops** — world cleanup tools
- **Goto Location** — teleport to X/Z coordinates, your current position, or pick a location directly from the map
- **Go To Player** — see online players and teleport to them by name
### Items Tab
- Browse all spawnable items organized by category (Weapons, Armor, Tools, Food, Materials, and more)
- Search by name
- Set quantity and item level (1–4 stars)
- Add directly to your inventory or spawn on the ground
### Spawn Tab
- Searchable list of creatures
- Set spawn quantity
- Spawns at your location
### Skills Tab
- View and modify all 19 skills
- Set individual skill levels (1–100)
- Max all skills or reset all skills at once
### Console Tab
- Run any console command directly from the panel
- Autocomplete suggestions for 35 common commands
- Command history — click any past command to reuse it
## Notes
- This is a **client-side only** mod — it does not need to be installed on the server
- Crossplay with Xbox players is fully supported and unaffected
- Time of day changes are local only (a limitation of Valheim's dedicated server architecture)
- The **;** hotkey can conflict with some keyboard layouts — if so, let the author know
## Compatibility
Tested with Valheim 0.218.x and BepInEx 5.4.22
## Credits
Created for the BearsDen Valheim server.
Built using [BepInEx](https://github.com/BepInEx/BepInEx) and [Harmony](https://github.com/pardeike/Harmony).