Install Outline On EC2 - leoshan/OutlineOnEC2 GitHub Wiki

Welcome to the OutlineOnEC2 wiki!

0.获取Outline-Manager.exe
https://github.com/Jigsaw-Code/outline-releases/blob/master/manager/Outline-Manager.exe

If you’d like to try again, the server installation on EC2 was tested using the image ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20180126 – ami-66506c1c (from Community AMIs)

What we did to get it working was:

1、Under “Configure Security Group”, added a “Custom TCP Rule” and a “Custom UDP Rule”. Set the Port Range for both to 1024-65535, and Source to 0.0.0.0/0

2、Install Docker

SSH in as user “unbuntu”
curl -sS https://get.docker.com/ | sudo sh
sudo usermod -aG docker $USER

3、Reboot machine, then SSH again and run:
wget qO https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh | sudo bash

⚠️ **GitHub.com Fallback** ⚠️