dinlo / shadowsocks-install

a CLI Bash script to install shadowsocks server automatic for Debian / Ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shadowsocks server install

Intro

Shadowsocks is a secure SOCKS5 proxy, designed to protect your Internet traffic.

Current version: 3.0(03) | Changelog

Current lauguage: English | Simplified Chinese

Summary

This script can compile and install for Linux server automatic by @Vndroid

Features

Automatically deploy servers and Optimize the shadowsocks server on Linux.

Support:

  • Debian 7 Wheezy
  • Debian 8 Jessie
  • Debian 9 Stretch
  • Debian 10 Buster
  • Ubuntu 14.04 Trusty
  • Ubuntu 16.04 Xenial
  • Ubuntu 18.04 Bionic
  • Ubuntu 20.04 focal

How to use:

Download

# wget https://raw.githubusercontent.com/Vndroid/shadowsocks-install/master/shadowsocks.sh
# chmod +x shadowsocks.sh

Install

# ./shadowsocks.sh install 2>&1 | tee shadowsocks.log

Notice: Must be as root user run this command.

Uninstall

# ./shadowsocks.sh uninstall

Configure and start the service

Edit the configuration file

# vi /etc/shadowsocks.json

Start the service via sysvinit

# /etc/init.d/shadowsocks start

Stop the service via sysvinit

# /etc/init.d/shadowsocks stop

Check service status

# /etc/init.d/shadowsocks status

View the shadowsocks server log

# tail -f /var/log/shadowsocks.log

Report issues

Email Me: waveworkshop@outlook.com With the "shadowsocks.log"

About

a CLI Bash script to install shadowsocks server automatic for Debian / Ubuntu

License:Apache License 2.0


Languages

Language:Shell 100.0%