I wanted to see current network nodes and IPs from ZeroTier in the terminal - like this: { "name": "work-laptop", "ips": [ "10.244.126.186" ] } { "name": "macbook", "ips": [ "10.244.234.228" ] } { "name": "pixelphone", "ips": [ "10.244.245.154" ] } They can be seen on the ZeroTier dashboard when logging in, but sometimes it’s useful to get them in a terminal. I found this post on reddit, but no other solution except using a DNS server. That is of course useful so we don’t need to remember IP’s, but won’t help whenwe don’t remember the names - or the nodes! 😉 ...