Home

Awesome

V2Ray Panel

v2ray-core 增加动态增删用户和流量统计功能后,本项目将进行重构。

Warning: 本项目处于早期开发阶段,请勿用于生产环境。

安装

环境要求:

安装 (Debian / Ubuntu):

curl -O "https://raw.githubusercontent.com/v2ray/v2ray-Panel/master/tools/install_debian.sh" && bash install_debian.sh

安装 (CentOS):

curl -O "https://raw.githubusercontent.com/v2ray/v2ray-Panel/master/tools/install_centos.sh" && bash install_centos.sh

主节点:

# Initialize
cd /usr/local/v2ray-panel/v2ray-Panel/
chmod +x ./tools/setup_master.sh
./tools/setup_master.sh

# Run
v2ray-panel-master

承载节点:

# Connect the master
cd /usr/local/v2ray-panel/v2ray-Panel/
chmod +x ./tools/setup_node.sh
./tools/setup_node.sh

# Run
v2ray-panel-node

其中,

Patch Core

目前, V2Ray Panel 需要对 Core 进行 Patch 来实现流量统计功能。

Patched Core: https://github.com/losfair/v2ray-core