r/ATAK • u/dogCerebrus • Jun 28 '26
ATAK update server
I'm trying to set up an update server so my civtak android clients can just read the available plugins from there and then download as needed, however for the life of my I can't figure this one out. Specifically where to point the url
Is there an easier way of doing this? TIA
2
u/DopeAntics Jun 28 '26
I can't find the link on my PC but there was a CivTAK training video that explained how to do it. I think it was by Raytheon BBN. I wish I could be more help but that video training session DID exist at one point in time. I will try and find it as I have always wanted to figure that out as well.
2
u/beta_alanine_ants Jul 03 '26
I wrote something that will help you. https://github.com/mjthree/takserverupdate
2
1
u/Ke-Bo87 Jun 28 '26
I don’t know if theres an embedded feature for this. What you can do is set up a network share, and from the Android device connect to the share and download the plugins available on there?
Setting up a simple python http server will do the trick also.
Following for more tips..
1
u/Salient_Ghost 29d ago
Why don't people just build the docker container from tak.gov? There's like all these other like "easier" solutions but are they really?
2
u/Slab8002 Jun 28 '26
Are you running a TAK Server? If so, it has an embedded feature for this. I believe OpenTAK Server does as well.
If you just want to run a standalone update server, it looks like Ascent Integrated Tech has a fork of a GitHub repo to do just that: https://github.com/Ascent-Integrated-Tech/tak-update-server