{{define "admin.html"}} Admin · SciMesh

Admin panel

User & run control

← DashboardProfile

Signed in as {{.Role}}. Promote or verify a user by their id, and control every job from the dashboard.

{{if .Msg}}
{{.Msg}}
{{end}} {{if .Error}}
{{.Error}}
{{end}}

Manage a user

Paste the user id (the JWT sub / the value shown at registration). Actions are applied immediately.

Promote makes them an admin; Verify marks them a trusted contributor (their workers skip quorum).

Jobs & tasks

As an admin you already see every user's jobs on the dashboard, with per-task status and job cancellation. A regular user sees only their own.

{{end}}