You can disable the registration button in the server settings.
Thanks Anton.
How can I change the Logo ? In previous version I was able through the .svg but now I'm not able to
Change the SVG and recompile the code.
@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/
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?
You upload the build folder after you compile it.
Should I upload the traccar folder I compile to the web server, replacing the existing one?
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.
Thanks, I'll upload the files and validate
After upload restart traccar server also..
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
Looks like you're building the backend instead of the web app.
Thanks, I managed to compile and upload the files to my traccar server and it works perfect.
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.