javfinder
1.0.0
Let's talk about cat. Based on LightFish.
Donation
安装文档
Please visit releases pages to download ss-panel.
PHP 5.6 or newer
Web server with URL rewriting
MySQL
shadowsocks manyuser
shadowsocks-go mu
git clone https://github.com/orvice/ss-panel.git
$ curl -sS https://getcomposer.org/installer | php $ php composer.phar install
cp .env.example .env
then edit .env
chmod -R 777 storage
Import the sql to you mysql database.
Nginx Config example:
if you download ss-panel on path /home/www/ss-panel
root /home/www/ss-panel/public; location / { try_files $uri $uri/ /index.php$is_args$args; }
view config guide on wiki