> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/cg1018-relay-box-installation-manual/installation/config-file.md).

# Software configuration

The CG1018 Relay Box software configuration is defined in a **/boot/ICU/strobe\_config.ini** file stored on the SD card.&#x20;

The Relay Box can be controlled by B3, B2 and RQS (Coolguard) monitoring systems.

The easiest method that can be used when you can use SSH connection over network is to use Putty and Midnight Commander described in [T-Tools for SBC products](https://help.boomerang3.com/tools-for-sbc-products/).

If you have physical access to the unit then the file can be modified by inserting the SD card into an SD card reader of your PC and opening the file with a text editor that supports UNIX formatted text (for example Notepad++). Another option in such a case is access via Putty that can be obtained using a physical CG1018 [Serial port](/cg1018-relay-box-installation-manual/overview/serial-port.md).

When accessed with Putty use user: **pi** and password: **rasp4icu** credentials .

Start Midnight Commander.

<figure><img src="/files/1Xq6TmESB1mLJQFiXO0f" alt=""><figcaption></figcaption></figure>

The file path on the SD-card is: /boot/ICU/strobe\_config.ini.

Click '4 Edit' or press F4 key to open the file for edition.&#x20;


---

# 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://help.boomerang3.com/cg1018-relay-box-installation-manual/installation/config-file.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.
