# Web-based Terminal App

Open OnDemand offers a browser-based terminal app to access Oscar. Windows users who do not want to install an SSH client like Putty will find this app very useful.

## Accessing the terminal

1. Log in to <https://ood.ccv.brown.edu>
2. In the top menu, click `Clusters` -> `>_OSCAR Shell Access`

![Open OnDemand Clusters menu showing OSCAR Shell Access option](/files/f6JQ0KrNPiiqGtN5ksbp)

A new tab will open and the web-based terminal app will be launched in it. The shell will be launched on one of the login nodes.

{% hint style="warning" %}
**The shell DOES NOT start on a compute node. Please do not run computations or simulations on the login nodes**, because they are shared with other users. You can use the login nodes to compile your code, manage files, and launch jobs on the compute nodes.
{% endhint %}

![A screenshot of the web-based terminal that you are logged on to a login node, from which you can launch other jobs.](/files/KeKX7nw06TWt9HJGKWfx)

3\. You are logged into one of the login nodes. You can [launch batch jobs ](/oscar/submitting-jobs/batch.md)from this terminal or [start an interactive job](/oscar/submitting-jobs/interact.md) for anything computationally intensive.

### Features:

1. No installation needed. Just use your favorite browser!
2. No need to enter your password again. SSH into Oscar in seconds!
3. No need to use two factor authentication again. Just do it once, when you log into OOD.
4. Use it with, or without, VPN. Your workflow remains the same.


---

# 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://docs.ccv.brown.edu/oscar/connecting-to-oscar/open-ondemand/web-based-terminal-app.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.
