I download the last macOs 15.1 and downlaod zerotier app and the Ui don’t appear for me, I can just access it using the CLI
Nothing in the menu bar? Are you using some kind of menu bar management tool that might be hiding/organizing items?
Same problem here. Migrated from M1 to M4 MacBook and UI icon disappears after a few seconds. deleted and reinstalled to no avail. Sequoia 15.2 beta 2.
Same here, but furthermore the cli doesn’t seem to work. When I run zerotier-cli info
I get 401 info {}
UPDATE: I turned off “Full security” and enabled both check-boxes to allow extension installation. No difference.
There is an astonishing lack up support here.
I note that zerotier-cli dump complains
Error connecting to the ZeroTier service: {}
Please check that the service is running and that TCP port 9993 can be contacted via 127.0.0.1.
but it is running:
$ sudo lsof -ni 4|grep TCP|grep zeroti
zerotier- 298 root 6u IPv4 0x2dd76cbc5f2c3346 0t0 TCP *:palace-2 (LISTEN)
and is listening, but answers everything with 400:
$ nc localhost 9993
GET / HTTP/1.0
HTTP/1.1 400 Bad Request
Content-Length: 0
Keep-Alive: timeout=5, max=5