Log in to your server, check everything is OK. And find the password and server port generated for you:
# supervisorctl status
shadowsocks RUNNING pid 6929, uptime 0:01:25
# cat /etc/shadowsocks.json
{
“server”:”0.0.0.0″,
“server_port”:4762,
“local_port”:1080,
“password”:”7f2aa2fef57d8414″,
“timeout”:300,
“method”:”aes-256-cfb”
}
If you need to restart the server, run
supervisorctl restart shadowsocks
https://github.com/shadowsocks/shadowsocks/wiki/在-Linode-上快速搭建-Shadowsocks