- 首先,需要购买境外服务器,在这里选用vultr
- 首先需要安装wget
- 配置完成后,输入第一条命令:
wget --no-check-certificate |
完成后,输入第二条命令:chmod +x shadowsocks.sh
完成后,第三条命令:./shadowsocks.sh 2>&1 | tee shadowsocks.log
中间会提示你输入你的SS SERVER的账号,和端口。不输入就是默认。
跑完命令后会出来你的SS客户端的信息。请立即copy下来加以保存。
上面的命令全部回车执行后,如果没有报错,即为执行成功,出现确认提示的时候,输入 y 后,回车即可。
安装完成后,脚本提示如下:
Congratulations, shadowsocks install completed!
Your Server IP:your_server_ip
Your Server Port:your_server_port
Your Password:your_password
Your Local IP:127.0.0.1
Your Local Port:1080
Your Encryption Method:aes-256-cfb
记录保存好你的上述信息:Server IP、Server Port、Password、Encryption Method
这时你的专属ss已经大好了,开始使用吧。