Access the new TRACCAR web interface

Adrien3 years ago

hi,
How to access the new Traccar web interface locally? We are able to access the TRACCAR web interface developed with Extjs but we would like to access the one developed with REACTJS.
We proceed like this:
http://localhost:8082/modern/
but it does not work.
thanks

Anton Tananaev3 years ago

It should work, assuming you installed it using an installer.

Adrien3 years ago

hi,

we are on NetBeans and we have recovered the source code on github

thanks

Anton Tananaev3 years ago

Then you should read documentation on GitHub about the modern app.

Adrien3 years ago

thanks

kanel3 years ago

This is a new version of the Traccar web app. It is still in a very early stage of development.

It uses React, Material UI and MapLibre GL JS. Feedback and contributions are welcome.

To run the project in development mode:

  • Make sure you have Traccar backend running.
  • Install dependencies using npm install command
  • Run development server using npm start command

To change the backend server URL:

  • Copy the content of the .env to .env.local (new file)
  • Change REACT_APP_URL_NAME to your backend URL. Example: 'example.com:8081'