User Management
GPUStack has two user roles: Admin and User.
Admins can manage clusters, resources, models, users, and system settings.
Users can manage their own API keys and access the model APIs.
Default Admin
On bootstrap, GPUStack creates a default admin user.
The initial password is saved in <data-dir>/initial_admin_password.
In the default setup, this file is located at /var/lib/gpustack/initial_admin_password inside the server container.
You can set a custom password for the default admin by using the --bootstrap-password flag when starting GPUStack.
Create User
- Navigate to the
Userspage. - Click the
Add Userbutton. - Fill in
Name,Full Name,Password, and selectRolefor the user. - Click the
Savebutton.
Update User
- Navigate to the
Userspage. - Find the user you want to edit.
- Click the
Editbutton in theOperationscolumn. - Update the attributes as needed.
- Click the
Savebutton.
Deactivate User
- Navigate to the
Userspage. - Find the user you want to deactivate.
- Click the
Deactivate Accountbutton in theOperationscolumn.
Activate User
- Navigate to the
Userspage. - Find the user you want to activate.
- Click the
Activate Accountbutton in theOperationscolumn.
Delete User
- Navigate to the
Userspage. - Find the user you want to delete.
- Click the ellipsis button in the
Operationscolumn, then selectDelete. - Confirm the deletion.
Note
The admin user cannot be deactivated or deleted from the UI.