> For the complete documentation index, see [llms.txt](https://docs.connect.jfrog.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.connect.jfrog.io/features-new-ui/tools/remote-tools-overview/control-center-remote-ssh-commands/view-commands.md).

# View Commands

The Command Runner in JFrog Connect provides two lists, one of commands that you can run and one of commands executed with information about each run.

## Saved Commands

To see the list of saved commands in Connect, go to **Remote Tools**/**Command Runner** in the left menu and go to the **Run Commands** tab.

The list of Saved Commands shows the name you have given to each command and the command. If you don't see your command, you can search for it using the Search box above the table.

## Executed Commands

After you have run a command, you can see the status of the run in the Executed Commands tab. For each command, the table shows a separate row for each device that received the command.

For each device receiving a command, the table shows the following:

* Device (Name and UUID)
* Start Time
* Execution Time
* Command
* Output
* Status

<div align="left"><figure><img src="/files/XtfvTFEQMPrRlR9uiNN3" alt=""><figcaption></figcaption></figure></div>

To see the full output of the command on a specific device:

* Click the eye icon in the **View** column of the table. A popup with the output information like the example below will appear.

<div align="left"><figure><img src="/files/UnG6YPwrRBKidmQffrP9" alt="" width="563"><figcaption></figcaption></figure></div>

## What's Next?

Learn how to [edit a command](/features-new-ui/tools/remote-tools-overview/control-center-remote-ssh-commands/edit-or-delete-a-command.md) in the list of Saved Commands and delete a command from the list.


---

# 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.connect.jfrog.io/features-new-ui/tools/remote-tools-overview/control-center-remote-ssh-commands/view-commands.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.
