OpenTAKServer


NameOpenTAKServer JSON
Version 1.5.2 PyPI version JSON
download
home_pagehttps://github.com/brian7704/OpenTAKServer
SummaryA server for ATAK, WinTAK, and iTAK
upload_time2025-08-01 14:54:00
maintainerNone
docs_urlNone
authorOpenTAKServer
requires_python>=3.10
licenseGPL-3.0-or-later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OpenTAKServer

![PyPI - Downloads](https://img.shields.io/pypi/dm/opentakserver)
![PyPI - Version](https://img.shields.io/pypi/v/opentakserver)
![Discord](https://img.shields.io/discord/1183578214459777164?logo=discord&label=Discord&link=https%3A%2F%2Fdiscord.gg%2F6uaVHjtfXN)
![GitHub Release Date](https://img.shields.io/github/release-date/brian7704/OpenTAKServer)


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](https://discord.gg/6uaVHjtfXN)

## Current Features
- Connect via TCP from ATAK, WinTAK, and iTAK
- SSL
- Authentication
- [WebUI with a live map](https://github.com/brian7704/OpenTAKServer-UI)
- 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
- Mission API
  - Data Sync plugin
  - Fire Area Survey plugin

## Planned Features
- Federation
- Groups/Channels

## Requirements
- RabbitMQ
- MediaMTX (Only required for video streaming)
- openssl
- nginx

## Installation

### Ubuntu

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

### Raspberry Pi

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

### Rocky 9

`curl -s -L https://i.opentakserver.io/rocky_linux_installer | 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

`curl -Ls https://i.opentakserver.io/macos_installer | bash -`

## Documentation

https://docs.opentakserver.io

## Supporting the project

If you would like to support the project you can do so [here](https://buymeacoffee.com/opentakserver)
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/brian7704/OpenTAKServer",
    "name": "OpenTAKServer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "OpenTAKServer",
    "author_email": "opentakserver@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/90/14/63098d6283b25fdd4aa1f987a400fd685629184becc297b74783c86d2e21/opentakserver-1.5.2.tar.gz",
    "platform": null,
    "description": "# OpenTAKServer\n\n![PyPI - Downloads](https://img.shields.io/pypi/dm/opentakserver)\n![PyPI - Version](https://img.shields.io/pypi/v/opentakserver)\n![Discord](https://img.shields.io/discord/1183578214459777164?logo=discord&label=Discord&link=https%3A%2F%2Fdiscord.gg%2F6uaVHjtfXN)\n![GitHub Release Date](https://img.shields.io/github/release-date/brian7704/OpenTAKServer)\n\n\nOpenTAKServer (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).\n\nJoin us on our [Discord server](https://discord.gg/6uaVHjtfXN)\n\n## Current Features\n- Connect via TCP from ATAK, WinTAK, and iTAK\n- SSL\n- Authentication\n- [WebUI with a live map](https://github.com/brian7704/OpenTAKServer-UI)\n- Client certificate enrollment\n- Send and receive messages\n- Send and receive points\n- Send and receive routes\n- Send and receive images\n- Share location with other users\n- Save CoT messages to a database\n- Data Packages\n- Alerts\n- CasEvac\n- Optional Mumble server authentication\n  - Use your OpenTAKServer username and password to log into your Mumble server\n- Video Streaming\n- Mission API\n  - Data Sync plugin\n  - Fire Area Survey plugin\n\n## Planned Features\n- Federation\n- Groups/Channels\n\n## Requirements\n- RabbitMQ\n- MediaMTX (Only required for video streaming)\n- openssl\n- nginx\n\n## Installation\n\n### Ubuntu\n\n`curl https://i.opentakserver.io/ubuntu_installer -Ls | bash -`\n\n### Raspberry Pi\n\n`curl https://i.opentakserver.io/raspberry_pi_installer -Ls | bash -`\n\n### Rocky 9\n\n`curl -s -L https://i.opentakserver.io/rocky_linux_installer | bash -`\n\n### Windows\n\nOpen PowerShell as an administrator and run the following command\n\n`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'))`\n\n### MacOS\n\n`curl -Ls https://i.opentakserver.io/macos_installer | bash -`\n\n## Documentation\n\nhttps://docs.opentakserver.io\n\n## Supporting the project\n\nIf you would like to support the project you can do so [here](https://buymeacoffee.com/opentakserver)",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "A server for ATAK, WinTAK, and iTAK",
    "version": "1.5.2",
    "project_urls": {
        "Documentation": "https://docs.opentakserver.io",
        "Homepage": "https://github.com/brian7704/OpenTAKServer",
        "Repository": "https://github.com/brian7704/OpenTAKServer"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a9f5a3e222de48e531ee794e2b75878af7818e3877c649d96d47d1d2ddc60d5",
                "md5": "96dcdb4688de8da309f9595796399d75",
                "sha256": "8ec5a967baeac144d2238152260cad384556162150c432d0cee634a73cac1b76"
            },
            "downloads": -1,
            "filename": "opentakserver-1.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "96dcdb4688de8da309f9595796399d75",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 234705,
            "upload_time": "2025-08-01T14:53:58",
            "upload_time_iso_8601": "2025-08-01T14:53:58.832579Z",
            "url": "https://files.pythonhosted.org/packages/4a/9f/5a3e222de48e531ee794e2b75878af7818e3877c649d96d47d1d2ddc60d5/opentakserver-1.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "901463098d6283b25fdd4aa1f987a400fd685629184becc297b74783c86d2e21",
                "md5": "1764e77845ee17f5ed68a22ba79b7b2a",
                "sha256": "b8ded89a7e89008e2be373db3e59ff0d3bcc6ea5dd8a20ad40b5f23e3c1b750a"
            },
            "downloads": -1,
            "filename": "opentakserver-1.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1764e77845ee17f5ed68a22ba79b7b2a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 156326,
            "upload_time": "2025-08-01T14:54:00",
            "upload_time_iso_8601": "2025-08-01T14:54:00.400906Z",
            "url": "https://files.pythonhosted.org/packages/90/14/63098d6283b25fdd4aa1f987a400fd685629184becc297b74783c86d2e21/opentakserver-1.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-01 14:54:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "brian7704",
    "github_project": "OpenTAKServer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "opentakserver"
}
        
Elapsed time: 2.52783s