> For the complete documentation index, see [llms.txt](https://docs.nodeum.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nodeum.io/data-archiving/console/system-settings/user-management.md).

# User Management

Two different user managements sections are available:

* Web
* Container

### Web Access

Navigate to: `System` > `User Management` > `Web`

To add a user and grant console access, navigate to the User Management Panel:

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

Select a role for each user by choosing either Administrator or Standard User. Then, click "Complete the Form."

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

#### Default user

During the initial installation, a default user named "admin" with the ID: 1000 is created. For the first login, use this default administrator username. It is recommended to change the admin password as soon as possible.

{% hint style="info" %}
For the first connection, use the default administrator username to log in. &#x20;
{% endhint %}

### **Container Access**

Navigate to: `System` > `User Management` > `Container`

Nodeum offers a logical representation of file virtualization, creating an abstraction layer between file servers and their clients. This virtualization layer manages files and systems across different storage solutions. Access the file system through the network using standard protocols like NFS, SMB, and S3.&#x20;

For setup instructions, refer to the [Container configuration section](/data-archiving/container.md#privileges-definition).


---

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

```
GET https://docs.nodeum.io/data-archiving/console/system-settings/user-management.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.
