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

Manager can't connect to server but Shadowsocks clients can

Open 733amir opened this issue 4 years ago • 1 comments

I have a VPS in France. I used the following to create a Shadowsocks connection:

docker run -d --name shadowsocks --restart always -e PASSWORD=XXXXXXXX -p8388:8388 -p8388:8388/udp -d shadowsocks/shadowsocks-libev

It works out of a box and I can connect to it using any client on any platform.

My problem with this? It is hard to manage for multiple people.

I used the following to install outline shadowbox and watchtower on my VPS. After copying the provided JSON config to Outline Manager, it couldn't connect to it.

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

In the shadowbox log I found a connection config. When I used it for my clients to connect to server it works perfectly, but Outline Manager can't connect to it.

733amir avatar Feb 17 '21 17:02 733amir