/personal_sspanel_backend

personal use of sspanel backend

Primary LanguagePython

personal use of sspanel backend

install with the following shell command

  1. install libsodium to support high-level encrypt algorithm
wget https://github.com/jedisct1/libsodium/releases/download/1.0.16/libsodium-1.0.16.tar.gz
tar xf libsodium-1.0.16.tar.gz && cd libsodium-1.0.16
./configure && make -j2 && make install
echo /usr/local/lib > /etc/ld.so.conf.d/usr_local_lib.conf
ldconfig
  1. configure other environments
cd /root
curl -sSL https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
python get-pip.py
git clone https://github.com/innocentiuss/personal_sspanel_backend.git
cd personal_sspanel_backend/shadowsocks
pip install -r requirements.txt
cp apiconfig.py userapiconfig.py
cp config.json user-config.json
systemctl stop firewalld.service
  1. configure web backend API configuration
vim userapiconfig.py
  1. test/start
python server.py
./run.sh