Skip to content

outline vpn + shadowsocks client

Outline VPN

Install docker and make sure its running

sudo apt install docker.io
sudo systemctl start docker
sudo systemctl enable docker
sudo systemctl status docker

Installing outline VPN. Make sure you have maximized your terminal at this point, we will need the output from this command.

sudo su
wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh | bash

Paste the output of the command somewhere. Its important.

... After doing all this, I'd say the recommended way to install outline would be to download Outline App Manager and following the 2 line instruction there.

Setting up client

See shadowsocks.


Comments