Report this

What is the reason for this report?

How to instal shadowsocks + obfs multi user in. Ubuntu 18.04

Posted on July 7, 2021

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



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.
0

Hi there,

In order to install Shadowsocks you would need to first install Python as per the instructions here:

https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-local-programming-environment-on-ubuntu-16-04

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.