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
curl https://i.opentakserver.io/ubuntu_installer -Ls | bash -
curl https://i.opentakserver.io/raspberry_pi_installer -Ls | bash -
curl -s -L https://i.opentakserver.io/rocky_linux_installer | bash -
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'))
curl -Ls https://i.opentakserver.io/macos_installer | bash -