XrayR-V2Board
XrayR-V2Board copied to clipboard
XrayR One-Click Script for V2Board
English | 简体中文
Speed up your nodes with Amazon CDN (CloudFront)
Description
- Thanks to
XrayRall authors for their contributions - Thanks to
XrayR-releasefor the one-click script - This script is based on
XrayR-release. - Only For
V2Board - This repository uses the latest version of
XrayRby default
Update
May 19, 2022
- Remove the autonomy to choose whether to enable
AEADencryption and forceAEADto be enabled
April 27, 2022
- Author delete library, this script enable backup solution, not affected
- My XrayR backup
April 13, 2022
- Added
ARM64support (e.g. Oracle ARM can be installed perfectly)
February 28, 2022
- Modified
AEADencryption default selection (on by default if not entered)
February 2, 2022
- Option to turn off
AEADencryption (on by default in official script, off by default in this script)
December 15, 2021
- Optionally
V2ray,Shadowsocks,Trojan(official script default V2ray, this script default V2ray)
May 31, 2021
- Complete the script
Original project
Features
- No need to configure panel URL and TOKEN each time (permanent once)
- No need to change the node ID in the configuration file
Guide
- Fork this repository and modify the
config.ymlfile, only the following two lines need to be modified.
ApiHost: "YOUR_PANEL_URL" # Modify here
ApiKey: "YOUR_TOKEN" # Modify here
- Modify line 203 of the
install.shfile to change the usernamemissuoto your own GitHub username.
wget https://cdn.jsdelivr.net/gh/missuo/XrayR-V2Board/config.yml -O /etc/XrayR/config.yml
- Change the username
missuoin the link below to your own GitHub username to complete the configuration of the one-click install script command.
x86_64
bash <(curl -Ls https://cdn.jsdelivr.net/gh/missuo/XrayR-V2Board/install.sh)
ARM_64
bash <(curl -Ls https://cdn.jsdelivr.net/gh/missuo/XrayR-V2Board/install-arm.sh)
- Complete the basic node information on the
V2Boardpanel.
- Record your node ID.
- Execute the above one-click install command on your VPS, it will install fully automatically and you will be prompted to enter your node ID.
Caution
Since your repository may be public after you Fork this repository. Modifying the configuration file directly may expose your panel's key information. We recommend downloading config.yml and uploading it to your own server after modifying the information. And fill in the install.sh with your own config file download link. Finally, upload install.sh to your own server to generate your own one-click installation command.