outline-apps
outline-apps copied to clipboard
Manager can't connect to server but Shadowsocks clients can
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.