All Projects → wulabing → Ssr Manyuser_glzjin_shell

wulabing / Ssr Manyuser_glzjin_shell

Licence: mit
sspanel v3 魔改版 后端一键安装配置管理脚本

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Ssr Manyuser glzjin shell

Multivisor
Centralized supervisor WebUI and CLI
Stars: ✭ 104 (-21.8%)
Mutual labels:  supervisor
Performance
Xray/v2ray/trojan/shadowsocks 基础性能测试及针对性测试.
Stars: ✭ 122 (-8.27%)
Mutual labels:  shadowsocks
Fanqiang Book
2021科学上网指南,小白图文攻略 | 翻墙/梯子/自由上网/SSR/V2Ray/
Stars: ✭ 127 (-4.51%)
Mutual labels:  shadowsocks
Libqtshadowsocks
A lightweight and ultra-fast shadowsocks library written in C++14 with Qt framework
Stars: ✭ 1,455 (+993.98%)
Mutual labels:  shadowsocks
Hiwifi Ss
极路由+ss配置
Stars: ✭ 1,520 (+1042.86%)
Mutual labels:  shadowsocks
Tun2socks
tun2socks - powered by gVisor TCP/IP stack
Stars: ✭ 123 (-7.52%)
Mutual labels:  shadowsocks
Potatso Swift5
Potatso compiled with swift5 xcode 10.2.1 mojave 10.14.5
Stars: ✭ 103 (-22.56%)
Mutual labels:  shadowsocks
Encryptsocks
Encrypt your socks transmission.
Stars: ✭ 131 (-1.5%)
Mutual labels:  shadowsocks
Ssvpn
V2free for android, a V2ray and Shadowsocks client with many builtin free servers.
Stars: ✭ 121 (-9.02%)
Mutual labels:  shadowsocks
Ubnt Mips Shadowsocks Libev
Cross complie shadowsocks for UBNT devices based on mipsel or mips64
Stars: ✭ 127 (-4.51%)
Mutual labels:  shadowsocks
V2ray Core
A platform for building proxies to bypass network restrictions.
Stars: ✭ 38,782 (+29059.4%)
Mutual labels:  shadowsocks
Mmp Go
Mega Multiplexer, a single port multi-service relay for shadowsocks. 中转机单端口转发多台shadowsocks服务器。
Stars: ✭ 116 (-12.78%)
Mutual labels:  shadowsocks
Aioshadowsocks
用 asyncio 重写 shadowsocks ~
Stars: ✭ 126 (-5.26%)
Mutual labels:  shadowsocks
Breaking Gfw Book
整理所有的翻墙方法,持续更新....欢迎PR
Stars: ✭ 105 (-21.05%)
Mutual labels:  shadowsocks
Graceful
graceful reload golang http server, zero downtime, compatible with systemd, supervisor
Stars: ✭ 129 (-3.01%)
Mutual labels:  supervisor
Shadowsocksgostplugin
Gost 的 Shadowsocks 安卓插件,可以直接在 Shadowsocks 安卓客户端上连接 Gost 服务器
Stars: ✭ 104 (-21.8%)
Mutual labels:  shadowsocks
Onesubscribe
ss ssr v2ray 订阅管理 node 后端
Stars: ✭ 122 (-8.27%)
Mutual labels:  shadowsocks
Monexec
Light supervisor on Go (with optional Consul autoregistration)
Stars: ✭ 132 (-0.75%)
Mutual labels:  supervisor
Fwlite
A anti-censorship HTTP proxy with builtin shadowsocks support.
Stars: ✭ 129 (-3.01%)
Mutual labels:  shadowsocks
Moproxy
A transparent TCP to SOCKSv5/HTTP proxy on Linux written in Rust.
Stars: ✭ 126 (-5.26%)
Mutual labels:  shadowsocks

sspanel v3 glzjin 后端一键安装配置管理脚本

  • 适用于glzjin面板ssr后端的一键安装脚本 实现输入配置信息、以及全自动安装,配置一键修改,一键启动暂停等功能 支持 modwebapi 及 glzjinmod(mysql connect)
  • 旧版支持 Ubuntu14.04+ / Centos 6+ / Debian7+
  • 新版(supervisor版本)支持 Ubuntu16.04+ / Centos 6+ / Debian 8+
  • 默认安装目录:/root/shadowsocks
  • 请注意:4.0版本未经过严格的测试,若出现问题请及时提交 issue ,本人将会对相关内容进行排查,感谢理解
  • 由于零散更新,内容上出现部分代码冗余,会在未来进行部分代码重构

安装方法 ( 2017/12/21 更新)

git clone https://github.com/wulabing/SSR-manyuser_glzjin_shell.git SSR

cd SSR

旧版本停止维护,目前不可用

新版本安装:

chmod +x shadowsocks_new.sh

./shadowsocks_new.sh install | tee ss.log

chmod +x /root/shadowsocks/*.sh

相关目录

后端默认安装目录:/root/shadowsocks

supervisor 默认配置目录 :/etc/supervisor/conf.d/shadowsocks.conf (Centos:/etc/supervisord.conf)

启动方式()

旧版本:

  • 启动:/root/shadowsocks/log.sh
  • 启动(日志模式):/root/shadowsocks/logrun.sh
  • 停止:/root/shadowsocks/stop.sh
  • 日志:/root/shadowsocks/tail.sh

新版本:

  • 启动 shadowsocks :./shadowsocks_new.sh start
  • 停止 shadowsocks :./shadowsocks_new.sh stop
  • 重启 shadowsocks :./shadowsocks_new.sh restart
  • 强制停止 shadowsocks :./shadowsocks_new.sh fstop
  • 配置信息变更:./shadowsocks_new.sh modify
  • 添加 supervisor 开机启动: systemctl enable supervisor (centos6:chkconfig --add supervisord)
  • 日志 :tail -f /var/log/sslog.txt

问题反馈

携带 ss.log 文件提交 issue

更新

2017-12-21

V4.0

  • 添加 基本init选项,可以直接通过脚本控制后端启动,暂停等基本功能
  • 添加 配置信息自助修改功能
  • 修复 细节性bug

2017-12-12

V3.11

  • 修复 easy_install pip 出错后 python-pip 安装的逻辑错误

2017-12-10

V3.1

  • 添加 部分选项默认配置
  • 修复 部分交互提示错误
  • 添加 Centos6 支持
  • 修复 部分bug

2017-12-10

V3.0

从本版本开始 仅支持具有 Systemd 特性的发行版系统 并启用 shadowsocks_new.sh 更新,旧版本停止维护

  • 1.添加 supervisor 守护程序安装
  • 2.添加 选择列表,可以手动选择安装 SSR 或 supervisor
  • 3.修复 webapi模式下运行出现 no module named requests 的情况 (由于缺少 requests 模块)
  • 4.改善 部分交互内容

2017-08-09

V2.1.2

  • 1.调整顺序。优先进行信息输入,然后进入安装流程

2017-07-29

V2.1.1

  • 1.libsodium 版本由早期 1.0.10 调整至 1.0.13

2017-05-07

V2.1

  • 1.修复因逻辑问题导致配置文件内容异常从而导致的运行报错
  • 2.修复由于 debian 源中有 deb cdrom 而导致的安装中断
  • 3.添加了禁用防火墙的相关内容

V2.0

  • 1.实现输入配置信息、以及全自动安装,支持 modwebapi 及 glzjinmod(mysql connect)
  • 2.修复bug

2017-05-06

V1.1

  • 1、自动进行相关依赖的安装,支持 ubuntu14.04+ / centos6+ /debian7+
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].