> ## 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 Jul 09, 2025

You need to log in every time you [access the Coordinator Manager](/linux/4.20.0/coord-access). A default user is created during installation with the username **ibadmin** and the password **ChangePass**. We recommend changing this as soon as you log in for the first time.

You can create and edit additional users. Each user is assigned a role the determines their level of permissions in the Coordinator Manager.

When a user is inactive in the user interface for more than 45 minutes, they need to log in again.

The **username** supports all characters other than " / \ \[ ] : ; | = , + \* ? \< >

## User Roles

* **Grid Admin:** Has full permissions to view and edit all items in the Coordinator Manager. The first user created is automatically assigned the role of Grid Admin.

* **Group Manager**: Has permissions to edit the Agents in the Agent List, as well as view (but not edit) the Settings and License areas.

* **Viewer:** Has permissions to view the Agent List, but cannot edit anything in the Coordinator Manager.

## Create a New User

1. In the **User Management** area, click **Add User**.

   <img src="https://mintcdn.com/incredibuild-docs-migrated/JJSyOv8YIeeUDn7e/images/linux/4.20.0/linux/linux_4/user_management_add1.jpg?fit=max&auto=format&n=JJSyOv8YIeeUDn7e&q=85&s=b10375e31359d1c44bb6d44843f5b62f" alt="" width="1912" height="418" data-path="images/linux/4.20.0/linux/linux_4/user_management_add1.jpg" />

2. Fill in the **Role** and **Password**, and any optional details that will help you manage your users and click **Add**.

   <img src="https://mintcdn.com/incredibuild-docs-migrated/JJSyOv8YIeeUDn7e/images/linux/4.20.0/linux/linux_4/user_management_add2.jpg?fit=max&auto=format&n=JJSyOv8YIeeUDn7e&q=85&s=a29fb75753d3b04001508d460f116789" alt="" width="1843" height="745" data-path="images/linux/4.20.0/linux/linux_4/user_management_add2.jpg" />

## Edit an Existing User

Grid Admin users can edit the details of any user by clicking the edit icon next to a single user and modifying the details.

<img src="https://mintcdn.com/incredibuild-docs-migrated/JJSyOv8YIeeUDn7e/images/linux/4.20.0/linux/linux_4/user_management_edit1.jpg?fit=max&auto=format&n=JJSyOv8YIeeUDn7e&q=85&s=09e6c78a0391d533cd7944f3759946ae" alt="" width="1906" height="362" data-path="images/linux/4.20.0/linux/linux_4/user_management_edit1.jpg" />

<img src="https://mintcdn.com/incredibuild-docs-migrated/JJSyOv8YIeeUDn7e/images/linux/4.20.0/linux/linux_4/user_management_edit2.jpg?fit=max&auto=format&n=JJSyOv8YIeeUDn7e&q=85&s=e98053371cf853ee33365edd5879010e" alt="" width="1906" height="768" data-path="images/linux/4.20.0/linux/linux_4/user_management_edit2.jpg" />

Grid Admin users can also change a user's role directly in the User grid by using the Role dropdown.

<img src="https://mintcdn.com/incredibuild-docs-migrated/JJSyOv8YIeeUDn7e/images/linux/4.20.0/linux/linux_4/user_management_edit3.jpg?fit=max&auto=format&n=JJSyOv8YIeeUDn7e&q=85&s=c734f24e95c4feffe02fe3158d8771b7" alt="" width="1887" height="405" data-path="images/linux/4.20.0/linux/linux_4/user_management_edit3.jpg" />

Additionally, all users can view and edit their own user details and password. For details, see below.

## View and Edit your User Details and Password

All users who are logged into the Coordinator Monitor can view and edit their user details and password in **My Profile** > **Profile Settings**.

<img src="https://mintcdn.com/incredibuild-docs-migrated/JJSyOv8YIeeUDn7e/images/linux/4.20.0/linux/linux_4/user_view_profile1.jpg?fit=max&auto=format&n=JJSyOv8YIeeUDn7e&q=85&s=92df27309de6ddd127a0b98eb799cc0b" alt="" width="529" height="928" data-path="images/linux/4.20.0/linux/linux_4/user_view_profile1.jpg" />

<img src="https://mintcdn.com/incredibuild-docs-migrated/JJSyOv8YIeeUDn7e/images/linux/4.20.0/linux/linux_4/user_view_profile2.jpg?fit=max&auto=format&n=JJSyOv8YIeeUDn7e&q=85&s=381a430115107f5202aaafdc4aee4c3f" alt="" width="1906" height="911" data-path="images/linux/4.20.0/linux/linux_4/user_view_profile2.jpg" />

## Forgot Username or Password

### Non-Admin User

If a user who is not an admin forgot their username or password, the following procedure can be used by their admin to set a new password:

1. Go to the Coordinator Manager > User Management area.

2. Select a user and click **Change Password**.

   <img src="https://mintcdn.com/incredibuild-docs-migrated/JJSyOv8YIeeUDn7e/images/linux/4.20.0/linux/change_user_password.png?fit=max&auto=format&n=JJSyOv8YIeeUDn7e&q=85&s=bf0607e32808d000164f9f973aa8741b" alt="" width="1920" height="652" data-path="images/linux/4.20.0/linux/change_user_password.png" />

### Admin User

If your Grid Admin user is locked out, or you forgot your password, use the following command. The -p flag will update the password to the input value. The -t Active flag will activate your user if it is locked. This must be done on the Coordinator machine in the command line:

```
cd /opt/incredibuild_management/ib_manager/
sudo ./manager updateUser -u <original username> -p <password> -t Active
```

If you forgot your Grid Admin username, you need to create a new Grid Admin user. Run the following command on the Coordinator machine in the command line:

```
cd /opt/incredibuild_management/ib_manager/
sudo ./manager createUser -u <new user name> -p <new password>
```

## Locking and Unlocking Users

If a user attempts to log in a number of times with the incorrect credentials, they will be locked out and see a screen like this:

<img src="https://mintcdn.com/incredibuild-docs-migrated/JJSyOv8YIeeUDn7e/images/linux/4.20.0/linux/linux_4/user_locked.png?fit=max&auto=format&n=JJSyOv8YIeeUDn7e&q=85&s=4fdee23f4e9f036846949eca55847745" alt="" width="1920" height="816" data-path="images/linux/4.20.0/linux/linux_4/user_locked.png" />

Any admin user can unlock another user by clicking **Unlock** in the user details and **Save**.

<img src="https://mintcdn.com/incredibuild-docs-migrated/JJSyOv8YIeeUDn7e/images/linux/4.20.0/linux/linux_4/unlock_user.png?fit=max&auto=format&n=JJSyOv8YIeeUDn7e&q=85&s=e3da593d895334eb5846d9dfdf7737c6" alt="" width="1920" height="886" data-path="images/linux/4.20.0/linux/linux_4/unlock_user.png" />
