Tracking public IPs

Hi. I’m using Matomo on-premise server to track a mobile (react-native) app. The issue I have is that all users have private IPs. This leads to other implications, like IP DB not working correctly and so on. So far I found that I could use the cid parameter to override the IP address, but what I still don’t understand is how to store and secretly send the auth_token from the client app. Or maybe there is another workaround to make public IPs work? The UI code is referencing the public facing URL of the server.

I think you may find the solution here:

1 Like

Thanks, it helped indeed