I have a CLI-only server and would like to manage the application, connections, devices, etc, through CLI. All documentation seems oriented towards GUI.
Did you read about the api?
There's no CLI, but as Track-trace said, there's an API you can use from command line. For example using curl.
curl
OK, thanks. Any guide for beginners? Never used an API in my life.
https://www.traccar.org/traccar-api/
I have a CLI-only server and would like to manage the application, connections, devices, etc, through CLI. All documentation seems oriented towards GUI.