Socket
Socket
Sign inDemoInstall

freetakserver-ui

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

freetakserver-ui

an optional UI for FreeTAKServer


Maintainers
1

FTS Web UI

image

FTS Web UI allows administrators to easily manage the FTS server. This component requires a working backend. The WebUI is a completely separate application connecting to the FTS backend. It uses an API to seamless query server functions. Depending on his deployment, may or may not be seen from remote machines.

This video, provides an overview of most features described in the user manual

Installation and configuration

This section provides an overview of the installation process. Refer to the online documentation for details.

To install FTS and the UI type in a console

sudo python3 -m pip install FreeTAKServer[ui]

Setup your Configuration your administrator will need to configure the following files

Config.py for the UI
MainConfig.py for FTS

Start FTS

nohup sudo python3 -m FreeTAKServer.controllers.services.FTS 

Start the WebUI

in the console type navigate to the installation path

cd /usr/local/lib/python3.8/dist-packages/FreeTAKServer-UI
nohup   sudo python3 run.py

Dashboard Features

  • SQLite,

  • Alembic (DB schema migrations)

  • Modular design with Blueprints

  • Session-Based authentication (via flask_login)

  • Forms validation

  • MIT License

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc