Hi Traccar team,
I need guidance on the best built-in way (minimal customization) to achieve this on a Traccar server:
User self-registers with Name, Email, Password, and Device UniqueID.
Registration should only succeed if the UniqueID is on our approved list.
On success, the device is automatically attached to the new user (default name “GPS1”) and enabled.
Ideally don't want to do too detailed changes by forking the repo of Traccar UI/backend.
Questions:
What’s the recommended approach using Traccar’s existing features/APIs to implement this?
Can native registration be configured to enforce a UniqueID whitelist and auto-attach, or should we use a small external service?
If external is recommended, which API endpoints / settings should we follow?
Thanks!
It's not something that's supported out of the box, so you probably either need some external service for this or change the source code. The API is available. Documentation is available.
Hi Traccar team,
I need guidance on the best built-in way (minimal customization) to achieve this on a Traccar server:
User self-registers with Name, Email, Password, and Device UniqueID.
Registration should only succeed if the UniqueID is on our approved list.
On success, the device is automatically attached to the new user (default name “GPS1”) and enabled.
Ideally don't want to do too detailed changes by forking the repo of Traccar UI/backend.
Questions:
What’s the recommended approach using Traccar’s existing features/APIs to implement this?
Can native registration be configured to enforce a UniqueID whitelist and auto-attach, or should we use a small external service?
If external is recommended, which API endpoints / settings should we follow?
Thanks!