Traccar Logo 5.6

Nelson2 years ago

I'm trying to Change the Traccar logo from the Main page but I couldn't , any help on this ? Also I want to disable the "Register" Button.

Anton Tananaev2 years ago

You can disable the registration button in the server settings.

Nelson2 years ago

Thanks Anton.

How can I change the Logo ? In previous version I was able through the .svg but now I'm not able to

Anton Tananaev2 years ago

Change the SVG and recompile the code.

Track-trace22 years ago

@Nelson,

I would suggest that you use the search function on this forum. There are many topics about changing the traccar logo..

https://www.traccar.org/forums/topic/change-logo-for-everyone-in-modern-app/

Gerard Iscala2 years ago

Hello, your help please, is there a step-by-step manual to change the traccar logo, taking into account that it must be compiled.

After compiling, what file should I upload to my production server?

Anton Tananaev2 years ago

You upload the build folder after you compile it.

Gerard Iscala2 years ago

Should I upload the traccar folder I compile to the web server, replacing the existing one?

Track-trace22 years ago

You should upload the content from the Build directory inside traccar web modern which you just compiled and upload into the modern directory in your production server.

Gerard Iscala2 years ago

Thanks, I'll upload the files and validate

Track-trace22 years ago

After upload restart traccar server also..

Gerard Iscala2 years ago

Hello I am using traccar 5.6, I followed this step on my macbook.

git clone --recursive https://github.com/traccar/traccar.git

Then change the logo.svg, which is located at traccar/traccar-web/web/logo.svg

In the traccar root run the command ./gradlew build and it prints BUILD SUCCESSFUL

After compiling, I generated the target folder, there is a lib folder and a tracker-server.jar file, which should I upload to my traccar web server that is currently in production?

I also have a folder called build which has the following folders:

classes
extracted-include-protos
extracted-protos
generated
reports
resources
test-results
tmp
Anton Tananaev2 years ago

Looks like you're building the backend instead of the web app.

Gerard Iscala2 years ago

Thanks, I managed to compile and upload the files to my traccar server and it works perfect.