Perform installation only if you have administrator rights! (root)
It will automatically install “Nginx”, and set up a configuration file for “Shadowsocks + Vless TLS + Vless WebSocket”. The script allows you to select one or more options.
You must buy, or find a free DOMAIN NAME (example.com), if you are going to use "Vless". For "Shadowsocks" it is NOT NEEDED.
P.s. dnsexit - It seems this site gives you the opportunity to register a domain for free. But the free period of use is 1 year.
- --help - Print help info
- --install - Installing Xray
- --remove - Deletes Xray
- --reinstall - Reinstalls all configs and services
- --renew - Reinstalls ONLY configuration files, without reinstalling services
- --vless-qr - Outputs the Vless connection code to the terminal
- --vless-ws-qr - Outputs the Vless WebSocket connection code to the terminal
- --shadowsocks-qr - Outputs the Shadowsocks connection code to the terminal
apt-get update
apt-get -y install curlbash <(curl -s https://raw.githubusercontent.com/Shark-vil/xray_vless_easy_install_script/master/xvei.sh) --installbash <(curl -s https://raw.githubusercontent.com/Shark-vil/xray_vless_easy_install_script/master/xvei.sh) --removebash <(curl -s https://raw.githubusercontent.com/Shark-vil/xray_vless_easy_install_script/master/xvei.sh) --reinstallbash <(curl -s https://raw.githubusercontent.com/Shark-vil/xray_vless_easy_install_script/master/xvei.sh) --renewbash <(curl -s https://raw.githubusercontent.com/Shark-vil/xray_vless_easy_install_script/master/xvei.sh) --vless-qrbash <(curl -s https://raw.githubusercontent.com/Shark-vil/xray_vless_easy_install_script/master/xvei.sh) --vless-ws-qrbash <(curl -s https://raw.githubusercontent.com/Shark-vil/xray_vless_easy_install_script/master/xvei.sh) --shadowsocks-qrapy-get update
apt-get install wget
wget https://raw.githubusercontent.com/Shark-vil/xray_vless_easy_install_script/master/xvei.sh
chmod +x xvei.sh
./xvei.sh/usr/local/etc/xray/config.json
cat /usr/local/etc/xray/config.jsonecho $(cat /usr/local/etc/xray/config.json)/$HOME/xray_eis/vless_config.json
cat /$HOME/xray_eis/vless_config.jsonecho $(cat /$HOME/xray_eis/vless_config.json)/$HOME/xray_eis/vless_link.txt
cat /$HOME/xray_eis/vless_link.txtecho $(cat /$HOME/xray_eis/vless_link.txt)/$HOME/xray_eis/vless_ws_config.json
cat /$HOME/xray_eis/vless_ws_config.jsonecho $(cat /$HOME/xray_eis/vless_ws_config.json)/$HOME/xray_eis/vless_ws_link.txt
cat /$HOME/xray_eis/vless_ws_link.txtecho $(cat /$HOME/xray_eis/vless_ws_link.txt)/$HOME/xray_eis/shadowsocks_config.json
cat /$HOME/xray_eis/shadowsocks_config.jsonecho $(cat /$HOME/xray_eis/shadowsocks_config.json)/$HOME/xray_eis/shadowsocks_link.txt
cat /$HOME/xray_eis/shadowsocks_link.txtecho $(cat /$HOME/xray_eis/shadowsocks_link.txt)- I can't connect to the session.
-
- Make sure your server is not closed by a CDN (For example: Сloudflare Proxied). In this case you will only have to use Vless WebSocket or Shadowsocks connection. If the domain returns the real IP of your server - you can use any type of connection.
- I paste the text to connect into the app, but nothing works.
-
- Some applications may not support vless:// and ss:// references. In this case, you will need to use the full configuration file. You can get it by invoking the command in the terminal after installation:
echo $(cat /$HOME/xray_eis/vless_config.json)echo $(cat /$HOME/xray_eis/vless_ws_config.json)echo $(cat /$HOME/xray_eis/shadowsocks_config.json)- Nekoray (GitHub) I recommend it
- Qv2ray (GitHub)
- Hiddify - Configuration files only! vless:// & ss:// may not process completely!
- v2rayNG (GitHub) I recommend it
P.s. Personally, I'm having trouble with Hiddify on my Android device. I recommend using v2rayNG. On Windows - Hiddify works fine!
