> For the complete documentation index, see [llms.txt](https://docs.ccv.brown.edu/oscar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ccv.brown.edu/oscar/debugging/arm-forge/configuring-remote-launch.md).

# Configuring Remote Launch

## Configuring Remote Launch from the client

You will need to configure remote launch for Oscar

1. Open the client on your machine
2. Click 'Remote Launch' -> Configure
3. Enter the following details in each field:
   * **Host Name**: `username@ssh.ccv.brown.edu`
   * **Remote Installation Directory**: Add the path to the forge executable here. You can obtain this by loading the `linaro-forge` module on Oscar and running the command `which forge`
   * Check the **Proxy through login node** checkbox
4. Click the **Test Remote Launch** button
5. You should enter the password used for Oscar when prompted.

If successful you should see the message `Remote Launch test completed successfully`

![Remote launch settings for Oscar. The fields are filled as per instructions in step 3](/files/-LlY4VK2R1tFZLyboM7m)

{% hint style="info" %}
If you have a mismatch between your client version on the version of Forge on Oscar you will see an error message. To fix this make sure you are using compatible client and remote versions
{% endhint %}

![Popup box warning to ensure the compatibility between client and remote versions](/files/-LlY5ZiO15O2Rvs_Sz2T)

{% hint style="info" %}
Once you are connected you will see a Licence checked out and "Connected to <username@ssh.ccv.brown.edu>' on the client.
{% endhint %}

![Arm Forge Launch Screen](/files/-LlY6LZ1ZlA3I6Q6Ihhn)


---

# 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.ccv.brown.edu/oscar/debugging/arm-forge/configuring-remote-launch.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.
