duyuanch/blog

一键脚本搭建SS服务器

duyuanch opened this issue · 5 comments

前言

写了一个Shaodwsocks一键服务器搭建脚本

https://github.com/shellhub/shellhub

连接VPS服务器

ssh root@your_vps_ip_address

下载脚本并安装

复制下面的代码在vps执行

wget -N --no-check-certificate https://raw.githubusercontent.com/shellhub/shellhub/master/proxy/shadowsocks.sh && chmod +x shadowsocks.sh && ./shadowsocks.sh

输入连接密码

直接回车默认为shellhub

******************************************************
* OS     : Debian Ubuntu CentOS                      *
* Desc   : auto install shadowsocks on CentOS server *
* Author : https://github.com/shellhub               *
******************************************************

Password used for encryption (Default: shellhub):

输入端口号

该端口号为服务器监听端口号,可以手动输入,或者直接回车默认生成

Server port(1-65535) (Default: 19058):4454

选择加密方式

默认为aes-256-cfb,可以选择对应的数字

1:	aes-128-cfb
2:	aes-192-cfb
3:	aes-256-cfb
4:	chacha20
5:	salsa20
6:	rc4-md5
7:	aes-128-ctr
8:	aes-192-ctr
9:	aes-256-ctr
10:	aes-256-gcm
11:	aes-192-gcm
12:	aes-128-gcm
13:	camellia-128-cfb
14:	camellia-192-cfb
15:	camellia-256-cfb
16:	chacha20-ietf
17:	bf-cfb
Select encryption method (Default: aes-256-cfb):3

安装完成

会生成如下配置信息,分别为服务器ip地址,端口号,加密方式,密码,还有一个包含所有配置信息的链接(ss开头)

Install completed
ip_address:	192.168.23.3
server_port:	4454
encryption:	aes-256-cfb
password:	shellhub
ss_link:	ss://YWVzLTI1Ni1jZmI6c2hlbGxodWJAMTkyLjE2OC4yMy4zOjQ0NTQK

同时会生成二维码,客服端可以直接扫描

screenshot from 2018-08-09 11-09-43

如何更改配置和查看状态呢? 默认安装到哪里了

配置文件默认在 /etc/shadowsocks.json @NeverMing

修改了配置如何重新启动呢?

就是配置后如何重新启动/etc/init.d/shadowsocks restart 不管用·

您好 请问manager在新加账户之后 为何ss的配置并没有变化呢?两者是否存在联动