Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 1.39 KB

README.md

File metadata and controls

74 lines (52 loc) · 1.39 KB

vps-4-v2ray

Installing VPS in ubuntu server for v2ray host

Manage Script

❗ Requirements

  • Vps with Ubuntu 20.04 or Ubuntu-latest OS.
  • A UUID (Generate a UUID via V2rayN or http://uuidgenerator.net).
  • Use xray-nodomain script to connect directly from IP without using DNS.

📖 Installation - Without DNS

apt-get update -y && apt-get upgrade -y
sudo reboot (To restart after the update)
sudo git clone https://github.com/SahiDemon/vps-4-v2ray
cd vps-4-v2ray
sudo chmod 777 xray-nodomain.sh
sudo ./xray-nodomain.sh

📖 How To Connect

This Script is for automating connect proxy setup

Run in Powershell

iwr -useb https://raw.githubusercontent.com/SahiDemon/proxydata/main/ProxyInstall.ps1 | iex

Additional resources

Main Repo REPO PROXYManager. Assets located in its REPO PROXYDATA.

  • AlterId = 4

  • Http Port = 80

  • Xtls port = 443

📖 Unistallation (Remove xray-core and all modified config files from the server) *will not remove BBR

  1. sudo rm -rf ~/bash-xray-script

  2. sudo git clone https://github.com/SahiDemon/vps-4-v2ray

  3. cd vps-4-v2ray

  4. sudo chmod 777 remove-xray.sh

  5. sudo ./remove-xray.sh