OpenTAKServer icon indicating copy to clipboard operation
OpenTAKServer copied to clipboard

Yet another open source TAK Server for ATAK, iTAK, and WinTAK

OpenTAKServer

PyPI - Downloads PyPI - Version Discord GitHub Release Date

OpenTAKServer (OTS) is yet another open source TAK Server for ATAK, iTAK, and WinTAK. OTS's goal is to be easy to install and use, and to run on both servers and SBCs (ie Raspberry Pi).

Join us on our Discord server

Current Features

  • Connect via TCP from ATAK, WinTAK, and iTAK
  • SSL
  • Authentication
  • WebUI with a live map
  • Client certificate enrollment
  • Send and receive messages
  • Send and receive points
  • Send and receive routes
  • Send and receive images
  • Share location with other users
  • Save CoT messages to a database
  • Data Packages
  • Alerts
  • CasEvac
  • Optional Mumble server authentication
    • Use your OpenTAKServer username and password to log into your Mumble server
  • Video Streaming

Planned Features

  • Federation
  • DataSync plugin

Requirements

  • RabbitMQ
  • MediaMTX (Only required for video streaming)
  • openssl
  • nginx

Installation

Ubuntu

curl https://i.opentakserver.io/ubuntu_installer -L | bash -

Raspberry Pi

curl https://i.opentakserver.io/raspberry_pi_installer -L | bash -

Windows

Open PowerShell as an administrator and run the following command

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://i.opentakserver.io/windows_installer'))

MacOS

Coming soon

Documentation

https://docs.opentakserver.io