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.
VPS Requirement:
- Ubuntu 20.04
- Ipv6 subnet access
- Ports are not blocked
Verified hosters:
- 4vps.su
- pq.hosting
- ...
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.
It is necessary to reinstall the OS on the vps, in case the program is stopped during execution.