Reinstall 调试 - leoshan/OutlineOnEC2 GitHub Wiki

> Checking host firewall …………………. BLOCKED

Sorry! Something went wrong. If you can’t figure this out, please copy and paste all this output into the Outline Manager screen, and send it to us, to see if we can help you.

[root@ip-172-31-85-217 ~]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2de72a6bc7eb v2tec/watchtower “/watchtower —clean…” 38 seconds ago Up 38 seconds watchtower
b8627d02bc76 quay.io/outline/shadowbox:stable “/bin/sh -c /cmd.sh” 38 seconds ago Up 38 seconds shadowbox
[root@ip-172-31-85-217 ~]# docker kill 2de72a6bc7eb
2de72a6bc7eb
[root@ip-172-31-85-217 ~]# docker kill b8627d02bc76
b8627d02bc76
[root@ip-172-31-85-217 ~]# docker rm /shadowbox
/shadowbox
[root@ip-172-31-85-217 ~]# docker rm /watchtower
/watchtower
[root@ip-172-31-85-217 ~]# wget qO https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh | bash
> Verifying that Docker is installed ………. OK
> Verifying that Docker daemon is running ….. OK
> Creating persistent state dir …………… OK
> Generating secret key ………………….. OK
> Generating TLS certificate ……………… OK
> Generating SHA-256 certificate fingerprint .. OK
> Starting Shadowbox …………………….. OK
> Starting Watchtower ……………………. OK
> Waiting for Outline server to be healthy …. OK
> Creating first user ……………………. OK
> Adding API URL to config ……………….. OK
> Checking host firewall …………………. OK

CONGRATULATIONS! Your Outline server is up and running.

To manage your Outline server, please copy the following text (including curly
brackets) into Step 2 of the Outline Manager interface:

{
“apiUrl”: “https://********:41962/*”,
“certSha256”: “**********”
}

If have connection problems, it may be that your router or cloud provider
blocks inbound connections, even though your machine seems to allow them.

- If you plan to have a single access key to access your server make sure
ports 41962 and 25053 are open for TCP and UDP on
your router or cloud provider.
- If you plan on adding additional access keys, you’ll have to open ports
1024 through 65535 on your router or cloud provider since the Outline
Server may allocate any of those ports to new access keys.

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