Skip to content

ShadowsoksR多用户管理脚本,轻松添加修改,删除用户。

License

Notifications You must be signed in to change notification settings

xianyuorz/SSR-Bash-Python

 
 

Repository files navigation

SSR-Bash

ShadowsocksR多用户管理脚本(基于官方mujson版本)

介绍

一个Shell脚本,集成SSR多用户管理,流量限制,加密更改等基本操作。是一个基于ShadowsocksR官方的mujson的辅助脚本。方便用户操作 如有任何问题和意见,...

更新日志

系统支持

  • Ubuntu 14
  • Ubuntu 16
  • Debian 7
  • Debian 8
  • CentOS 6
  • CentOS 7

功能

  • 一键开启、关闭SSR服务
  • 添加、删除、修改用户端口和密码
  • 自由限制用户端口流量使用
  • 自动修改防火墙规则
  • 自助修改SSR加密方式、协议、混淆等参数
  • 自动统计,方便查询每个用户端口的流量使用情况
  • 自动安装Libsodium库以支持Chacha20等加密方式

缺点

  • 无法删除最后一名用户(官方限制)
  • 未设置开机启动

替换安装法

正在使用原地址下载的脚本又不想丢失数据? cd /usr/local/ && rm -rf SSR-Bash-Python && git clone https://github.com/rptec/SSR-Bash-Python.git && cp SSR-Bash-Python/ssr /usr/local/bin/ssr

部分 vps 因为 git版本太低 需要更新,,例如cac等

sudo yum update nss curl

安装

wget -N --no-check-certificate https://raw.githubusercontent.com/rptec/SSR-Bash-Python/master/install.sh && bash install.sh

卸载

wget -N --no-check-certificate https://raw.githubusercontent.com/rptec/SSR-Bash-Python/master/uninstall.sh && bash uninstall.sh

自检

wget -N --no-check-certificate https://raw.githubusercontent.com/rptec/SSR-Bash-Python/master/self-check.sh && bash self-check.sh

截图

https://raw.githubusercontent.com/ImAnyOne/SSR-Bash-Python/master/1.png

https://raw.githubusercontent.com/ImAnyOne/SSR-Bash-Python/master/2.png

参考资料

ShadowsocksR

ShadowsocksR-manyuser mudbjson

SSR-Bash

About

ShadowsoksR多用户管理脚本,轻松添加修改,删除用户。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 76.6%
  • Shell 17.0%
  • Python 3.4%
  • HTML 3.0%