Replace or Add Icons

huismori4 years ago

Hello,

is it possible to replace existing or add new Icons ?

Thanks in advance

Anton Tananaev4 years ago

Yes.

huismori4 years ago

is there any documentation for this process ?

Paulo Matos4 years ago

Traccar default icons are under ...traccar/web/images.
Look for the .svg image files.

Traccar logo image file is set on the file "app.min.js" under the folder "...traccar/web".
Open the file with a text editor (ie Notepad) and look for "logo".

You will find something like: ...src:'logo.png',alt:Strings.loginLogo,width:190,height:50,

Here you can replace the logo file (logo.png) and set witdh and height for the logo file.

Reload traccar and don't forget to clear browser cache to see the changes.

Test on a separate Traccar instance.