Traccar 6.7.3

Haim Rodrik8 days ago

Hi,
It's been a while since I last upgraded the server application. I'm currently upgrading to version 6.7.3, but I've noticed that the default.xml file is either missing or no longer includes the port list as it used to.
In my setup, I use different port numbers because the default ones are already in use by another application. Specifically, I’ve been using port 7000 instead of 8082 to avoid conflicts.
Could you please confirm if this change in configuration handling is expected in the new version? If so, I’d appreciate guidance on where the port configuration is now defined or how it should be set.
Thanks in advance for your help.

Track-trace8 days ago

You just set the used port for the server and protocols in traccar.xml

Why dont you just first install and start the new server in a new directory before upgrading? So you can test what you want on different ports.

Haim Rodrik8 days ago

I tried a fresh installation, but the default.xml is not there. It was a port list of 215 ports, for example, like below

    <entry key='gps103.port'>5001</entry>
	<entry key='tk103.port'>5002</entry>
    <entry key='gl100.port'>5003</entry>
    <entry key='gl200.port'>5004</entry>
	<entry key='t55.port'>5005</entry>
    <entry key='xexun.port'>5006</entry>
    <entry key='xexun.extended'>false</entry>
    <entry key='totem.port'>5007</entry>
Track-trace8 days ago

What happens when you add what you want (ports) to use to traccar.xml? Because that is what i stated.

The same as your port list, they removed default.xml to keep it simple.

Haim Rodrik8 days ago

I see that I can add the port list as previously, but into the traccar.xml file, is it?. How can I log in http://<serverIP>:8080 ?

Thank you

Anton Tananaev8 days ago

You can find default values here:

https://www.traccar.org/configuration-file/

Haim Rodrik8 days ago

Thank you