I want to buy Ubuntu 18.04 server from your site, to install shadowsocks. I want to know How to instal shadowsocks + obfs multi user in. Ubuntu 18.04. I hope to find the answer
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
In order to install Shadowsocks you would need to first install Python as per the instructions here:
Once you have Python installed you could install Shadowsocks by running this command:
apt-get install python-pip
pip install git+https://github.com/shadowsocks/shadowsocks.git@master
Regarding the multiple user management, but I could suggest following the steps from the official documentation here:
https://github.com/shadowsocks/shadowsocks/wiki/Manage-Multiple-Users
Regards, Bobby
ref
ref