Discord Sign-In
Admins authenticate through Discord OAuth, then continue with a protected server-side session.
Configure the bot, verify Discord administrator access, and keep staff workflows readable without editing JSON files or chasing scattered commands.
Admins authenticate through Discord OAuth, then continue with a protected server-side session.
Every dashboard view is scoped to guilds where the user actually has administrator access.
Guild API routes re-check Discord membership and admin permissions before reading or saving data.
Alert roles, logs, tickets, verification, economy, and moderation settings live in one organized flow.
Settings updates keep useful before-and-after context with actor, IP, and user-agent metadata.
Local JSON storage with Redis-backed caching keeps server lists and settings responsive after changes.
Designed for real staff work: clear states, focused panels, and fewer trips back to Discord commands.
Tokens, OAuth secrets, AI keys, and server credentials stay on the backend with redacted responses.
Red-alert setup, role panels, and channel routing are handled through dedicated admin controls.
The dashboard is tuned for repeated use with cached reads, controlled mutations, and predictable loading states.
Built with server-side auth, typed settings, Redis-backed caching, and a dashboard UI designed for daily admin work.