v2rayN is one of the most widely used graphical V2Ray / Xray clients for Windows. It supports subscription management, batch real connection speed tests, routing rules, system proxy, and TUN mode—covering needs from "proxy the browser only" to "route all device traffic." This guide walks first-time users through every step from download to a working connection, based on the common 7.x interface in 2026.

What do you need?

  • A Windows 10 or Windows 11 PC (usually 64-bit; ARM devices need the arm64 build).
  • A v2rayN installer from this site's Downloads section.
  • A working subscription link, or at least one vmess:// / vless:// / trojan:// share link.

To be clear: a client is not a node. Without a server configuration, installing the software alone cannot create an internet connection. Nodes must be self-hosted or provided by a service provider.

Step 1: Download the right v2rayN installer for Windows

Open this site's v2rayN download page to see several file names. Beginners can choose as follows:

FileBest for
v2rayN-windows-64.zipRecommended: standard 64-bit Windows; portable and ready after extraction
v2rayN-windows-64-desktop.zipSame platform, an alternative interface implementation; choose based on personal preference
v2rayN-windows-arm64.zipARM-based Windows devices such as Snapdragon PCs

The ZIP package is portable: it does not have to write to the registry, keeps its configuration in the program folder, uninstalls when you delete that folder, and is easy to back up to an external drive.

Step 2: Extract, launch, and allow through the firewall

  1. Right-click the archive → Extract All. We recommend extracting it to a simple path such as C:\Tools\v2rayN, and avoiding spaces, non-ASCII characters, and special symbols in the path.
  2. Open the extracted folder and double-click v2rayN.exe.
  3. If Windows Firewall prompts you, select private/public networks and allow access.
  4. After launch, the app appears in the system tray; double-click its tray icon to open the main window.

What if Windows Defender reports a virus?

Proxy software is often falsely flagged by heuristic scanners. If the installer came from this site's Downloads section, add the v2rayN folder under Windows Security → Virus & threat protection → Exclusions. Never look for so-called "undetected cracked builds" because of this.

Step 3: Add a subscription and import nodes

  1. Open the Subscription Group menu → Subscription Group Settings.
  2. Click Add, enter any label, and paste the URL supplied by your provider.
  3. Save it, return to the main screen, and choose Update Subscription (or the equivalent shortcut in your version).
  4. After the node list refreshes, you should see multiple server configurations.

If you have no subscription and only a single share link, copy the full link and paste it into the main window to import it. Afterwards, run a real connection speed test and double-click the lowest-latency working node to make it active.

Step 4: Enable the system proxy so your browser actually uses the tunnel

Many people select a node but still cannot browse because the system proxy is not enabled. To enable it:

  1. Right-click the v2rayN system-tray icon.
  2. Find System Proxy.
  3. Choose Set system proxy automatically (the wording can vary slightly by version).

Then open a webpage in your browser to confirm access. System proxy is usually enough when only the browser needs a proxy; consider TUN only if command-line tools, games, or standalone apps do not honor the system proxy.

Should you use system proxy or TUN mode?

  • System proxy: lightweight and quick to switch, ideal for everyday browsing and work apps. Its limitation is that some apps ignore system proxy settings.
  • TUN mode: uses a virtual network adapter to route a broader range of traffic, making it suitable for full-device use. It usually requires administrator privileges and uses slightly more resources.

Practical tip: get connected with system proxy first. Once the node is stable, enable TUN only if you need broader routing; this avoids too many variables when troubleshooting.

Routing rules: keep local traffic direct, proxy only what you need

v2rayN supports routing rules. With a sensible setup, LAN and everyday local traffic can stay direct while selected apps or destinations use the proxy—handy for privacy, region-locked services, or remote access, and often better for latency and stability. Beginners can start with the client's built-in basic rules and fine-tune after a few days. Do not pile on many third-party rule files immediately, as they can cause parsing errors or unintended blocking.

Troubleshooting order when it won't connect or is slow

  1. Update the subscription: rule out expired nodes.
  2. Run a real connection speed test: rule out an individual node failure.
  3. Sync the system time: protocols such as VMess are sensitive to clock differences.
  4. Check that system proxy/TUN is enabled: selecting a node does not mean traffic is being routed.
  5. Check the logs: timeout and reject messages in the main window or log viewer help distinguish local from remote issues.
  6. Update the client and core: older versions may not support new features such as REALITY and Hysteria2.

Everyday usage tips

  • Include the v2rayN folder in your backups so you can quickly restore subscriptions and custom settings after reinstalling Windows.
  • You can copy the portable folder for separate "work" and "test" subscriptions without affecting one another.
  • When leaving an untrusted network, remember to disable the system proxy to prevent apps from failing when the proxy is unavailable.
  • Never post subscription links publicly; a leak hands your traffic entry point to someone else.

Summary

The shortest path to using v2rayN on Windows is: download the portable package → extract and launch → add and update a subscription → run a speed test and choose a node → enable the system proxy. Get these five steps right and you will solve most "how do I use it?" questions. For macOS / Linux builds or an Android client comparison, continue browsing this site's guides and Downloads section.