Does traccar have a device console?

Quade dennis 7 years ago

Does traccar have anything similar to this
https://www.navixy.com/docs/admin-panel-docs/trackers/air-console/

Or could it be achieved by using the API ?

Kenichi 7 years ago

Hello,

You can find something explaining how to open that console in this link : https://www.traccar.org/configuration-file/
Section : web.console

You have to put this in your config file traccar.xml :

<entry key='web.console'>true</entry>

Then just add /console in your url like this : http://localhost:8082/console
Replace "localhost" with your local IP or the public IP of your traccar server.

Quade dennis 7 years ago

thanks
I think this is slightly different to what I need
I wanted to be able to communicate with the trackers directly, i.e. send commands, check the data coming in
The link seems to be more suited to DB access

Kenichi 7 years ago

Ahh, sorry i didn't see your link

Anton Tananaev 7 years ago

You can send commands from the main web UI.

Jérôme 4 years ago

Hello, password for /console ...? Administration login ?

Anton Tananaev 4 years ago

Regular users can also send commands.

Jérôme 4 years ago

Yes I know but I would like the password for the /console page.

I have the configuration page after updating the traccar.xml file: <entry key='web.console'>true</entry>

How to get it?

Anton Tananaev 4 years ago

It's your database password. Default database doesn't have a password.

Jérôme 4 years ago
Anton Tananaev 4 years ago

Yes, it's your database password.

Jérôme 4 years ago

Ok thank you and how to change the SA database password?

Anton Tananaev 4 years ago

H2 database? Check the official documentation:

https://www.h2database.com/html/commands.html