> For the complete documentation index, see [llms.txt](https://documentation.opencrvs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.opencrvs.org/v1.4/setup/3.-installation/3.1-set-up-a-development-environment/3.1.4-log-in-to-opencrvs-locally.md).

# 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 / role mapping](/v1.4/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):&#x20;

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)&#x20;

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
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://documentation.opencrvs.org/v1.4/setup/3.-installation/3.1-set-up-a-development-environment/3.1.4-log-in-to-opencrvs-locally.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.
