Skip to content

Instantly share code, notes, and snippets.

@SM443
Forked from amanjuman/install.sh
Created April 6, 2024 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SM443/6987c09e4542574066385b29a774fff8 to your computer and use it in GitHub Desktop.
Save SM443/6987c09e4542574066385b29a774fff8 to your computer and use it in GitHub Desktop.
Install Outline Server on Linux
## Install Server
sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh)" --hostname=fqdn.domain.tld --api-port 34567 --keys-port 23456
## Uninstall Server
docker rm -f shadowbox watchtower && docker system prune -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment