> 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/boomerang-2-system-administrator-manual/starting_boomerang_client.md).

# Starting Boomerang Client

To start the Boomerang Client double click Boomerang Client icon

![](/files/vupWOZ00xoIJyvpRIgjx)

or run ‘*Boomerang2.exe --clientmode*’.

The Boomerang Client login window will open.

Enter the Boomerang server name or IP address into ‘Host’ field.

![](/files/d7fAXlUB3SeQbHIXxK31)

Enter username and password to get access to the Boomerang system on a Boomerang server selected.

If there are more than one Boomerang servers you have access to, you can connect to the one of your choice by using its host address and correct credentials.

You can also run multiple Boomerang Clients and connect to the other server at the same time if needed.

If the client is run on Boomerang server then IP ‘127.0.0.1’ or ‘localhost’ shall be used in the Host field.


---

# 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/boomerang-2-system-administrator-manual/starting_boomerang_client.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.
