/admin/users) lists all registered users with their email, role, database count, total disk usage, and join date.
Available actions
Each user row has action buttons:| Action | Effect |
|---|---|
| Promote / Demote | Toggle between user and admin roles |
| Ban | Blocks the user from signing in via Clerk |
| Unban | Lifts the ban, allows sign-in again |
| Delete | Removes the user from Clerk and your database |
Banning users
Banning calls the Clerk Backend API to block the user at the authentication level. They cannot sign in while banned. Their databases remain intact. To lift a ban, click Unban.Deleting users
When deleting a user, you have two options:- Keep databases — Removes the user account but leaves their databases running (they become orphaned)
- Delete with databases — Removes the user AND destroys all their databases on the VPS
Deleting with databases is irreversible. All data in those databases is permanently lost.
Role management
- Admins can see all databases, all users, system health, and the audit log
- Users can only see and manage their own databases