> For the complete documentation index, see [llms.txt](https://docs.proxyshard.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxyshard.com/usage-instructions/linux/gui-apps/v2rayn-gui.md).

# v2rayN GUI

{% hint style="success" %}
This solution supports UDP tunneling!
{% endhint %}

## v2rayN setup.

Follow the [link](https://browser.vision/r/ecf2408f-02de-4e4f-bc24-be368ac32325) to download V2rayN.

{% embed url="<https://github.com/v2rayA/v2rayA/releases>" %}

<figure><img src="/files/ZHP1VhwZid6zJX3N7qRn" alt=""><figcaption></figcaption></figure>

Or download the package through the console.

```bash
wget https://github.com/2dust/v2rayN/releases/download/7.14.12/v2rayN-linux-64.deb
```

## **Installation and launch**

Install the downloaded package through "<mark style="color:purple;">Discover</mark>" or install it through the command line.

<figure><img src="/files/V6HTwVKPMxxCSALg5abu" alt=""><figcaption></figcaption></figure>

```bash
apt install ./v2rayN-linux-64.deb
```

Then start the application through "<mark style="color:purple;">Start</mark>" or the command line.

<figure><img src="/files/9W3Ar6eqnnVCu5qJl5d5" alt=""><figcaption></figcaption></figure>

{% code fullWidth="false" %}

```
v2ray
```

{% endcode %}

## **Profile setup**

Create a new configuration and specify SOCKS / HTTP as the connection protocol.

<figure><img src="/files/BgbIUwt8YaQqCgKINsqm" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**You can find a proxy setup example in the** [**Setup guide**](/usage-instructions/getting-started.md) **section**
{% endhint %}

## **Connection profile setup**

Paste the proxies copied from the order into the corresponding fields, make sure to specify the configuration core (<mark style="color:purple;">Xray</mark> or <mark style="color:purple;">SingBox</mark>), and save the settings.

<figure><img src="/files/ClFmMz3iW2oLphyCfu8W" alt=""><figcaption></figcaption></figure>

## Starting the client

Start the client by enabling <mark style="color:purple;">Tun</mark> mode.

<figure><img src="/files/zmZxHVrGgZqi0scSo9pt" alt=""><figcaption></figcaption></figure>

**Done! You can now fully use the proxy by tunneling all traffic through it.**


---

# 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.proxyshard.com/usage-instructions/linux/gui-apps/v2rayn-gui.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.
