Skip to content

Instantly share code, notes, and snippets.

@gavstah
Created January 7, 2024 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gavstah/7fc5d426b9aa657af8596de7858ce2dd to your computer and use it in GitHub Desktop.
Save gavstah/7fc5d426b9aa657af8596de7858ce2dd to your computer and use it in GitHub Desktop.
Step By Step Outline Server Setup
With a fresh ubuntu install - run the following commands as root:
apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y; apt-get autoclean -y
curl -sS https://get.docker.com/ | sh; systemctl start docker; systemctl enable docker
wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh > outline_install_server.sh
chmod 755 outline_install_server.sh & sh outline_install_server.sh
Copy & Save server line from output.
Open firewall ports UDP/TCP 1024-65535
Add server line to Outline local server manager on a client computer.
Use outline server manager to create/manage client keys.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment