> For the complete documentation index, see [llms.txt](https://docs.sikka.io/vps-workbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sikka.io/vps-workbook/openlitespeed-web-admin/list-users.md).

# List Users

1. Navigate to the OpenLiteSpeed configuration directory: The `htpasswd` file is typically located in the OpenLiteSpeed configuration directory. Navigate to this directory using the following command:

```
cd /usr/local/lsws/admin/conf
```

2. List the contents of the `htpasswd` file: You can use the `cat` command to display the contents of the `htpasswd` file and view the users. For example, using `cat`&#x20;

```
cat htpasswd
```
