Page:
							Install Shadowsocks Server on Windows
						
						
					
					
							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
				
					11 
					Install Shadowsocks Server on Windows
					
				
						
						clowwindy edited this page 2015-08-09 20:17:07 +08:00 
					
				Notice: this page is for server side. If you are looking for clients, visit clients.
Server deployment on Windows is discouraged, since the select API performs very poor. If you want to serve many users, you should always set up your server on Linux. Please visit README for more details.
- Download and install Python for Windows, you can download x86-64 MSI installer in 64bit Windows.
- During installation you should install pip
  
- Install OpenSSL for Windows. If you installed 64bit Python, you should install 64bit OpenSSL.
- Install shadowsocks like Linux. In Command Prompt, type command line
pip install shadowsocks
- If you want to use salsa20orchacha20encryption, download libsodium and put dll files (without path) intoC:\Windows\System32orC:\Windows\SysWOW64(32bit Python on 64bit Windows).