scp CoT_Server_Admin_v1.5.zip pi@YOUR_PI_IP:~/
ssh pi@YOUR_PI_IP
unzip CoT_Server_Admin_v1.5.zip -d cot-server-admin
cd cot-server-adminchmod +x *.sh
sudo ./install_all.shsudo cat /opt/tak/.credentialsURL: http://YOUR_PI_IP:5000
User: admin
Pass: (from credentials file)
- Go to https://tak.gov (requires account)
- Download TAK Server 5.x
- Extract to
/opt/tak/
- Web Interface → Certificates → Generate New
- Download .p12 file
- Import into ATAK/WinTAK/iTAK
| Action | Command |
|---|---|
| View credentials | sudo cat /opt/tak/.credentials |
| Check all services | sudo systemctl status cot-server-admin takserver postgresql |
| Restart web admin | sudo systemctl restart cot-server-admin |
| Restart TAK Server | sudo systemctl restart takserver |
| View admin logs | sudo journalctl -u cot-server-admin -f |
| View TAK logs | sudo journalctl -u takserver -f |
| Enable HTTPS | sudo ./setup_https.sh |
| Port | Service | Protocol |
|---|---|---|
| 5000 | Web Admin (HTTP) | TCP |
| 443 | Web Admin (HTTPS) | TCP |
| 8089 | TAK Client Connections | TCP |
| 8443 | TAK Web Interface | TCP |
| Purpose | Path |
|---|---|
| Web Admin App | /opt/cot-server-admin/ |
| TAK Server | /opt/tak/ |
| Certificates | /opt/tak/certs/ |
| Backups | /opt/tak/backups/ |
| Credentials | /opt/tak/.credentials |
| Audit Log | /opt/tak/audit.log |
- Generate Profile: Web Interface → Connection Profiles → ATAK
- Scan QR Code: ATAK → Settings → Network → Import → Scan QR
- Done! Green indicator = connected
Web interface won't load:
sudo systemctl restart cot-server-admin
sudo journalctl -u cot-server-admin -n 50TAK Server won't start:
sudo journalctl -u takserver -n 50
sudo systemctl restart takserverClients can't connect:
sudo ufw status # Check firewall
sudo systemctl status takserver # Check TAK running
nc -zv YOUR_PI_IP 8089 # Test port (from client)- Changed default admin password
- Enabled HTTPS (
sudo ./setup_https.sh) - Reviewed firewall rules
- Created individual user certificates
- Set up regular backups
- Reviewed audit logs
CoT Server Admin v1.5 | Not affiliated with TAK Product Center or U.S. Government