home.social

#traccar — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #traccar, aggregated by home.social.

  1. @matt_cicero

    OOooooo! I love that Traccar has paid support available *and* it's available on Yunohost! Now I just need to find an appropriate piece of tracking hardware that's easy to set up with it.

    Thanks for the suggestion!

    #Traccar #Yunohost #Privacy #Selfhosting

  2. @matt_cicero

    OOooooo! I love that Traccar has paid support available *and* it's available on Yunohost! Now I just need to find an appropriate piece of tracking hardware that's easy to set up with it.

    Thanks for the suggestion!

    #Traccar #Yunohost #Privacy #Selfhosting

  3. @matt_cicero

    OOooooo! I love that Traccar has paid support available *and* it's available on Yunohost! Now I just need to find an appropriate piece of tracking hardware that's easy to set up with it.

    Thanks for the suggestion!

    #Traccar #Yunohost #Privacy #Selfhosting

  4. @matt_cicero

    OOooooo! I love that Traccar has paid support available *and* it's available on Yunohost! Now I just need to find an appropriate piece of tracking hardware that's easy to set up with it.

    Thanks for the suggestion!

    #Traccar #Yunohost #Privacy #Selfhosting

  5. @matt_cicero

    OOooooo! I love that Traccar has paid support available *and* it's available on Yunohost! Now I just need to find an appropriate piece of tracking hardware that's easy to set up with it.

    Thanks for the suggestion!

    #Traccar #Yunohost #Privacy #Selfhosting

  6. @qfield meets #Traccar: discover my first QField plugin integrating tracking capabilities into field data collection
    intelligeo.ch/blog/atlas-novus

  7. I recently stumbled upon the Proximity integration of Home Assistant as well as Traccar to track your devices. Until now, I used the iCloud3 v3 component to do such things. Time to compare them.

    […]

    kittsteiner.blog/blog/2026/hom #BigTech #Comparison #DID #DIDit #HomeAssistant #iCloud3 #Proximity #selfHosting #Traccar #UnplugTrump
  8. I recently stumbled upon the Proximity integration of Home Assistant as well as Traccar to track your devices. Until now, I used the iCloud3 v3 component to do such things. Time to compare them.

    […]

    kittsteiner.blog/blog/2026/hom #BigTech #Comparison #DID #DIDit #HomeAssistant #iCloud3 #Proximity #selfHosting #Traccar #UnplugTrump
  9. I recently stumbled upon the Proximity integration of Home Assistant as well as Traccar to track your devices. Until now, I used the iCloud3 v3 component to do such things. Time to compare them.

    […]

    kittsteiner.blog/blog/2026/hom #BigTech #Comparison #DID #DIDit #HomeAssistant #iCloud3 #Proximity #selfHosting #Traccar #UnplugTrump
  10. I recently stumbled upon the Proximity integration of Home Assistant as well as Traccar to track your devices. Until now, I used the iCloud3 v3 component to do such things. Time to compare them.

    […]

    kittsteiner.blog/blog/2026/hom #BigTech #Comparison #DID #DIDit #HomeAssistant #iCloud3 #Proximity #selfHosting #Traccar #UnplugTrump
  11. I recently stumbled upon the Proximity integration of Home Assistant as well as Traccar to track your devices. Until now, I used the iCloud3 v3 component to do such things. Time to compare them.

    […]

    kittsteiner.blog/blog/2026/hom #BigTech #Comparison #DID #DIDit #HomeAssistant #iCloud3 #Proximity #selfHosting #Traccar #UnplugTrump
  12. 🚀 Traccar‑Timeline: Ứng dụng HTML/JS một trang hiển thị vị trí thiết bị theo thời gian. Không cần cài đặt, Docker, DB; chỉ tải trang, nhập API Traccar. Giao diện timeline đơn giản, nhanh. Lưu ý: chỉ phù hợp ≤ 6 thiết bị; nhiều hơn có thể làm trình duyệt đơ. Cần CORS hoặc proxy. Mã nguồn và demo trên GitHub. #Traccar #SelfHosted #OpenSource #đồ_điện_tử #VietTech

    reddit.com/r/selfhosted/commen

  13. Ich versuche unter #Cosmos #Traccar zu installieren.
    Ich habe dazu den Appstore von #CasaOS hinzugefügt, da Traccar im Appstore von Cosmos nicht vorhanden ist.
    Wenn ich die Installation starte erhalte ich die Meldung
    [ERROR] Rolling back changes because of -- Container creation error: Error response from daemon: source /var/lib/docker/overlay2/1e02faf8338654627cff9ff2f03cbdb4bd6ab6316d5341c2c9a5a9d975c9ae21/merged/opt/traccar/conf/traccar.xml is not directory

    Hier die Details

    Docker Compose:

    {
    "name": "big-bear-traccar",
    "services": {
    "big-bear-traccar-big-bear-traccar": {
    "image": "traccar/traccar:6.10-ubuntu",
    "container_name": "big-bear-traccar",
    "hostname": "big-bear-traccar",
    "restart": "unless-stopped",
    "ports": [
    "8080:8082",
    "5000-5150:5000-5150",
    "5000-5150:5000-5150/udp"
    ],
    "volumes": [
    {
    "source": "big-bear-traccar-data",
    "target": "/opt/traccar/logs",
    "type": "volume"
    },
    {
    "source": "big-bear-traccar-data-2",
    "target": "/opt/traccar/conf/traccar.xml",
    "type": "volume"
    }
    ],
    "network_mode": "cosmos-big-bear-traccar-default"
    }
    },
    "minVersion": "0.14.0",
    "networks": {
    "cosmos-big-bear-traccar-default": {}
    },
    "volumes": {
    "big-bear-traccar-data": {},
    "big-bear-traccar-data-2": {}
    }
    }

    Fehlermeldung:

    Creating Service...

    Starting creation of new service...
    Creating network cosmos-big-bear-traccar-default...
    Network cosmos-big-bear-traccar-default created
    Creating volume big-bear-traccar-data...
    Volume big-bear-traccar-data created
    Creating volume big-bear-traccar-data-2...
    Volume big-bear-traccar-data-2 created
    Pulling image traccar/traccar:6.10-ubuntu
    6.10-ubuntu Pulling from traccar/traccar
    {"status":"Digest: sha256:96b6d65f5bb5e7e2d76ca51df40d88c59106a869619fe772d8aa92adb1de1d31"}
    {"status":"Status: Image is up to date for traccar/traccar:6.10-ubuntu"}
    Image traccar/traccar:6.10-ubuntu pulled
    Checking service big-bear-traccar-big-bear-traccar...
    Creating container big-bear-traccar...
    [ERROR] Rolling back changes because of -- Container creation error: Error response from daemon: source /var/lib/docker/overlay2/1e02faf8338654627cff9ff2f03cbdb4bd6ab6316d5341c2c9a5a9d975c9ae21/merged/opt/traccar/conf/traccar.xml is not directoryRolled back volume big-bear-traccar-data-2
    Rolled back volume big-bear-traccar-data
    Rolled back network cosmos-big-bear-traccar-default
    [OPERATION FAILED]. CHANGES HAVE BEEN ROLLEDBACK.

    #docker #cosmoscloud

  14. @NikTheDusky @ckeen @esopriester +1 for #Traccar.

    We use it since... nearly a decade I assume to monitor our cars (equipped with a cheapo Android) and ... share our positions to each other 😁

    Runs great even on a #Raspberry at home (for about 4 years) but currently on a 1€/mo VPS (also over 2 years now).

  15. @NikTheDusky @ckeen @esopriester +1 for #Traccar.

    We use it since... nearly a decade I assume to monitor our cars (equipped with a cheapo Android) and ... share our positions to each other 😁

    Runs great even on a #Raspberry at home (for about 4 years) but currently on a 1€/mo VPS (also over 2 years now).

  16. @NikTheDusky @ckeen @esopriester +1 for #Traccar.

    We use it since... nearly a decade I assume to monitor our cars (equipped with a cheapo Android) and ... share our positions to each other 😁

    Runs great even on a #Raspberry at home (for about 4 years) but currently on a 1€/mo VPS (also over 2 years now).

  17. @NikTheDusky @ckeen @esopriester +1 for #Traccar.

    We use it since... nearly a decade I assume to monitor our cars (equipped with a cheapo Android) and ... share our positions to each other 😁

    Runs great even on a #Raspberry at home (for about 4 years) but currently on a 1€/mo VPS (also over 2 years now).

  18. @giamik
    Wenn du eine #Nextcloud besitzt, kannst du dort #Phonetrack installieren und auf dem Handy #OwnTracks. Das läuft z.B. bei mir.
    Alternativ gibts auch #Traccar, was du auch mit einem Demo Server verwenden kannst.
    Im FDroid gibts #Zood, welche allerdings GMaps als Karte verwendet, was ohne Google Dienste nicht funktioniert.
    Dann habe ich auch noch #Paralino im PlayStore entdeckt. Enthält keine Tracker und funktioniert.

    #standort #location

  19. @giamik
    Wenn du eine #Nextcloud besitzt, kannst du dort #Phonetrack installieren und auf dem Handy #OwnTracks. Das läuft z.B. bei mir.
    Alternativ gibts auch #Traccar, was du auch mit einem Demo Server verwenden kannst.
    Im FDroid gibts #Zood, welche allerdings GMaps als Karte verwendet, was ohne Google Dienste nicht funktioniert.
    Dann habe ich auch noch #Paralino im PlayStore entdeckt. Enthält keine Tracker und funktioniert.

    #standort #location

  20. @giamik
    Wenn du eine #Nextcloud besitzt, kannst du dort #Phonetrack installieren und auf dem Handy #OwnTracks. Das läuft z.B. bei mir.
    Alternativ gibts auch #Traccar, was du auch mit einem Demo Server verwenden kannst.
    Im FDroid gibts #Zood, welche allerdings GMaps als Karte verwendet, was ohne Google Dienste nicht funktioniert.
    Dann habe ich auch noch #Paralino im PlayStore entdeckt. Enthält keine Tracker und funktioniert.

    #standort #location

  21. @w84death
    Do you know, by chance, if some of those devices of yours are -compatible?

  22. @w84death
    Do you know, by chance, if some of those devices of yours are #Traccar -compatible?

  23. @w84death
    Do you know, by chance, if some of those devices of yours are #Traccar -compatible?

  24. @w84death
    Do you know, by chance, if some of those devices of yours are #Traccar -compatible?

  25. @w84death
    Do you know, by chance, if some of those devices of yours are #Traccar -compatible?

  26. @jnv
    There are a bunch of small and big devices (traccar.org/devices/) that are compatible with server (traccar.org/).
    Might worth take a look.
    You can read about my experiment here: marcoxbresciani.codeberg.page/

  27. @jnv
    There are a bunch of small and big devices (traccar.org/devices/) that are compatible with #Traccar server (traccar.org/).
    Might worth take a look.
    You can read about my experiment here: marcoxbresciani.codeberg.page/

  28. @jnv
    There are a bunch of small and big devices (traccar.org/devices/) that are compatible with #Traccar server (traccar.org/).
    Might worth take a look.
    You can read about my experiment here: marcoxbresciani.codeberg.page/

  29. @jnv
    There are a bunch of small and big devices (traccar.org/devices/) that are compatible with #Traccar server (traccar.org/).
    Might worth take a look.
    You can read about my experiment here: marcoxbresciani.codeberg.page/

  30. @jnv
    There are a bunch of small and big devices (traccar.org/devices/) that are compatible with #Traccar server (traccar.org/).
    Might worth take a look.
    You can read about my experiment here: marcoxbresciani.codeberg.page/

  31. So friends claimed they can't share their live location on Signal, recommending us to use Wha'pp. 😡
    Searching for "foss live gps", I found #traccar claiming to do exactly that.
    Invested 5 clicks:

    - no ressource requirements disclosed, whether client nor server. ❓
    - At least they publish their APK directly ✅
    - no FOSS channels in breadcrumbs, but F'ook, Xitter, YouTub and -erm- Mail.
    I mean, as entrepreneurs in FOSS! 🤌

  32. So friends claimed they can't share their live location on Signal, recommending us to use Wha'pp. 😡
    Searching for "foss live gps", I found #traccar claiming to do exactly that.
    Invested 5 clicks:

    - no ressource requirements disclosed, whether client nor server. ❓
    - At least they publish their APK directly ✅
    - no FOSS channels in breadcrumbs, but F'ook, Xitter, YouTub and -erm- Mail.
    I mean, as entrepreneurs in FOSS! 🤌

  33. So friends claimed they can't share their live location on Signal, recommending us to use Wha'pp. 😡
    Searching for "foss live gps", I found #traccar claiming to do exactly that.
    Invested 5 clicks:

    - no ressource requirements disclosed, whether client nor server. ❓
    - At least they publish their APK directly ✅
    - no FOSS channels in breadcrumbs, but F'ook, Xitter, YouTub and -erm- Mail.
    I mean, as entrepreneurs in FOSS! 🤌

  34. Traccar GPS System Vulnerable To Remote Attacks Due to Critical Flaws
    Attention all GPS system users! It's time to take a closer look at the security of your tracking devices, especially if you are using the Traccar GPS system. Recent reports have revealed that Traccar GPS System is vulnerable to remote attacks due to critical flaw...
    #Traccar #GPSSecurity #CyberSecurity #RemoteAttacks #Vulnerability #TechNews #DataProtection #IoTSecurity #CriticalFlaws #DigitalSafety
    cloudhosting.evostrix.eu/tracc

  35. Traccar GPS System Vulnerable To Remote Attacks Due to Critical Flaws
    Attention all GPS system users! It's time to take a closer look at the security of your tracking devices, especially if you are using the Traccar GPS system. Recent reports have revealed that Traccar GPS System is vulnerable to remote attacks due to critical flaw...
    #Traccar #GPSSecurity #CyberSecurity #RemoteAttacks #Vulnerability #TechNews #DataProtection #IoTSecurity #CriticalFlaws #DigitalSafety
    cloudhosting.evostrix.eu/tracc

  36. Traccar GPS System Vulnerable To Remote Attacks Due to Critical Flaws
    Attention all GPS system users! It's time to take a closer look at the security of your tracking devices, especially if you are using the Traccar GPS system. Recent reports have revealed that Traccar GPS System is vulnerable to remote attacks due to critical flaw...
    #Traccar #GPSSecurity #CyberSecurity #RemoteAttacks #Vulnerability #TechNews #DataProtection #IoTSecurity #CriticalFlaws #DigitalSafety
    cloudhosting.evostrix.eu/tracc

  37. Traccar GPS System Vulnerable To Remote Attacks Due to Critical Flaws
    Attention all GPS system users! It's time to take a closer look at the security of your tracking devices, especially if you are using the Traccar GPS system. Recent reports have revealed that Traccar GPS System is vulnerable to remote attacks due to critical flaw...
    #Traccar #GPSSecurity #CyberSecurity #RemoteAttacks #Vulnerability #TechNews #DataProtection #IoTSecurity #CriticalFlaws #DigitalSafety
    cloudhosting.evostrix.eu/tracc

  38. Traccar GPS System Vulnerable To Remote Attacks Due to Critical Flaws
    Attention all GPS system users! It's time to take a closer look at the security of your tracking devices, especially if you are using the Traccar GPS system. Recent reports have revealed that Traccar GPS System is vulnerable to remote attacks due to critical flaw...
    #Traccar #GPSSecurity #CyberSecurity #RemoteAttacks #Vulnerability #TechNews #DataProtection #IoTSecurity #CriticalFlaws #DigitalSafety
    cloudhosting.evostrix.eu/tracc

  39. Ich liebe es wenn Technik funktioniert. TTGO GPS-Tracker mit Lora meldet seinen Standort und Traccar meldet den Status per Telegram.

    #lora #sensor #gps #traccar #nodered #mqtt #thethingsnetwork

  40. Ich liebe es wenn Technik funktioniert. TTGO GPS-Tracker mit Lora meldet seinen Standort und Traccar meldet den Status per Telegram.

    #lora #sensor #gps #traccar #nodered #mqtt #thethingsnetwork