# Introduction

This document describes the tools that can be used to configure and debug the ICU Scandinavia AB products based on SBC (Single Board Computer) products working under Linux.

The products are:

* S2GW
* Web Panel
* Relay Box

All these devices can be accessed using SSH protocol.&#x20;

A user can obtain terminal access from a PC to device using e.g. [Putty](/tools-for-sbc-products/console-access/putty.md) or [Windows ssh command](/tools-for-sbc-products/console-access/windows-ssh-command.md) which is available in Win10 and Win11.

With a terminal access you can execute Linux commands that will let you check or modify the configuration or debug the operation of a device. The [Midnight Commander](/tools-for-sbc-products/midnight-commander.md) is installed on all the device types to make these tasks easier for persons not acquainted with Linux OS.

To transfer the files between the device and a PC in case of application update or logs download you may use [WinSCP](/tools-for-sbc-products/file-transfer/winscp.md) or [Windows scp command](/tools-for-sbc-products/file-transfer/windows-scp-command.md) which is available in Win10 and Win11.

The PC used for the tasks is running under Windows OS. Alternatively Linux machine may be used, where the similar tools are also available but the details will be different.


---

# 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://help.boomerang3.com/tools-for-sbc-products/introduction.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.
