Jigsaw-Code / outline-apps

Outline Client and Manager, developed by Jigsaw. Outline Manager makes it easy to create your own VPN server. Outline Client lets you share access to your VPN with anyone in your network, giving them access to the free and open internet.
https://getoutline.org/
Apache License 2.0
8.48k stars 1.37k forks source link

Manager can't connect to server but Shadowsocks clients can #2176

Open 733amir opened 3 years ago

733amir commented 3 years ago

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.

sbruens commented 3 months ago

Moving this issue to the new repo home for Outline Manager.