Skip to content

Crackpot/sspanel

 
 

Repository files navigation

ss-panel

A simple front end of Shadowsocks https://github.com/mengskysama/shadowsocks/tree/manyuser

Demo

Install

  • Import sql/user.sql to your MySQL Database
  • Rename lib/config-sample.php to config.php,and edit the database infomation.
  • Enjoy it.

Enable Invite Mod

  • Import sql/invite_code.sql to your database first.
  • Edit lib/config.php,set $invite_only to true.
  • You can view invite code on code.php,rename this file first.
  • Visit tools/code_add.php to add invite code.

Cron Job

You can set up a cron job to run tools/cron.php every day.

0 0 * * * php /home/www/tools/cron.php

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 72.6%
  • PHP 27.4%