Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Trojan服务器教程

一、 准备:

1. VPS服务器

2. 域名

3. 脚本

二、VPS服务器以centOS 7为例:

#服务器准备工作 yum update -y yum install -y curl vim wget unzip git nano yum -y install ntpdate timedatectl set-timezone Asia/Shanghai ntpdate ntp1.aliyun.com ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime systemctl disable firewalld systemctl stop firewalld sed -i ‘s/enforcing/disabled/g’ /etc/selinux/config /etc/selinux/config reboot

二、  一键安装trojan脚本代码(系统支持centos7+/debian9+/ubuntu16+):

脚本1:

bash -c “$(curl -fsSL https://raw.githubusercontent.com/atrandys/trojan/master/trojan_mult.sh)”

如果输入安装命令没反应,或者提示curl: command not found ,那是因为服务器系统没有自带curl命令,安装一下curl。

CentOS系统安装curl命令:yum install -y curl

Debian/Ubuntu系统安装curl命令:apt-get install -y curl

脚本2:

bash <(wget -qO- https://raw.githubusercontent.com/fscarmen/argox/main/argox.sh)