> 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.md).

# Remote Tools

JFrog Connect provides several convenient tools for accessing and troubleshooting your edge device.

## Terminal

JFrog Connect’s [Terminal](/features-new-ui/tools/remote-tools-overview/use-terminal.md) tool enables you to connect to your Linux terminal through a web-based SSH. Using Terminal, you can use a command-line interface to troubleshoot remotely and resolve issues on your devices.

## Port Tunnel

JFrog Connect’s [Port Tunnel](/features-new-ui/tools/remote-tools-overview/remote-access.md) tool enables you to connect remotely to the local network port of your edge device and forward connections such as [VNC](/features-new-ui/tools/remote-tools-overview/remote-access/access-with-vnc.md), [SSH](/features-new-ui/tools/remote-tools-overview/remote-access/connect-with-ssh.md), a [web-view server](/features-new-ui/tools/remote-tools-overview/remote-access/access-device-web-applications.md), and other port-forwarding tools.&#x20;

The Connect documentation provides example procedures for opening a remote access session using VNC, SSH, and a web-view Server.

## Command Runner

In JFrog Connect, the [Command Runner](/features-new-ui/tools/remote-tools-overview/control-center-remote-ssh-commands.md) tool provides a simple solution for running commands remotely on your Linux edge devices.

## File Fetch

You can [retrieve a file or a folder](/features-new-ui/tools/remote-tools-overview/software-application-logs.md) from an edge device. This is useful when you want to get log files, data files, or any other kind of file from the device.

## What’s Next?

Learn how to [Use Terminal](/features-new-ui/tools/remote-tools-overview/control-center-remote-ssh-commands.md) with JFrog Connect.


---

# 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:

```
GET https://docs.connect.jfrog.io/features-new-ui/tools/remote-tools-overview.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.
