一鍵傻瓜式shadowsocks伺服器搭建

騎著小貓碼程式碼丶發表於2018-12-16

指令碼適用環境

CentOS 6+,Debian 7+,Ubuntu 12+

關於指令碼

1、一鍵安裝 Shadowsocks-Python, ShadowsocksR, Shadowsocks-Go, Shadowsocks-libev 版(四選一)服務端,此處建議選擇Go語言版本;同時不建議同時安裝多個版本

預設配置

伺服器埠:自己設定(如不設定,預設從 9000-19999 之間隨機生成)

密碼:自己設定(如不設定,預設為 teddysun.com

加密方式:自己設定(如不設定,Go 版預設為 aes-256-cfb)

協議(protocol):自己設定(如不設定,預設為 origin)(僅限 ShadowsocksR 版)

混淆(obfs):自己設定(如不設定,預設為 plain)(僅限 ShadowsocksR 版)

備註:指令碼預設建立單使用者配置檔案,如需配置多使用者,請手動修改相應的配置檔案後重啟即可。

使用方法

使用root使用者登入,執行以下命令3個命令:

1、wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh
2、chmod +x shadowsocks-all.sh
3、./shadowsocks-all.sh 2>&1 | tee shadowsocks-all.log
複製程式碼

shell命令說明,1為下載指令碼到本地,2為賦予指令碼執行許可權,3位執行指令碼安裝shadowsocks伺服器 安裝完成後,指令碼提示如下

Congratulations, your_shadowsocks_version install completed!
Your Server IP        :your_server_ip
Your Server Port      :your_server_port
Your Password         :your_password
Your Encryption Method:your_encryption_method

Your QR Code: (For Shadowsocks Windows, OSX, Android and iOS clients)
 ss://your_encryption_method:your_password@your_server_ip:your_server_port
Your QR Code has been saved as a PNG file path:
 your_path.png

Welcome to visit:https://teddysun.com/486.html
Enjoy it!
複製程式碼

安裝完成後:

/etc/init.d/shadowsocks-go start | stop | restart | status
複製程式碼

執行上述命令對應啟動,停止等

推薦

親情推薦使用阿里雲伺服器(非內地ip,推薦香港)搭建ss伺服器,低至200/年實惠有效 附贈優惠禮包自取: 阿里雲飛機票

相關文章