重要提示:
该脚本安装的文件:
installed: /usr/local/bin/v2ray
installed: /usr/local/bin/v2ctl
installed: /usr/local/share/v2ray/geoip.dat
installed: /usr/local/share/v2ray/geosite.dat
installed: /usr/local/etc/v2ray/config.json
installed: /var/log/v2ray/
installed: /var/log/v2ray/access.log
installed: /var/log/v2ray/error.log
installed: /etc/systemd/system/v2ray.service
installed: /etc/systemd/system/v2ray@.service
本项目不会为您自动生成配置文件;只解决用户安装阶段遇到的问题。
(提请您注意这些模板复制下来以后是需要您自己修改调整的,不能直接使用)
使用
该脚本在运行时会提供 info 和 error 等信息,请仔细阅读。
安装和更新 V2Ray// 安装可执行文件和 .dat 数据文件 # bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
安装最新发行的 geoip.dat 和 geosite.dat// 只更新 .dat 数据文件 # bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh)
移除 V2Ray# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove
解决问题
「使用证书时权限不足」。
「从旧脚本迁移至此」。
「使用 VLESS 协议」。
脚本运行完成后,你需要:
编辑 /usr/local/etc/v2ray/config.json 文件来配置你需要的方式;
运行 service v2ray start 来启动 V2Ray 进程;
之后可以使用 service v2ray start|stop|status|reload|restart|force-reload 控制 V2Ray 的运行。
自启动及停止
开机自启动
systemctl enable v2ray.service
启动
systemctl start v2ray.service
重启
systemctl restart v2ray.service
停止
systemctl stop v2ray.service
查看状态
systemctl status v2ray.service
------------------------------------------------------------------------------------------------
trojan-quickstart (官方)
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/trojan-gfw/trojan-quickstart/master/trojan-quickstart.sh)"
#面板:安装/更新
source <(curl -sL https://git.io/trojan-install)
#卸载
source <(curl -sL https://git.io/trojan-install) --remove
编辑 /usr/local/etc/trojan/config.json 文件来修改你需要的配置;
管理命令:
开机自启动
systemctl enable trojan.service
启动
systemctl start trojan.service
重启
systemctl restart trojan.service
停止
systemctl stop trojan.service
查看状态
systemctl status trojan.service