# Login

### How to access to the Console?

You can browse the Console Administration with your favorite browser through this URL: `http://<your server address>`.

By default an administrator profile is defined with the following credential:

`` Default Login : `admin` ``

`` Default Password : `password` ``

{% hint style="danger" %}
**Recommendation**: Update the admin password in the settings immediately.
{% endhint %}

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

## How to change the admin password?

To change the default Admin password, navigate to the `System` page, select `User Management`, then go to `Web`, and set a new password.

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

## User roles

Two roles are available: `admin` and `user`.

* `admin` manages the software, storage, and services.
* `user` can create movement tasks.


---

# 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://docs.nodeum.io/data-mover/console/login.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.
