Getting Started
How to Start Using VPN
- Create an account
- Choose a pricing plan
- Download your VPN configuration
- Connect using your VPN client
Supported Platforms
Windows
Recommended
V2RayTun
Official recommended client with best compatibility
Setup Instructions
- Download V2RayTun for Windows from official website
- Extract archive and run the application
- Click 'Servers' -> 'Import from clipboard'
- Paste your VLESS configuration URL
- Right-click system tray icon -> Enable system proxy
macOS
Recommended
V2RayTun
Official recommended client for macOS
Setup Instructions
- Download V2RayTun from App Store
- Install the application
- Open V2RayTun and click 'Import from clipboard'
- Paste your VLESS configuration URL
- Click 'Connect' to start VPN
Android
Recommended
V2RayTun
Official recommended client for Android
Setup Instructions
- Install V2RayTun from Google Play Store
- Open the app and tap '+' button
- Select 'Import config from clipboard'
- Paste your VLESS configuration URL
- Tap the connection to activate VPN
Ios
Recommended
V2RayTun
Official recommended client for iOS
Setup Instructions
- Install V2RayTun from App Store
- Open the app and go to 'Servers' section
- Tap '+' and select 'Import from clipboard'
- Paste your VLESS configuration URL
- Install VPN profile when prompted
- Enable the connection toggle
Linux
Recommended
Xray-core
Official command-line VPN client with Reality protocol support. Perfect for servers and advanced users.
Setup Instructions
- Download and install Xray-core from the official repository
- Copy the configuration below to a file named config.json
- Run Xray with: xray run -c config.json
- Configure your applications to use SOCKS5 proxy at 127.0.0.1:10080
Recommended
Nekoray
Qt based cross-platform GUI proxy configuration manager
Setup Instructions
- Download nekoray-*-linux64.zip from releases
- Extract: unzip nekoray-*-linux64.zip
- Run: cd nekoray && ./launcher
- Click 'Program' -> 'Import from clipboard'
- Paste your VLESS configuration URL
- Right-click server and select 'Start'
Recommended
Xray-core + tun2socks
Command-line setup with TUN device for system-wide VPN
Setup Instructions
- Install Xray: bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install
- Install tun2socks: Download from https://github.com/xjasonlyu/tun2socks/releases
- Create config.json with your VLESS settings
- Start Xray: sudo systemctl start xray
- Create TUN device: sudo ip tuntap add mode tun dev tun0
- Start tun2socks: sudo tun2socks -device tun0 -proxy socks5://127.0.0.1:10808
- Configure routing: sudo ip addr add 198.18.0.1/15 dev tun0
- Route traffic: sudo ip link set tun0 up
- Set default route: sudo ip route add default via 198.18.0.1 dev tun0 metric 1
sing-box
Universal proxy platform with TUN support
Setup Instructions
- Download sing-box-*-linux-amd64.tar.gz from releases
- Extract: tar -xzf sing-box-*-linux-amd64.tar.gz
- Move binary: sudo mv sing-box-*/sing-box /usr/local/bin/
- Create config.json with your VLESS settings
- Run: sing-box run -c config.json