Skip to content

Instantly share code, notes, and snippets.

@tyler-smith
Last active November 4, 2016 17:58
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tyler-smith/c4b421f4c89ed591cbc5 to your computer and use it in GitHub Desktop.
Save tyler-smith/c4b421f4c89ed591cbc5 to your computer and use it in GitHub Desktop.
OpenBazaar Server Ports

Your firewall must allow the following ports. TCP ports must allow incoming connections and the UDP port must allow both incoming and outgoing connections.

Mainnet:

Purpose Protocol Port Flag
DHT UDP 18467 -p
REST TCP 18469 -r
WS TCP 18466 -w
Heartbeat TCP 18470 -b

Testnet (flag -t):

Purpose Protocol Port Flag
DHT UDP 28467 -p
REST TCP 18469 -r
WS TCP 18466 -w
Heartbeat TCP 18470 -b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment