outline-server icon indicating copy to clipboard operation
outline-server copied to clipboard

Cannot set up Outline on AliCloud Servers Ubuntu

Open florianmonfort opened this issue 3 years ago • 0 comments

Hi all,

A server of mine from Hong Kong became inaccessible, and so instead of debugging I just went ahead and started a new server from scratch using AliCloud HK region, Ubuntu 20.04 64-bit.

Using the preset settings, I installed Outline using the command line given from Outline Manager:

sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh)"

All installation went well and lines say "OK".

Then after adding the API URL to Outline Manager, I always get this error:

image

My AliCloud security group rules aren't different than the previous server, I also attempted to do:

sudo ufw enable sudo ufw disable

Didn't change anything. Then tried as recommended:

sudo ufw allow 52526/tcp sudo ufw allow 57244

Which also still didn't change anything, same result in Outline Manager.

Any idea how to solve this?

florianmonfort avatar Feb 04 '22 06:02 florianmonfort