_ _ _ _ _
/\ \ _ /\ \ /\_\ /\ \ /\ \
/ \ \ /\_\\ \ \ / / / / \ \ / \ \
/ /\ \ \_/ / / \ \ \_/ / / / /\ \ \ / /\ \ \
/ / /\ \___/ / \ \___/ / / / /\ \ \ / / /\ \_\
/ / / \/____/ \ \ \_/ / / / \ \_\ / / /_/ / /
/ / / / / / \ \ \ / / / \/_/ / / /__\/ /
/ / / / / / \ \ \ / / / / / /_____/
/ / / / / / \ \ \ / / /________ / / /\ \ \
/ / / / / / \ \_\/ / /_________\/ / / \ \ \
\/_/ \/_/ \/_/\/____________/\/_/ \_\/
Joining nycr.ygg
NYC Resistor runs a node on Yggdrasil, an end-to-end encrypted IPv6 mesh network. Install one program, add a few peers, and the space's node becomes reachable from anywhere, with no port forwarding, no account and no VPN subscription.
1. Install Yggdrasil
https://github.com/yggdrasil-network/yggdrasil-go/releases
Version 0.5.x is required. 0.4.x speaks a different wire protocol and will never connect to anything.
Debian / Ubuntu / Raspberry Pi OS: do not use apt, because the packaged version is 0.4.7. Download the .deb for your architecture instead:
curl -fsSLO https://github.com/yggdrasil-network/yggdrasil-go/releases/download/v0.5.14/yggdrasil-0.5.14-amd64.deb
sudo dpkg -i yggdrasil-0.5.14-amd64.deb
macOS: use the .pkg installer, macos-arm64 for Apple Silicon or macos-amd64 for Intel. There is no Homebrew formula.
Windows: use the .msi from the same page.
2. Add peers
A fresh install has an empty peer list and does nothing.
Config file locations:
Linux /etc/yggdrasil/yggdrasil.conf
macOS made by the installer; locate it with
sudo find /etc /usr/local/etc -name 'yggdrasil*.conf'
Windows C:ProgramDataYggdrasilyggdrasil.conf
Fill in the Peers list. These peers are close to NYC:
Peers: [
"tls://marisa.nadeko.net:44442"
"tls://ygg-pa.incognet.io:8884"
"tls://ygg-dc.lxak.net:8880"
"quic://mn.us.ygg.triplebit.org:443"
"quic://mo.us.ygg.triplebit.org:443"
]
Every entry must be quoted. An unquoted peer makes the config unparseable and Yggdrasil refuses to start.
Then restart it:
sudo systemctl restart yggdrasil (Linux)
sudo launchctl kickstart -k system/yggdrasil (macOS)
3. Check you are connected
sudo yggdrasilctl getPeers
sudo yggdrasilctl getSelf
You want to see "Up" beside at least one peer. If they are all Down, your network is probably blocking those ports. Try the :443 peers above; restrictive Wi-Fi usually allows port 443.
4. Open the node
http://[200:19d:995c:f183:f99e:35ff:69ef:b283]/
The square brackets are part of the address; IPv6 literals need them.
nycr.ygg is the friendlier name for the same machine, but it lives on Alfis, a blockchain DNS system that ordinary resolvers know nothing about. To use the name, run Alfis locally. The bracketed address always works and needs nothing extra.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Privacy on a public network
Yggdrasil is a public network, not a private one. Once you are on it your machine has a globally routable address and anyone else on the mesh can reach it. Addresses are not secret and the network is scannable.
- Check what your machine is serving: ss -tlnH on Linux, or netstat -an
elsewhere. Anything bound to [::] or * is exposed to the whole mesh. Things on 0.0.0.0 or 127.0.0.1 are not.
- If SSH is one of them, use keys and turn off password authentication before
you connect. Default passwords get found.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Also on the web at http://[200:19d:995c:f183:f99e:35ff:69ef:b283]/guide.html
NYCResistor - A Reticulum LoRa node in New York City
Page last updated 11/09/2026 08:47