Documentation Index
Fetch the complete documentation index at: https://claworc.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
First-time setup
On first run with an empty database, Claworc shows a Create admin account form before the login page. Enter a username and password to create the initial admin account. Alternatively, create the admin account from the CLI:Roles
Claworc has two roles:Admin
- Full access to all instances
- Create, edit, and delete users
- Assign instances to users
- Access the Settings page (global API keys, SSH keys, audit logs)
- View and configure SSH source IP restrictions per instance
User
- Read and write access to assigned instances only
- Can create, list, download, and delete backups for assigned instances
- Can manage backup schedules whose instances are all assigned to them
- No access to the Settings page
- Cannot view or manage other users
- Cannot see instances not assigned to them
- Cannot create new instances or restore from a backup unless the admin grants the Can create instances permission
Can create instances (per-user permission)
Admins can grant any user the Can create instances permission. A user with this flag can:- Create new OpenClaw instances from the dashboard. The new instance is automatically assigned to the user.
- Restore an assigned instance from one of its backups.
User management
Admins manage users from Settings → Users:| Action | How |
|---|---|
| Create user | Click Add user, enter username and password, choose role and assigned instances, then save |
| Edit user | Click the username in the table to open the edit dialog |
| Change role | Open the user → change the Role dropdown. Selecting Admin automatically grants access to all instances |
| Toggle Can-create-instances | Open the user → tick or untick Can create instances |
| Assign instances | Open the user → pick instances from the list (disabled for admins, who always have access to all instances) |
| Reset password | Open the user → click Reset password |
| Delete user | Open the user → click Delete and confirm |
Passkeys (WebAuthn)
Claworc supports passkeys for passwordless login using biometrics or hardware security keys.Registering a passkey
- Log in with your username and password.
- Go to Profile → Security.
- Click Register passkey and follow your browser’s prompt.