> For the complete documentation index, see [llms.txt](https://docs.omnileads.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omnileads.net/english/omnileads-installation-methods/first-login.md).

# First Login

### Admin User Login  <a href="#post_install" id="post_install"></a>

Before the first login, it is necessary to reset the password for the admin user by using the following command within the docker-compose directory:

```
./oml_manage --reset_pass
```

Next, access the deployed instance URL through the browser using the default credentials. If you deployed Docker-Desktop in a local environment, log in with localhost, or use the IP address if the environment is remote:

<https://localhost> or <https://your_VM_VPS>\_IP

Default Admin User & Pass:

```
admin
admin
```

On the first login with these credentials, you will be prompted to change the password:

<figure><img src="/files/hRYeh8JdDqa6MlilkO78" alt=""><figcaption></figcaption></figure>

### oml\_manage script <a href="#user-content-the-oml_manage-script" id="user-content-the-oml_manage-script"></a>

This script is used for administrative actions, such as reading container logs, deleting Postgres tables, and other possible tasks.

```
./oml_manage --help
```

### Creating initial data for testing <a href="#user-content-create-some-testing-data" id="user-content-create-some-testing-data"></a>

Based on the following script, it's possible to generate initial data in the instance (such as test agents and campaigns), with the goal of speeding up the initial environment setup.

```
./oml_manage --init_env
```

In case of test data creation, the script allows you to generate agents and test campaigns ready for use:

<figure><img src="/files/UoaCTKKA0k5lv24twMF0" alt=""><figcaption></figcaption></figure>


---

# 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://docs.omnileads.net/english/omnileads-installation-methods/first-login.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.
