Outline
Shadowsocks-based VPN by Jigsaw for secure internet access
Install Outline Manager
# Download Outline Manager
# macOS
brew install --cask outline-manager
# Linux (AppImage)
wget https://s3.amazonaws.com/outline-releases/manager/linux/stable/Outline-Manager.AppImage
chmod +x Outline-Manager.AppImage
./Outline-Manager.AppImage
# Windows
# Download from https://getoutline.org/get-started/#step-1Deploy Outline Server
# One-line install script (runs Docker automatically)
sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh)"
# The script outputs an API URL like:
# {"apiUrl":"https://<SERVER_IP>:<PORT>/<SECRET>","certSha256":"<CERT_HASH>"}
# Paste this into Outline Manager to connectDocker Compose
Install Outline Client
Usage
Last updated