Repost with additional info:
I've added traccar on to my vps, which hosts several websites at different IP addresses. The server starts, but I can't seem to connect a URL (i.e. IPv4 address) to the server. The next to last line shows: INFO: Started ServerConnector@39b098c6{HTTP/1.1, (http/1.1)}{0.0.0.0:8082}. The zeros make me thing I've missed a step in getting this configured/hooked up quite correctly.
netstat -lnt shows traccar is listening on ports 5001-5255 and 8082. I do see this: "Failed to find a usable hardware address from the network interfaces; using random bytes: d3:da:23:85:77:fd:2b:cc" which further makes me think it's not connecting to my IP addresses.... I have a local loopback (127.0.0.1) as lo:, but then only vnet0:x: "devices".
Any advice on where to look/what direction to go to get the traccar server listening in a way that someone can get to?
Josef
All zeroes in the address means that the server is listening on all interfaces. So I think you're looking for a problem in a wrong place.
I think you’re right and that’s good information. I will investigate the ports to see if they’re open.
Thank you for the answer!
I've added traccar on to my vps, which hosts several websites at different IP addresses. The server starts, but I can't seem to connect a URL (i.e. IPv4 address) to the server. The next to last line shows: INFO: Started ServerConnector@39b098c6{HTTP/1.1, (http/1.1)}{0.0.0.0:8082}. The zeros make me thing I've missed a step in getting this configured/hooked up quite correctly.
Any advice on where to look/what direction to go to get the traccar server listening in a way that someone can get to?
Josef