User Management
GPUStack supports users of two roles: Admin
and User
. Admins can monitor system status, manage models, users, and system settings. Users can manage their own API keys and use the completion API.
Default Admin
On bootstrap, GPUStack creates a default admin user. The initial password for the default admin is stored in <data-dir>/initial_admin_password
. In the default setup, it should be /var/lib/gpustack/initial_admin_password
. You can customize the default admin password by setting the --bootstrap-password
parameter when starting gpustack
.
Create User
- Navigate to the
Users
page. - Click the
Create User
button. - Fill in
Name
,Full Name
,Password
, and selectRole
for the user. - Click the
Save
button.
Update User
- Navigate to the
Users
page. - Find the user you want to edit.
- Click the
Edit
button in theOperations
column. - Update the attributes as needed.
- Click the
Save
button.
Delete User
- Navigate to the
Users
page. - Find the user you want to delete.
- Click the ellipsis button in the
Operations
column, then selectDelete
. - Confirm the deletion.