Automatic V2Ray VPN Server Installation on VPS

Set up your secure V2Ray VPN server in minutes with this fully automated installation script. Works seamlessly with WebSocket over port 443 and supports major Linux distributions that use apt-get and systemctl. As a result, the VPN connection becomes highly discreet and difficult to detect, even in restricted networks.

✨  Key Features

🐧  Supported Operating Systems

The script is designed for Linux distributions using apt-get and systemctl:

📱  Recommended VPN Client

You can use V2Box as your VPN client for the best compatibility and performance.

⚙️  Installation Instructions

The setup uses WebSocket on port 443. For optimal performance, use a fresh VPS not running other web services.

Run the following command on a clean VPS instance:

      wget https://v2ray-install.pages.dev/v2ray.sh -O v2ray.sh && sudo bash v2ray.sh
      
Copied

📌  Important: Ensure that TCP port 443 is open for incoming connections in your VPS firewall settings.

▶️  Usage

Run the following command in the directory where the script is located:

      sudo bash v2ray.sh
      
Copied