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

You can manage who has access to the Coordinator Manager. 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/mpU30qrvUBMbEUpJ/images/images/linux/login.png?fit=max&auto=format&n=mpU30qrvUBMbEUpJ&q=85&s=1ff83db0ba4c90fb1909c25b6c94d3f0" alt="Management Console authentication screen" width="1141" height="195" data-path="images/images/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.

## Managing the User List

Run the script sudo /opt/incredibuild/management/manage\_ui\_access.sh. This must be done with a user that has root user permissions.

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>
  **Note:** The user list is managed individually on each Incredibuild machine.
</Note>
