### Resetting Your Password

If you’ve forgotten your password, don’t worry — you can easily reset it through **Recovery Mode**.

Instructions on how to enter Recovery Mode can be found [here](https://support.starlabs.systems/hc/star-labs/articles/booting-into-recovery-mode).

Once you’re in the recovery menu, follow these steps:

1. **Select “Root”** using the arrow keys, then press `Enter`.\
   This will open a terminal window with administrator (root) access.

2. **Reset your password** by typing the following command:

`passwd {your-username} `

1. If you’re not sure what your username is, you can see a list of users by typing:

`ls /home `

1. You’ll be prompted to enter a **new password**, then re-enter it to **confirm**.

2. When done, type:

`reboot `

and press `Enter` to restart your machine.

You should now be able to log in using your **new password**.