TAK

Intro

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).

Documentation

https://docs.opentakserver.io

Server Setup

Server Instance – Ubuntu 22.04

  1. Login and root and create a new atak user
    1. useradd atak
    2. Create a password
      1. Change password – passwd
    3. Verify all information
  2. Make the atak user a sudo/admin
    1. usermod -aG sudo atak
  3. exit
    1. Will exit the root user
  4. Login as the atak user
  5. sudo apt-get install curl
  6. curl https://raw.githubusercontent.com/brian7704/OpenTAKServer-Installer/master/ubuntu_installer.sh | bash –
    1. Do not install Zero-Tier
    2. Install Mumble
      1. Record password
    3. Wait for installation to be complete

Login

  1. administrator / password

Server LetsEncrypt

  1. sudo apt install certbot
  2. sudo systemctl stop nginx
  3. sudo certbot certonly –standalone –preferred-challenges http -d atak1.teamhostile.com
  4. sudo nano /etc/nginx/site-enabled/ots_certificate_enrollment
    1. Change the following two lines
      1. ssl_certificate /home/your_username/ots/ca/certs/opentakserver/opentakserver.pem;
      2. ssl_certificate_key /home/your_username/ots/ca/certs/opentakserver/opentakserver.nopass.key;
      3. To this
      4. ssl_certificate /etc/letsencrypt/live/atak1.teamhostile.com/fullchain.pem;
      5. ssl_certificate_key /etc/letsencrypt/live/atak1.teamhostile.com/privkey.pem;
  5. /etc/nginx/site-enabled/ots_https
    1. Change the same two lines only under the first server header for port 443
      1. ssl_certificate /home/your_username/ots/ca/certs/opentakserver/opentakserver.pem;
      2. ssl_certificate_key /home/your_username/ots/ca/certs/opentakserver/opentakserver.nopass.key;
      3. To this
      4. ssl_certificate /etc/letsencrypt/live/atak1.teamhostile.com/fullchain.pem;
      5. ssl_certificate_key /etc/letsencrypt/live/atak1.teamhostile.com/privkey.pem;
  6. systemctl start nginx

Server Firewall Notes

Forward ports 80 and 443 to the OTS Server.

https://letsencrypt.org/docs/allow-port-80

Client Setup

ATAK – Android

App Download

ATAK-CIV – https://play.google.com/store/apps/details?id=com.atakmap.app.civ&pli=1

App Setup

  1. After downloading the app, open the ATAK app
  2. Select the Menu in the upper right corner
  3. Select Settings
  4. Select Network Preferences
  5. Select TAK Servers
  6. Select the Menu in the upper right corner
    1. Select Add
      1. Name – ATAK1
      2. Address – ATAK1.teamhostile.com
      3. Use Authentication
        1. Username – Enter the username provided
        2. Password – Enter the password provided
      4. Enroll for Client Certificate
    2. Select Ok at the bottom
  7. Verify the server connects
    1. If the server does not connect, see your Team Leader
  8. Back out of the settings to the map screen

Data Package Download

  1. Once connected you must download the Data Package for markers and maps
  2. Select the Menu in the upper right corner
  3. Select Data Packages
  4. Select the Download icon
  5. Select the ATAK1 server
  6. Download the Data Package specified by your Team Leader

Select the Map Overlay

  1. Select the Map icon
  2. Select Mobile
  3. Scroll down to USGSImageryOnly

ITAK – Apple/iOS

App Download

iTAK – https://apps.apple.com/us/app/itak/id1561656396

App Setup

  1. After downloading the app, open the iTAK app
  2. Select the Gear in the upper right corner
  3. Select Network
  4. Select Servers
  5. Select the + in the lower right corner
    1. Select Scan QR
      1. Scan the server’s QR Code
        1. ATAK1.teamhostile.com
    2. Use Authentication
      1. Username – Enter the username provided
      2. Password – Enter the password provided
  6. Verify the server connects
    1. If the server does not connect, see your Team Leader
  7. Back out of the settings to the map screen

Data Package Download

  1. Once connected you must download the Data Package for markers and maps
  2. Select the Packages from the lower menu
  3. Select the + in the lower right corner
  4. Select Download from Server
  5. Select the ATAK1 server
  6. Download the Data Package specified by your Team Leader

Select the Map Overlay

  1. Select the Gear in the upper right corner
  2. Select Map Source
  3. Select Apple – Hybrid

WINTAK – Windows

App Download

WinTAK – https://www.civtak.org/2020/09/23/wintak-is-publicly-available/

App Setup

Before setting up WinTAK you must login to the TAK Server and download your credentials package.

  1. Login to the TAK Server and select Data Packages
  2. Download the Administrator_Config.zip
  3. After downloading the file, open the WinTAK app
  4. Select the Menu in the upper left corner
  5. Select Settings
  6. Select Import Manager
  7. Select Import Files
  8. Select the file you downloaded from TAK Server
  9. Verify the server connects
    1. If the server does not connect, see your Team Leader
  10. Back out of the settings to the map screen

Data Package Download

  1. Once connected you must download the Data Package for markers and maps
  2. Select Data Packages from the top menu
  3. Select the Open Folder icon
  4. Select the Data Package on the USB specified by your Team Leader

Select the Map Overlay

  1. Select the Map icon
  2. Select Mobile
  3. Scroll down to USGSImageryOnly

Client Tutorial Videos

ATAK Tutorial Series