> For the complete documentation index, see [llms.txt](https://enless.gitbook.io/centre-aide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/rx-lorawan/configuration/admin-tab.md).

# ADMIN tab

The ADMIN tab brings together the system management and maintenance tools of the *gateway*. It is divided into four specific sections.

## Password

To ensure the security of your installation, it is recommended that you regularly change your access password.

{% columns %}
{% column width="58.333333333333336%" %}

<div data-with-frame="true"><figure><img src="/files/c54c2dc42dc7052cac243654b7fe9a358667871f" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="41.666666666666664%" %}
Enter the**old password**, then enter the **new** in the **two** **confirmation** fields. The **Save** button will apply the change. The session will be maintained.
{% endcolumn %}
{% endcolumns %}

***

## Time Settings

{% columns %}
{% column width="58.333333333333336%" %}

<div data-with-frame="true"><figure><img src="/files/4a2b190a50e433212a297a46a9e5467439caa173" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="41.666666666666664%" %}
Accurate time stamping is essential for the consistency of logs and Modbus data.

{% endcolumn %}
{% endcolumns %}

### **Manual setting**

It allows you to manually enter the date and time:

* **Time zone** : Select the time zone of the building in which the RX LoRaWAN will be installed.
* **Current date** : Enter the date in the format `01/01/2026`.
* **Current time** : Enter the time in the format `12:00`.

### **Automatic setting**

The button **Synchronize with PC** allows you to instantly align the internal clock of the *gateway* with that of your computer, ensuring immediate accuracy without manual entry.

{% hint style="info" %}
The **synchronization** with the PC is the **method** **recommended** to ensure a quick and accurate setting of the internal clock.
{% endhint %}

***

## Debug (Diagnostic)

In the event of abnormal behavior or to validate a complex installation, you can extract the raw system data.

{% columns %}
{% column width="58.333333333333336%" %}

<div data-with-frame="true"><figure><img src="/files/36f839297421d311512f14676b389ab1e0bdeaeb" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="41.666666666666664%" %}
The button **Export logs** generates an archive file containing the *logs* system of the g*ateway*.
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
This **file** is **essential** for **technical** **support** Enless in order to analyze radio frames, IP communication errors, or system information.
{% endhint %}

***

## Firmware (Update)

This section allows you to keep your *gateway* up to date with the latest features and security patches.

{% columns %}
{% column width="58.333333333333336%" %}

<div data-with-frame="true"><figure><img src="/files/bc7a3924fda4893d6b1d270e25c38b9b279cd5b2" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="41.666666666666664%" %}
Select the update file provided by Enless using the button **Upload a file +** and start the process by clicking on **Proceed**.

{% endcolumn %}
{% endcolumns %}

{% hint style="danger" %}
Do **unplug** **never** **the power supply** of the *gateway* during firmware installation, at the risk of permanently damaging the device.
{% endhint %}


---

# 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://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/rx-lorawan/configuration/admin-tab.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.
