What's going on guys? This is Wes here with another video. Here we'll be covering all the steps to set up and configure your FreeTAKServer/UI and we'll also demonstrate how to create certs and get your users connected and authenticated for SSL secure connections. As I will mention in the video, below you will find the start commands for your server and to configure them to be run on boot.
Set up cronjob to run FTS/UI start commands on boot:
$ crontab -e
@reboot nohup sudo python3 -m FreeTAKServer.controllers.services.FTS &
@reboot nohup sudo FLASK_APP=/usr/local/lib/python3.8/dist-packages/FreeTAKServer-UI/run.py python3 /usr/local/lib/python3.8/dist-packages/FreeTAKServer-UI/run.py &