# 4.1.4 Log in to OpenCRVS locally

Open the url:[**`http://localhost:3020/`**](http://localhost:3020/)

Use one of the authentication details from the table below to login as the user of your choice. When logging in locally SMS [2FA](https://en.wikipedia.org/wiki/Multi-factor_authentication) is disabled, instead use 6 zeros as the authentication code.

To learn more about user roles please refer to [User roles](/v1.8/default-configuration/opencrvs-configuration-in-farajaland/user-role-mapping.md).

### Itambo District Office (Central Province)

Farajaland's capital district:

| User                  | Username/Password/2FA                        | Location               |
| --------------------- | -------------------------------------------- | ---------------------- |
| National System Admin | <p>u. j.campbell<br>p. test<br>c. 000000</p> | Itambo District Office |
| Performance manager   | <p>u. e.kazembe<br>p. test<br>c. 000000</p>  | Itambo District Office |
| National Registrar    | <p>u. j.musonda<br>p. test<br>c. 000000</p>  | Itambo District Office |

### Ibombo District Office (Central Province):

An urban district:

| User                  | Username/Password/2FA                        | Location               |
| --------------------- | -------------------------------------------- | ---------------------- |
| Field Agent           | <p>u. k.bwalya<br>p. test<br>c. 000000</p>   | Ibombo District Office |
| Registration Agent    | <p>u. f.katongo<br>p. test<br>c. 000000</p>  | Ibombo District Office |
| Registrar             | <p>u. k.mweene<br>p. test<br>c. 000000</p>   | Ibombo District Office |
| Local System Admin    | <p>u. e.mayuka<br>p. test<br>c. 000000</p>   | Ibombo District Office |
| National System Admin | <p>u. j.campbell<br>p. test<br>c. 000000</p> | Ibombo District Office |
| Performance manager   | <p>u. e.kazembe<br>p. test<br>c. 000000</p>  | Ibombo District Office |

### **Ilanga District Office** (Sulaka Province)

A provincial district office:

| Role               | Username/Password/2FA                      | Location               |
| ------------------ | ------------------------------------------ | ---------------------- |
| Field Agent        | <p>u. p.gondwe<br>p. test<br>c. 000000</p> | Ilanga District Office |
| Registration Agent | <p>u. j.mutale<br>p. test<br>c. 000000</p> | Ilanga District Office |
| Registrar          | <p>u. d.bulaya<br>p. test<br>c. 000000</p> | Ilanga District Office |
| Local System Admin | <p>u. a.ngonga<br>p. test<br>c. 000000</p> | Ilanga District Office |


---

# Agent Instructions: 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:

```
GET https://documentation.opencrvs.org/v1.8/setup/3.-installation/3.1-set-up-a-development-environment/3.1.4-log-in-to-opencrvs-locally.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
