From 166e3d96a36ae8ceb7e4630521e3a06840156a10 Mon Sep 17 00:00:00 2001 From: dev Date: Sun, 3 May 2026 14:34:24 +0200 Subject: [PATCH] Document credentials and known issues --- CREDENTIALS.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CREDENTIALS.md diff --git a/CREDENTIALS.md b/CREDENTIALS.md new file mode 100644 index 0000000..104b9ef --- /dev/null +++ b/CREDENTIALS.md @@ -0,0 +1,27 @@ +# FreeTAKServer Credentials + +## Admin User +- **Username**: admin +- **Password**: TacAware2026! +- **API Token**: 12c86b215362fda9a3557a21b2a0bc28ed05567ad27000058ff7bd7e2ef196a2 + +## Current Issues +The latest FTS Docker image (ghcr.io/freetakteam/freetakserver:latest) has broken digitalpy module dependencies. +The API service (port 19023) fails to start, which prevents the UI from authenticating users. + +## Workaround +Connect ATAK clients directly to the CoT services: +- **Data Package Port**: 192.168.0.236:8081 +- **CoT Port (TCP)**: 192.168.0.236:8087 +- **SSL CoT Port**: 192.168.0.236:8089 +- **SSL Data Package Port**: 192.168.0.236:8443 +- **Federation Port**: 192.168.0.236:9001 + +## UI Access +- **URL**: http://192.168.0.236:5000/login +- **Status**: Accessible but cannot authenticate due to API issues + +## Next Steps +1. Wait for FTS team to fix the digitalpy issue in latest image +2. Try building a custom FTS image with fixed dependencies +3. Use FTS without the UI (direct CoT connections work)