Skip to content

catonisland/ssland

 
 

Repository files navigation

SSLand

A lightweight Shadowsocks multi-user web-frontend.

Features

  • Lightweight: No heavy frameworks! Only requires Python and bottle.py
  • Web Panel: Manage Shadowsocks users, on the web.
  • Statistic: Use iptables to stats users' traffic.
  • Limiter: Auto suspend users when they excceed the limitation.

How to Use

Install

git clone https://github.com/laobubu/ssland.git
cd ssland
./install.sh

Upgrade

git pull
./cli.py sys update

Config

Read https://github.com/laobubu/ssland/wiki/Config

Use

These Python script are executable. You can run them:

  • web.py start the SSLand web server.
  • cli.py the command-line interface. Don't forget ./cli.py sys update after making modification.
  • cron.py update statistic, account status and Shadowsocks config.

About

A lightweight Shadowsocks multi-user web-frontend panel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.0%
  • HTML 28.5%
  • JavaScript 10.4%
  • Shell 5.9%
  • CSS 5.2%