> ## Documentation Index
> Fetch the complete documentation index at: https://docs.incredibuild.com/llms.txt
> Use this file to discover all available pages before exploring further.

# User Management

Last updated on Jan 06, 2022

**Note:** This feature is only available from Incredibuild 3.8.3 and higher.

You can manage who has access to the Management Console of your Incredibuild machines. By default, no user authentication is required, but as soon as you create at least one user, authentication is enabled.

When authentication is enabled, users see this screen when accessing the Management Console

<img src="https://mintcdn.com/incredibuild-docs-migrated/SCFXKvDWYQetsSQL/images/linux/3.1.2/linux/login_700x120.png?fit=max&auto=format&n=SCFXKvDWYQetsSQL&q=85&s=bca62deeddb83d1c69ca4b296b86daa6" alt="" width="700" height="120" data-path="images/linux/3.1.2/linux/login_700x120.png" />

Anyone can enter with view permissions by clicking **Guest**, but credentials are required for edit permissions.

## Managing the User List

Run the script `/opt/incredibuild/management/manage_ui_access.sh`.

Use the parameters to list, add, and delete credentials:

* `list` - show existing user names

* `add <username> <password>` - adds a new user with full permissions

* `delete <username>` - deletes an existing user

* `deleteall` - deletes all existing users (removing the requirement for user authentication)

**Note:** The user list is managed individually on each Incredibuild machine.
