-
Install the the
shadowsocks-libevpackage from apt repository.sudo apt update sudo apt install shadowsocks-libev -
Save
config.jsonas/etc/shadowsocks-libev/config.json. -
Replace server_port and password in
config.jsonwith your own choices. -
Restart the
shadowsocks-libevservice.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