Admin Panel
Manage groups, users and API keys
Workspace Paths
Linux format: /mnt/server/workspaces or ./workspaces (relative to project). Windows paths auto-converted.
Mount Helper
Path not found. If using a network fileserver, mount it on the server first:
sudo mkdir -p
sudo mount -t cifs //SERVER/SHARE -o credentials=/etc/smbcreds,uid=$(id -u),gid=$(id -g)
Add to /etc/fstab for auto-mount on reboot. Create /etc/smbcreds with user=… password=…
Workspaces
No workspaces found.
Backup
Synced files across
workspaces
| Group | Doc Type | Files |
|---|---|---|
Groups
No groups yet
Select a group to manage users
| Username | Display Name | Last Login | ||
|---|---|---|---|---|
| No users in this group | ||||
|
|
||||
Select a group and doc type above.
Admin Accounts
Full-access accounts with panel access
| Username | Created | Last Login | ||
|---|---|---|---|---|
| No admins found | ||||
|
|
||||
Server Secrets
Stored encrypted in auth.db — never in settings.yaml
JWT Secret Key
Signs all user and admin JWT tokens. Resetting invalidates all active sessions.
⚠ All active sessions will be invalidated immediately.
Master Password
Encrypts workspace API key files (.keys.yaml.enc). Resetting re-encrypts all workspaces.
⚠ All workspace .keys.yaml.enc files will be re-encrypted with the new password.
System Prompts
Edit LLM prompt templates in app/backend/prompts/
Select a prompt file above to edit.