Nexa Dashboard
The Nexa Dashboard is a web application for configuring NexaBot without typing slash commands. It's where the full depth of NexaBot's settings live — the in-Discord setup wizard only covers the essentials.
Signing in
The Dashboard uses Discord OAuth2: you log in with your Discord account and grant it permission to read which servers you manage. You'll only see servers where you have the appropriate permissions to configure NexaBot.
What you can configure
- AutoMod warn ladders and thresholds
- Anti-raid and anti-nuke sensitivity
- Verification panel style and roles
- Reaction roles
- Welcome/goodbye messages
- Case history review
- Staff command abuse tracking thresholds
Cross-domain session handling
Because the Dashboard's frontend and its backend run on different domains, authentication is handled through a dedicated proxy layer that manages CORS and session state, with the session token kept in the browser rather than a cross-domain cookie.
If something looks broken
If the Dashboard fails to load your servers or shows stale data after a config change, try signing out and back in first — this resets the session state. If that doesn't help, check the Status Page for any ongoing incident.