Home

Awesome

v2raya-scoop Excavator

English | 简体中文

Scoop bucket of v2rayA for Windows users.

How to install

<details> <summary>Install Scoop</summary>
  1. Install Git for Windows. CN users can download from here.

  2. Install PowerShell Core. CN users can download from here.

  3. (OPTIONAL) Install Windows Terminal.

  4. Install Scoop.

    > Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
    > irm get.scoop.sh | iex
    
</details>

Add Bucket

> scoop bucket add v2raya https://github.com/v2rayA/v2raya-scoop # Add bucket
> scoop update # Update bucket

Install v2rayA

Using the installer (recommended)

> scoop install v2raya-np # stable version (recommended)
> #scoop install v2raya-unstable-np # unstable version

Using the binary

> scoop install v2raya
> scoop install v2ray-rules-dat # install V2Ray rules dat(optional)

How to use

Using the installer (recommended)

After installing v2rayA through the installer, v2rayA will run as a service. By default, it will start automatically. You can also manage the start and stop of v2rayA in the "Services" tab in the task manager. You can open the admin page by running the desktop shortcut or by visiting http://127.0.0.1:2017 directly.

Reset Passwd

You can use Win + R to open a Runs window, and run reset-passwd-v2raya-np command in it.

Using the binary

Start/Stop v2rayA

You can use Win + R to open a Runs window, and run v2raya command in it.

Reset Passwd

Add v2raya to startup

> reg import "$(scoop prefix v2raya)\add-startup.reg"

# remove
> reg import "$(scoop prefix v2raya)\remove-startup.reg"

Use xray core

> scoop install v2raya/xray

# use v2raya core
> scoop reset v2raya

# use xray core
> scoop reset xray