bhatti user list
bhatti user list server only
List all users on the server.
Synopsis
sudo bhatti user list
Description
Lists all users with ID, name, current sandbox count vs. limit, per-sandbox CPU and memory caps, and assigned subnet index. Reads from the local SQLite database.
Examples
sudo bhatti user list
ID NAME SANDBOXES CPUS MEM SUBNET
usr_a1b2c3d4 alice 3/10 4 4096 2
usr_e5f6g7h8 bob 0/5 4 4096 3
usr_i9j0k1l2 worker-bot 5/5 2 2048 4
The SANDBOXES column is current/limit — 5/5 means at-cap.
Options
This command takes only global flags. See Global flags for --url, --token, --json, --timing, --data-dir.
See also
bhatti user createbhatti admin status— also shows per-user sandbox breakdown