Hello,
I am having problems, receiving data from my Freematics ONE+ tracker.
But first some system details:
- I am having the latest 6.5 Traccar running on a ubuntu server.
- I also have a Freematics ONE+ tracker, which has an updated system with the url of my traccar server and the port 5170.
⋅⋅* The tracker has an activated working sim card.
- I have checked that the firewall ports on my servers for 5170 is open
- I checked if a program is watching on that port. But there is nothing listening.
lsof -ni -P | grep 5170
What have I missed to make traccar listen on port 5170?
Any ideas?
BTW: I have Traccar Client on my iphone for port 5050.
This is working. Data is displayed on the map.
I usually use netstat
to check open ports. Not very familiar with lsof
and parameters it supports.
But if Traccar is really not listening on the port, there are two possibilities I can think of:
- You changed or disabled the port in the config file.
- Traccar wasn't able to bind to the port (in this case there should be a warning in logs on launch).
Hello,
I am having problems, receiving data from my Freematics ONE+ tracker.
But first some system details:
⋅⋅* The tracker has an activated working sim card.
What have I missed to make traccar listen on port 5170?
Any ideas?
BTW: I have Traccar Client on my iphone for port 5050.
This is working. Data is displayed on the map.