> 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/bbo-buffer-installation-manual/advanced_use/connect_using_terminal.md).

# Connect using terminal

It is also possible to connect to BBOB using a terminal connection.

This terminal connection can be used to modify the hardware or software settings, check the logs etc. These modifications can be done remotely, if you have access to BBOB WAN interface IP address.

Please note that Linux interprets small and capital letters as different characters so it is important to enter the correct letter cases in commands.

You have to know the BBOB WAN IP address to use this method. The methods to find it are described in chapter **Error! Reference source not found.**.

To connect:

1. Start Putty.

![](/files/xWK593L62WYXqUfW2uoF)

2. Enter the unit IP address (192.168.61.79) in the example) into “Host Name” field.

![](/files/XARc6vSVU9eCy8oKn3wT)

3. Click “Open to open terminal window.

![](/files/pfby9JYIVXiLayvTjrRR)

4. Enter user name and password. The defaults are:\
   user: root\
   password: rasp4icu

![](/files/pPqgRxyO8AMWD8T4eXvP)

5. After log in the system information and a prompt shall be displayed. The text on the screen and propmpt may be different but the method is common to all Linux based devices.

![](/files/f4ADTdc64gsabZbKmwBr)

## Edit BBOB B3 URL <a href="#edit-bbob-b3-url" id="edit-bbob-b3-url"></a>

There is Midnight Commander installed on BBOB Linux OS. It is a tool similar to Norton Commander.

Enter:

&#x20;    *mc*

and press Enter to start MC.

![](/files/NNtLHIpNksIpaIxcNHmN)

To edit software settings using MC:

1. Click ‘/..’ to go up and then ‘/mnt’ and ‘/sd’ to go to the root directory on the SD card.
2. There is config.txt file that has to be edited to change the B3 address.

![](/files/P9MiYlxmLQBrY6mYTXFn)

3. Select ‘config.txt’ file and click ‘4 Edit’ at the bottom of the window or press F4 key to open it for edition.

![](/files/guuychJYutv5Gllauw59)

4. Modify the file and click ’2 Save’ and ’10 Quit’ to save and quit the editor. You may also press F2 and F10 keys.
5. To quit MC click ’10 Quit’ or press F10 key.
6. Close the terminal window to end the session. You may also enter ‘exit’ to close the connection.

## Check logs <a href="#check-logs" id="check-logs"></a>

The SD card contains also logs directory (/mnt/sd/logs) which can be analysed to check the operation of BBOB.

![](/files/deqjnnzuILuNu10CYdc4)

1. Click “3 View” or press F3 to view a log.
2. Click “10 Quit” or press F10 to leave the viewer.


---

# 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/bbo-buffer-installation-manual/advanced_use/connect_using_terminal.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.
