> 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-device-web-applications.md).

# Access Device Web Applications

You can gain access to your edge device using a number of different port tunneling methods. This page shows an example of using port tunneling to access the web applications on your web device.

## Prerequisite

* At least one online device.
* Ensure that you use the same port that your web page is hosted through. If you are unsure about the port number, see the document [How to Change Nginx Port in Linux](https://www.tecmint.com/change-nginx-port-in-linux/) to change your server’s port to a known one.&#x20;

## Open Web Application Access Session

To start 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 through which your web application or web page is hosted. For example, if you are using Nginx server, the default port is 80.

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

3. Click **Open Tunnel**. Wait until Connect produces the remote access address as shown below.

<div align="left"><figure><img src="/files/kHWGfxSUdxoTZ9d5vXrQ" alt="" width="375"><figcaption></figcaption></figure></div>

## Access the Web Page

Copy the URL, paste it in the address bar in your preferred web browser, and type **Enter**.

You will now be able to access the web page hosted on your edge device through your web browser just like a regular web page.

## What’s Next?

Learn a quick way to send [Remote Commands](/features-new-ui/tools/remote-tools-overview/control-center-remote-ssh-commands.md) to many devices at the same time.


---

# 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-device-web-applications.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.
