VPS安装trojan教程:使Trojan与宝塔面板共存,不影响已有站点或者博客

  • A+
所属分类:未分类

去网上搜了一圈Trojan的搭建教程,都用的一键搭建脚本,使用这些脚本后VPS上就不能建站了

今天我就来试着解决一下问题,系统为纯净CentOS 7,其他系统大同小异

1. 安装BBRplus内核

shell

yum install wget

bash <(curl -s -L https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh)

2. 安装宝塔面板

shell

wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh

进入宝塔面板安装环境,随便建一个站,绑上准备好的二级域名,申请ssl证书并关闭ssl

3. 安装Trojan

shell

bash <(curl -fsSL https://raw.githubusercontent.com/trojan-gfw/trojan-quickstart/master/trojan-quickstart.sh)

4. 配置Trojan

shell

yum install nano

nano /usr/local/etc/trojan/config.json

把”cert”改为 /www/server/panel/vhost/ssl/你的域名/fullchain.pem

把”key”改为 /www/server/panel/vhost/ssl/你的域名/privkey.pem

顺便再改下密码,至此配置完成

5. 常用命令

启动/停止/重启/查看状态/开机自启

shell

systemctl start trojan

systemctl stop trojan

systemctl restart trojan

systemctl status trojan

systemctl enable trojan

  • 我的微信
  • 这是我的微信扫一扫
  • weinxin
  • 我的微信公众号
  • 我的微信公众号扫一扫
  • weinxin
avatar

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: