-
Install the the
shadowsocks-libev
package from apt repository.sudo apt update sudo apt install shadowsocks-libev
-
Save
config.json
as/etc/shadowsocks-libev/config.json
. -
Replace server_port and password in
config.json
with your own choices. -
Restart the
shadowsocks-libev
service.sudo systemctl restart shadowsocks-libev sudo systemctl status shadowsocks-libev sudo systemctl enable shadowsocks-libev
Save install-dante.sh
locally and execute the installer
curl https://gist.githubusercontent.com/hellodaniel/8068acefd663e29fd9dbdec47b34ad0f/raw/04e9c35b735680a6370db5679ef9dbd27456befe/install-dante.sh > install-dante.sh
chmod +x install-dante.sh
./install-dante.sh