> For the complete documentation index, see [llms.txt](https://docs.influxtechnology.com/support_guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.influxtechnology.com/support_guides/rebel-series/rebel-series/dialog-remote.md).

# DiaLog Remote

DiaLog Remote is a utility that can maintain Rebel Loggers without a DiaLog Licence. It is a freely distributed tool that can be used for setting up the rebel device and configuring it using an existing configuration file via USB or SD card. With DiaLog remote, there remains no need to share your confidential files, such as DBC or A2l, if not required. It allows you to perform the following functionality with your logger remotely:

* **Formatting the SD Card -** The SD Card will be formatted in FAT32 format.
* **Rebel Reflashing -** The Logger firmware can be updated via USB.
* **Obtain the Hardware Configuration -** The Hardware Configuration can be read via USB.
* **Set Rebel Time -** The Real-Time Clock in the Logger can be set.
* **Setting a configuration to the SD Card -** The configuration will be loaded onto the SD Card (in the SD Card Reader of the PC). To be used by the logger (once the SD Card is installed in the logger).

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;">Installing DiaLog Remote</mark></td><td><a href="/support_guides/rebel-series/rebel-series/dialog-remote/installing-dialog-remote.md">Installing DiaLog Remote</a></td></tr><tr><td><mark style="color:blue;">The DiaLog Remote Software</mark></td><td><a href="/support_guides/rebel-series/rebel-series/dialog-remote/the-dialog-remote-software.md">The DiaLog Remote Software</a></td></tr><tr><td><mark style="color:blue;">Refresh the SD Card</mark></td><td><a href="/support_guides/rebel-series/rebel-series/dialog-remote/refresh-the-sd-card.md">Refresh the SD Card</a></td></tr><tr><td><mark style="color:blue;">Format the SD Card</mark></td><td><a href="/support_guides/rebel-series/rebel-series/dialog-remote/format-the-sd-card.md">Format the SD Card</a></td></tr><tr><td><mark style="color:blue;">Set the Configuration to SD</mark></td><td><a href="/support_guides/rebel-series/rebel-series/dialog-remote/set-the-configuration-to-sd.md">Set the Configuration to SD</a></td></tr><tr><td><mark style="color:blue;">Reflash Rebel</mark></td><td><a href="/support_guides/rebel-series/rebel-series/dialog-remote/reflash-rebel.md">Reflash Rebel</a></td></tr><tr><td><mark style="color:blue;">Obtaining Hardware Configuration of your logger</mark></td><td><a href="/support_guides/rebel-series/rebel-series/dialog-remote/obtaining-the-hardware-configuration-of-your-logger.md">Obtaining the Hardware Configuration of your Logger</a></td></tr><tr><td><mark style="color:blue;">Set Rebel Time</mark></td><td><a href="/support_guides/rebel-series/rebel-series/dialog-remote/set-rebel-time.md">Set Rebel Time</a></td></tr><tr><td><mark style="color:blue;">Settings Tab</mark></td><td><a href="/support_guides/rebel-series/rebel-series/dialog-remote/settings-tab.md">Settings Tab</a></td></tr><tr><td><mark style="color:blue;">Formatting SD card in the Logger</mark></td><td><a href="/support_guides/rebel-series/rebel-series/dialog-remote/formatting-sd-card-in-the-logger.md">Formatting SD card in the Logger</a></td></tr></tbody></table>


---

# 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.influxtechnology.com/support_guides/rebel-series/rebel-series/dialog-remote.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.
