Administration
Game Data Browser
Navigate to Admin > Game Data to browse and edit all 17 game data tables: Races, Subraces, Classes, Subclasses, Class Features, Backgrounds, Spells, Items, Magic Variant Templates, Feats, Optional Features, Skills, Languages, Reference Entries, Source Books, Rolling Methods, and Monsters.
For each table you can:
Search and filter entries
View detailed information including raw JSON data
Create new entries
Edit existing entries
Delete entries
The edit dialog adapts to each entity type, showing appropriate fields. Rich text entries are previewed with the Entry Renderer showing formatted D&D content.
User Management
Navigate to Admin > Users to view all registered users. You can:
View username, display name, roles, and registration date
Promote a user to Admin (adds Administrator role)
Demote an admin to User (removes Administrator role; you cannot demote yourself)
Reset Password — open the reset dialog, type a new password (min 5 chars), confirm. The password is set immediately for the target user; communicate it to them by your usual out-of-band channel
Data Export
Navigate to Admin > Data Export for backup and export options:
Database Summary — view counts of all entities (characters, campaigns, users, game data)
Download Database — download the complete SQLite database file
Export All Characters — download all characters from all users as a single JSON file
Data Repair — fix data issues for characters created before bug fixes (e.g., missing saving throw proficiencies)
Expand Existing Adventuring Packs — retroactively flatten any pre-existing pack rows in user inventories into their constituent items. New packs are flattened automatically on add; this button cleans up packs that were added before that behavior existed. Idempotent — safe to run repeatedly.