Getting started with V2rayN Proxy GUI for beginner

奈飞等流媒体账号合租

What is v2rayN ?

v2rayN is GUI client for Windows, support Xray core and v2fly core and others.

v2rayN is a free application released under the GPLv3 license on Windows from VPN and proxy software. With software released under the open source GPLv3 license, anybody can download, install, run and distribute the software with little in terms of restrictions. The latest version we have is 6.33 and is available to download here. in github has 56.7k star.

V2Ray repository address: https://github.com/2dust/v2rayN

Features of v2rayN

Installation

v2rayN can be used on a computer running Windows 11 or Windows 10. Previous versions of the OS shouldn’t be a problem with Windows 8 and Windows 7 having been tested. It’s only available as a 64-bit download.

Compiled binary packages can be found via the following links.

Github Release: github.com/2dust/v2rayN | the latest version download

All packages are in the .zip format. Look for the file matching your platform and unzip it to get started.

Novice Guide

First start Server on your vps

You need a server outside the firewall to run V2Ray on the server side. The configuration is as follows:

{
    "inbounds": [
        {
            "port": 10086, // server listening port
            "protocol": "vmess",
            "settings": {
                "clients": [
                    {
                        "id": "b831381d-6324-4d53-ad4f-8cda48b30811"
                    }
                ]
            }
        }
    ],
    "outbounds": [
        {
            "protocol": "freedom"
        }
    ]
}

To successfully connect, you need to make sure that the id and port are consistent with the client in the server configuration.

Run v2rayN exe in Windows

click v2rayN.exe run the client.you can see the click default language is chinese. you can change the language flow this picture👇.

start v2rayN client

restart the client you can see the language is OK👇. you can add some

change v2rayN language

The only place to change the above configuration is your server IP, which is indicated in the configuration. The above configuration will forward all traffic except the local area network (such as access router) to your server.

Add a server

There are many types of services that can be added. You can find all types here v2fly core.Add server like this picture👇:

add v2rayN server

Active the server

Active v2rayN server

Start proxy

start v2rayN proxy.

Start v2rayN server

When you set system proxy , v2rayN can add proxy to your Windows. you can find it this path Settings -> Network and Internet settings -> Proxy

windows proxy

Conclusion

All in all, this program is a bit complicated at first but provides you with a great way to tunnel your traffic on the Internet by utilizing an array of different networking protocols and connecting to your selected server.