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.
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
Ahh, sorry i didn't see your link
You can send commands from the main web UI.
Hello, password for /console ...? Administration login ?
Regular users can also send commands.
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?
It's your database password. Default database doesn't have a password.
Yes I know but I would like the password for this:
http://myserver:8082/console/tools.jsp?jsessionid=6fd64d958f93aa8e1bdd161ba90b9a48
Yes, it's your database password.
Ok thank you and how to change the SA database password?
H2 database? Check the official documentation:
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 ?