Skip to content

Host Machine Unable To Trigger Zerotier One localhost:9993 API? Now Have Connection Refused Error #102

Answered by jerrychong25
jerrychong25 asked this question in Q&A
Discussion options

You must be logged in to vote

Problem solved with using following docker compose codes on zerotier section:

  zerotier:
    image: zyclonite/zerotier:1.10.1
    container_name: zu-controller
    restart: unless-stopped
    volumes:
      - controller_data:/var/lib/zerotier-one
    environment:
      - ZT_OVERRIDE_LOCAL_CONF=true
      - ZT_ALLOW_MANAGEMENT_FROM=0.0.0.0/0
    ports:
      - "9993:9993/tcp"
      - "9993:9993/udp"

For more details, can refer to zyclonite/zerotier-docker#17 (comment)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jerrychong25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant