Bernt Christian Egeland
Bernt Christian Egeland
Im not able to replicate the issue. Which version do you use?
I need more information on how you have configured the AD application. I just testet version 0.6.10 with this config and there is no issues:  Did you add all...
> is it possible to have mutliple controller instance and use them with failover scenario You can copy /var/lib/zerotier-one to another computer / controller and start it up, but its...
> But automatically failover is the point I’m not planning to implement this feature within the application itself, as I believe it’s something the end user should manage, not the...
im not able to re-produce this issue. Can you confirm you only have `10.10.0.0/16 via LAN` under managed routes for 10.10 network and same for 10.20 network?
type in the external ip address in ztnet => controller page. Add the zerotier secret. You also need to open port 9993 on the zerotier side to make ztnet talk...
cat /var/lib/zerotier-one/authtoken.secret
its impossible to help without some more context / logs. what does `sudo journalctl -u ztnet` reveals? What version of zerotier do you use on your new server `sudo zerotier-one...
What version of zerotier do you use on your new server `sudo zerotier-one -v`
Next.js (which ZTNet uses) supports a `basePath` property in `next.config.ts` that allows the application to run on a subpath. However, this configuration is set at build time, meaning you would...