Skip to content

Client Config Examples

Konstantin edited this page Sep 25, 2023 · 1 revision

FreeTAK Community server

Reddit post

---
server_address: 137.184.101.250:8087:tcp
web_port: 8080
me:
  callsign: TestCallsign
  uid: auto
  type: a-f-G-U-C
  team: Red
  role: Team Member
  lat: 0
  lon: 0

URPC.info

create account at urpc.info

---
server_address: "tak.urpc.info:8089:ssl"
web_port: 8080
me:
  callsign: TestCallsign
  uid: auto
  type: a-f-G-U-C
  team: Blue
  role: Team Member
  lat: 0
  lon: 0
ssl:
  enroll_user: <your_email>
  enroll_password: <your_password>

Argustak

Register argustak account download .p12 file for your device

---
server_address: argustak.com:8090:ssl
web_port: 8080
me:
  callsign: username
  uid: auto
  type: a-f-G-U-C
  team: Blue
  role: Team Member
  lat: 0
  lon: 0
ssl:
  cert: <your_p12_file.p12>
  password: <your cert password, default is argustak>