> For the complete documentation index, see [llms.txt](https://knowledge.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.illumina.com/instrumentation/nextseq-1000-2000/instrumentation-nextseq-1000-2000-troubleshooting-list/000003297.md).

# How to change passwords and unlock accounts on the NextSeq 1000/2000

The Linux operating system on the NextSeq 1000/2000 has three accounts:

* root (super administrator)
* ilmnadmin (administrator)
* ilmnuser (user)

The administrator account is intended only for applying system updates, like updating the NextSeq 1000/2000 Control Software, or for use by IT staff to mount a persistent network drive. Perform all other functions, including sequencing, from the user account.

There are credentials specific to each account. If too many attempts are made to login with the incorrect password, the account will lock. The **timeout time for a locked user account is 10 minutes\***. If the password for ilmnuser is manually changed via ilmnadmin or root, the lock-out timer will not be removed.

**Use the following steps to change the password.**

To reset the ilmnuser password from the ilmnadmin account:

1. Log into ilmnadmin.
2. Open terminal.
3. Enter `sudo passwd ilmnuser`
4. Enter the ilmnadmin password at the prompt.
5. Enter a new ilmnuser password at the prompt.
6. Retype the new ilmnuser password at the prompt to confirm the new password.

To reset ilmnuser/ilmnadmin password from the root user account:

1. Open terminal.

* If not logged in as root, switch to root user with command: `su root`

2. Enter `passwd ilmnadmin` to change the ilmnadmin password or `passwd ilmnuser` to change the ilmnuser password.
3. Enter the new password at the prompt.
4. Retype the new password at the prompt to confirm the new password.

To change the root user account password from ilmnadmin account:

1. Log into the ilmnadmin account.
2. Open terminal.
3. Enter `sudo su`
4. Enter the ilmnadmin password.

* ilmnadmin privileges are elevated to root level without entering the root credentials.

5. Enter `passwd root`
6. Enter a new password for root user at the prompt.
7. Retype the new root password at the prompt to confirm the new password.

**If all passwords have been lost/misplaced, contact** [**Illumina Technical Support**](https://www.illumina.com/company/contact-us.html#/united-states/technical-support) **for further guidance.**

**\***&#x49;f a password is recovered, use the following steps to remove the lockout.

* A user lock-out can be removed using the following command under the root user: passwd -u {username}
* Example: ilmnadmin can unlock the ilmnuser account with the command: `sudo passwd -u ilmnuser`

**\***&#x49;f the account still does not unlock, reset the count for failed attempts to unlock account.

* To see failed login attempts run this command from the root user: pam\_tally2 --user {username}
  * Example: pam\_tally2 --user ilmnadmin
* To reset failed login attempts run this command under root user: pam\_tally2 --user {username} --reset
  * Example: pam\_tally2 --user ilmnadmin --reset

This requires access to the higher-level account. For example, ilmnadmin can unlock the lockout timer for ilmnuser; root is required for unlocking a timeout for ilmnadmin or ilmnuser.

\
\
\ <br>

|                                                                                                                                                                                                                                                                                                                                                                        |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| *For any feedback or questions regarding this article (Illumina Knowledge Article #3297), contact Illumina Technical Support* [*techsupport@illumina.com*](mailto:techsupport@illumina.com?subject=Question%2FFeedback%20Regarding%20Illumina%20Knowledge%20Article%20#000003297%20-%20Instrumentation%20\&body=Dear%20Illumina%20Technical%20Support,%0D%0A%0D%0A)*.* |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledge.illumina.com/instrumentation/nextseq-1000-2000/instrumentation-nextseq-1000-2000-troubleshooting-list/000003297.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
