/vultr-start

vultr start script

Primary LanguageShell

Vultr Script Startup

Steps

  1. Execute install v2ray script
bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --version v4.44.0
  1. Change v2ray config.json
vi /usr/local/etc/v2ray/config.json
  1. MD5
vi /etc/systemd/system/v2ray.service

[Service]
Environment="V2RAY_VMESS_AEAD_FORCED=false"
  1. Close firewall of debian
ufw disable
  1. Change Time
timedatectl set-timezone Asia/Shanghai
  1. Reboot
reboot
  1. Start v2ray systemctl start v2ray

  2. CloudFare must use 80 !