Freebsd 14.0 zerotier 401 error

Just in case anyone else runs into this issue the way I did I want to point out that if you do not have a “local.conf” file you can created one in /var/db/zerotier-one like this (to be valid JSON):

{
  "settings": {
    "allowManagementFrom": [
      "127.0.0.1",
      "::1",
      "10.0.0.0/8",
      "ffff:127.0.0.1"
    ]
  }
}

After that everything should work fine.