FreeTAK Server Installation on an Ubuntu Virtual Machine
This guide will walk you through installing FreeTAKServer 2.x on an Ubuntu virtual machine. These instructions are on preparing an Ubuntu VM suitable for using the FTS Zero Touch Installer.
Obviously, the ZTI can be installed in a clean native Ubuntu environment. However, cleanly setting up such an environment can consume time. So, while running FTS on dedicated hardware may be a more performant choice in a production environment it is more convenient with a virtual machine.
Setting up the Virtual Machine
Thankfully, Canonical has provided tooling to make setting up an Ubuntu VM easy.
Any of these are suitable for testing.
We will want to specify a specific Ubuntu version.
multipass find
v22.04
.
multipass launch 22.04 --name fts-test --memory 4G --disk 10G --cpus 2
multipass exec fts-test -- lsb_release -a
Open a shell on the new VM.
multipass shell fts-test
Install FTS on the VM
Yow will probably need to install with an explicit IP address.
The complete ZTI instructions are here.
Getting Support
Support is provided on the FTS Discord server by volunteers.
Use the Discord #development-support
Support channel.
The Linux support is primarily for developers.