sudo apt-get install openssl
./configure --prefix=/安装位置就行
新建一个config.json文件
{
"server": "主机ip",
"server_port": 主机端口,
"local_port": 1080,
"password": "密码",
"timeout": 600,
"method": "aes-256-cfb"
}
nohup ss-server -c config.json &
后台运行着服务就行了