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 server receives any data from 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. Possibly you need to wait a little bit for 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 server doesn't receive any data from your device. Possible reasons:
Please read following information:
First of all you should check if Traccar process is running and it's listening for ports locally. On Linux and Mac you can use netstat and ps command line tools. On Windows you can use Process Explorer.
If process is running and listening on ports, but port check tool still shows that 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: