Document credentials and known issues

This commit is contained in:
dev
2026-05-03 14:34:24 +02:00
parent 821ee066b6
commit 166e3d96a3
+27
View File
@@ -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)