Connecting the tracker to a cloud VPS

Stanislav2 days ago

I deployed Traccar on a cloud VPS, I add my tracker, but it is constantly offline, while when adding the same tracker "tomaps.free-gps.ru" it connects and displays correctly. The settings when connecting are identical. What could be the problem?

Track-tracea day ago

The problem is that you do not show what the result is of the troubleshooting guide on traccar website.

How is this related to Traccar Client?

Stanislava day ago

Port 5001 on my server is open and listening. The file /opt/traccar/logs/tracker-server.log only shows that I add a device:

2025-04-30 14:08:18 INFO: user: 2, action: remove, object: device, id: 2
2025-04-30 14:08:44 INFO: user: 2, action: create, object: device, id: 3
2025-04-30 14:08:44 INFO: user: 2, action: link, owner: user, id: 2, property: device, id: 3
2025-04-30 14:09:01 INFO: user: 2, action: edit, object: device, id: 3
2025-04-30 14:18:42 INFO: user: 2, action: remove, object: device, id: 3
2025-04-30 14:18:59 INFO: user: 2, action: create, object: device, id: 4
2025-04-30 14:18:59 INFO: user: 2, action: link, owner: user, id: 2, property: device, id: 4

Unfortunately, I can't give more information.

Stanislava day ago

No, this is not related to Traccar Client

If it's not related, then why is this in "Traccar Client" forum section?