If you have problems with connecting your device to the server please follow the steps below.
Check tracking server logs:
/opt/traccar/logsC:\Program Files\Traccar\logsIf the server receives any data from the device (even if the port is wrong), you should be able to see incoming messages in the log. Depending on the protocol, a message is logged either as a HEX string (for binary protocols) or as readable text (for text-based protocols). If you see any incoming messages from the device in the log, go to point 2. If there are no messages in the log, go to point 4.
If there are incoming messages in the logs, you need to check the following things:
Unknown device warning, then it means that you haven't registered a device on the server. To fix this issue, add a device with the unique ID you see in the log through the web console.INFO record with coordinates, then it means that data is decoded correctly. You might need to wait a little while for the device to show up in the web console.There are two main possibilities:
If you don't see any message from the device in the log, it means that the server doesn't receive any data from your device. Possible reasons:
Please read following information:
First of all, you should check if the Traccar process is running and listening on ports locally. On Linux and Mac you can use netstat and ps command line tools. On Windows you can use Process Explorer.
If the process is running and listening on ports, but the port check tool still shows that the ports are inaccessible, then there must be some network issue. It's impossible to cover every possible network problem, but here is a list of most common issues you might want to check for: