yzs981130 / shadowsocks-panel

A powerful Shadowsocks management system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shadowsocks Panel

A powerful Shadowsocks management system

TeamCity CodeBetter NEW VERSION PHP VERSION MySQL 5.5+ Resource Download

Comprehensive user permissions management. All codes come with clear annotation. Optimized for various operations:

  1. Self-service user profile change and add value.
  2. Invitation page optimization: no refresh upon submission.
  3. Dynamic control of system properties.
  4. Scheduled Tasks control.
  5. Preview! Support for Shadowsocks Manyuser branch.
  6. Support varies encryption algorithms (chacha20, aes-128-cfb, aes-192-cfb, aes-256-cfb, rc4-md5).

Required PHP version: PHP5.5 ~ PHP7. PHP7 is recommended.

Quick Start

#Pick one version: Latest or Stable
# Download script: The Latest Version (Recommended)
cd /home/wwwroot/
git clone https://github.com/sendya/shadowsocks-panel.git
cd shadowsocks-panel

# Download script: Stable Version
# Go to https://github.com/sendya/shadowsocks-panel/releases, download the latest release version (current version: v1.2.0.B)
wget https://github.com/sendya/shadowsocks-panel/archive/sspanel-v1.2.0.B.zip -O shadowsocks-panel.zip
# Extract to /home/wwwroot/shadowsocks-panel/
$ unzip -o -d /home/wwwroot/shadowsocks-panel/ shadowsocks-panel.zip
$ cd /home/wwwroot/shadowsocks-panel/

# Copy ./Data/Config.simple.php to ./Data/Config.php
cp ./Data/Config.simple.php ./Data/Config.php
# Set the Data directory permissions to read and write
chmod -R 777 ./Data/
# Configure database (relevanet code at the bottom)
vim ./Data/Config.php

# Start the installation
php index.php install

Documentation

Detailed installation documentation Wiki

About

A powerful Shadowsocks management system


Languages

Language:PHP 49.6%Language:HTML 37.4%Language:CSS 11.1%Language:JavaScript 1.9%