Skip to main content
The users page (/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:
ActionEffect
Promote / DemoteToggle between user and admin roles
BanBlocks the user from signing in via Clerk
UnbanLifts the ban, allows sign-in again
DeleteRemoves 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
Role changes take effect on the next page load (no sign-out required).

Planned features

Email changes and password resets via admin UI are implemented on the backend but don’t have UI forms yet. See the backlog for status.