> ## 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.

# Agent Console User Management

Last updated on Aug 17, 2025

You can manage who has access to the Management Console of each 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/okO3BOP2PjhppNUS/images/linux/4.19.1/linux/login.png?fit=max&auto=format&n=okO3BOP2PjhppNUS&q=85&s=2b309bcc7a316c2685cf184403e425f6" alt="" width="1141" height="195" data-path="images/linux/4.19.1/linux/login.png" />

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

You can log out at any time by clicking **Log Out** in the top right corner of the Management Console.

## Manage the User List

Run the script `sudo /opt/incredibuild/management/manage_ui_access.sh`. This must be 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.
