- Main info source - https://shadowsocks.org/en/config/quick-guide.html
- Main client used here "shadowsocks-libev" - https://github.com/shadowsocks/shadowsocks-libev
- Another client, not from guide - https://github.com/shadowsocks/shadowsocks-qt5/wiki/Installation
- Alternative guide - https://www.oilandfish.com/posts/shadowsocks-libev.html
- Custom install script - https://www.vpnranks.com/resources/shadowsocks-guide/
- Another good guide - https://bobbyy.org/setting-up-shadowsocks/
- Shadowsocks+V2Ray heroku autodeploy (My gist) - https://gist.github.com/SanariSan/0844c0cd009d76aefad456321e12b973
- Open-vpn roadwarrior - https://github.com/Nyr/openvpn-install
After all the steps you now able to set 127.0.0.1:1080 as a socks5 proxy in any software.
To create connection LINK (for some not mentioned clients required) use "btoa" in browser console:
console.log( "ss://" + btoa("chacha20-ietf-poly1305:PASS@IP:PORT") )