> 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/remote-access/access-with-vnc.md).

# Access with VNC

You can gain port tunneling access to your edge device using a number of different port tunneling methods. This page describes an example procedure using [VNC](https://en.wikipedia.org/wiki/Virtual_Network_Computing), a graphical desktop-sharing system that uses the Remote Frame Buffer protocol to remotely control your edge device.

## Prerequisites

* At least one online device.
* A VNC server is up and running on your edge device. If you do not have a VNC server on your device, you can refer to the RealVNC documentation for [downloading](https://www.realvnc.com/en/connect/download/vnc/) and for [installation and configuration](https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-20-04).&#x20;
* [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/) is downloaded and installed on your computer.

## Open VNC Session

To start a VNC remote access session, do the following:&#x20;

1. Go to **Remote Tools**/**Port Tunnel** in the left menu and choose the device you want to access. Only online devices are shown in the dropdown list.
2. Enter the port you would like to tunnel. Typically, the default port used by the VNC server is 5900. If you have a different VNC server port, enter the corresponding port number.
3. Click **Open Tunnel**. Wait until Connect produces the remote access address and copy it to your clipboard.

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

## Open the VNC Viewer on Your Computer

1. Paste the URL into the address bar and type **Enter**.

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

2. Click **Continue** on the subsequent popups. When prompted, enter your username and password and continue.

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

When the connection completes, the desktop of your edge device will appear and you will be able to work (even behind double-NAT or firewall) as you would on your own computer. If you are having difficulty connecting to the VNC server, see the RealVNC document [Why can’t I connect](https://help.realvnc.com/hc/en-us/articles/360002321357-Why-can-t-I-connect#cloud-connection-using-realvnc-connect-s-cloud-0-0).

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

## What’s Next?

See an example of port tunneling using [SSH](/features-new-ui/tools/remote-tools-overview/remote-access/connect-with-ssh.md).


---

# 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/remote-access/access-with-vnc.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.
