Fts service mgmt
Mange the FTS services
If the ZTI
had run it will have attempted to start the fts
services.
As you make changes to their configurations you will need to restart them.
sudo systemctl stop fts-ui
sudo systemctl stop fts
sudo systemctl start fts
sudo systemctl start fts-ui
Your FTS
should now be running.
See troubleshooting for more information.
There are other services which ZTI
will start.
They are also managed by systemd
.
# the core FTS services
sudo systemctl status fts.service
sudo systemctl status fts-ui.service
# a flow programming environment
sudo systemctl status nodered.service
# manages the webmap service
# manages the video-service checker
# a video server
sudo systemctl status rtsp-simple-server.service
# sudo systemctl status mediamtx.service
# a voice chat server
sudo systemctl status mumble-server.service