Free TAK Server : core

Zero Touch Installer
ZeroTouch makes assumptions configuring the system.
However, there are many corner cases which ZeroTouch may miss.
For example, ZTI acquires the IP address by, effectively using:
curl http://ifconfig.me/ip
ip addr
Validate the properties set in the fts-ui configuration file.
Verify and/or Edit the fts configuration file
/opt/FTSConfig.yaml
Addresses:
FTS_COT_PORT: 8087
FTS_SSLCOT_PORT: 8089
FTS_DP_ADDRESS: 127.0.0.1
FTS_USER_ADDRESS: 127.0.0.1
FTS_API_PORT: 19023
FTS_FED_PORT: 9000
FTS_API_ADDRESS: 127.0.0.1
FTS_DP_ADDRESS, FTS_USER_ADDRESS & FTS_API_ADDRESS
to reflect your IP (or ZeroTier IP) address.