Best Script for run v2ray server
- January 1, 2023
- 0
- Mila
V2Ray has a number of advanced features, such as support for multiple protocols, multiple transport layers, and integration with other popular tools such as Tor. This makes V2Ray an ideal choice for users who need a powerful, secure proxy server.
Script with Chinese control panel
Login as root > copy paste below command to install
apt update && apt upgrade -y
bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
systemctl daemon-reload
systemctl enable x-ui
systemctl restart x-ui
Source
Script with English control panel
Login as root > copy paste below command to install
wget --no-check-certificate -O install https://raw.githubusercontent.com/proxykingdev/x-ui/master/install
chmod +x install
./install
Source
Welcome to Fastv2ray