Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 1.26 KB

README.md

File metadata and controls

50 lines (42 loc) · 1.26 KB

Surendoy Remote Proxy-Server Configurator Light

SRPSС Light is a software that allows to quickly configure a vps as a proxy server with more than 100 ipv6-addresses to use and the ability to upload authentication data to a MySQL database.

How to choose a vps?

VPS Requirement:

  • Ubuntu 20.04
  • Ipv6 subnet access
  • Ports are not blocked

Verified hosters:

Quick start

All actions are performed on behalf of the root user

After connecting to the VPS, update and upgrade OS:

apt-get update --force-yes -y && apt-get upgrade --force-yes -y

Install Git:

apt-get install git --force-yes -y

Clone repository:

git clone https://github.com/sunrekay/SRPSС-Light

Go inside the folder:

cd SRPSС-Light

Install requirements:

pip install -r requirements.txt

And start configuration:

python configurator.py

After configuring the vps, the authentication data is saved in the "auth" file, but if you need to upload the data to the MySQL database, then in the settings.py it is necessary to specify the data for connection.

Important

It is necessary to reinstall the OS on the vps, in case the program is stopped during execution.