Staff tooling

Admin panel.

This is the management shell for users, Discord ownership, manual grants, private downloads, and payments. It becomes live when the backend is deployed with an admin token.

Admin login

Backend token.

Paste the temporary admin token from your hosted backend. Static mode only shows local demo accounts from this browser.

Manual access

Grant or revoke.

Static shell

Users.

Local signups appear here now. Hosted mode will read from the backend database.

Email Plan Discord Access
Loading

Launch checklist

What turns this live.

  • Create the Discord app, OAuth redirect URL, bot token, guild ID, and required customer role ID.
  • Deploy the backend shell somewhere with HTTPS and set the environment variables from server/.env.example.
  • Create Stripe products/prices and point checkout/session webhooks at the backend.
  • Move the jar out of public hosting and deliver it only through signed links or a private Discord channel.
  • Connect an email provider before normal accounts can receive real verification links.
  • Enable client license validation once account ownership is reliable.