Page:
							Setting Up Shadowsocks on Linode
						
						
					
					
							Pages
							
							
								Ban Brute Force Crackers
							
								Block Connection to localhost
							
								Change Server on the Fly
							
								Configuration via Config File
							
								Configure Multiple Users
							
								Configure Shadowsocks with Supervisor
							
								Connect to OpenVPN over Shadowsocks
							
								Convert Shadowsocks into an HTTP proxy
							
								Encryption
							
								Feature Comparison across Different Versions
							
								Forcing Chrome to Use Socks5 Proxy
							
								Generate QR Code for Android or iOS Clients
							
								Gentoo overlay
							
								Graceful shutdown and restart
							
								Home
							
								Install Shadowsocks Server on Windows
							
								Manage Multiple Users
							
								Objective
							
								Optimizing Shadowsocks
							
								Ports and Clients
							
								Salsa20
							
								Securing Public Shadowsocks Server
							
								Setting Up Shadowsocks on Linode
							
								Setup a Shadowsocks relay
							
								Shadowsocks 使用说明
							
								TCP Fast Open
							
								Troubleshooting
							
								Using Shadowsocks with Command Line Tools
							
								Workers
							
								优化 Shadowsocks
							
								回复模版
							
								在 Linode 上快速搭建 Shadowsocks
							
								用 Supervisor 运行 Shadowsocks
							
						
					No results
				
					5 
					Setting Up Shadowsocks on Linode
					
				
						
						clowwindy edited this page 2014-09-26 04:03:58 -07:00 
					
				If you already created a Linode with Debian 7.0+, run the following and skip to Step 6.
apt-get install curl
curl 'https://raw.githubusercontent.com/shadowsocks/stackscript/master/stackscript.sh?v=4' > /tmp/ss.sh && bash /tmp/ss.sh && rm /tmp/ss.sh
If you didn't, do the following:
- Create a new Linode and select Deploying using StackScripts
- Search Shadowsocks StackScript written by clowwindy and click it
- Set root password and rebuild your server
- Boot your server
- Wait the VPS to boot up.
- 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



