-
Notifications
You must be signed in to change notification settings - Fork 5
Home
V2Rock [ EN | 中文]
You are more than welcome to edit/add to the wiki, but PLEASE DO NOT DELETE any pages or sidebars without asking if they are needed, also please don't base the WIKI on your individual issues.
V2Rock is an open-source GUI client to manage v2ray connections. It is based on v2ray-core and adds a nice and easy to use GUI on top of it, written in Qt5. Comparing to other Linux GUI tools for v2ray, V2Rock is much smaller in size and occupies less system's resources.
Prebuild packages are available for following Distros:
- Ubuntu 20.04 Focal
- Ubuntu 18.04 Bionic
- Ubuntu 16.04 Xenial
- Debian 10 Buster
- Debian 8 Jessie
Before installing v2rock, please make sure v2ray-core has been installed.
Prebuild packages can be found at releases, all packages are in deb format, download the corresponding package to your system.
Then in console, run
sudo dpkg -i /path/to/v2rock_x.x.x-x_xxxxx_xxxxx.deb
If there are any missing dependencies, run
sudo apt-get install -f
- Click
Settings
button, inputsubscribe_url
- Click
Import
to import nodes from subscription - Highlight a node in the list, click
Test
to ping the address - If the speed looks good, double click to select the node, then click
Start
to start v2ray process - Configure your browser to use the local proxy.
Install DEV-tools
sudo apt install build-essential qt5-default libssl-dev qt5keychain-dev
Checkout the project
git clone https://github.com/IOsetting/v2rock.git
Compile the project
cd v2rock
qmake && make -j4
v2rock binary will be generated under v2rock/v2rock.