How can I use my own ip database to get visitor's location?

My company has its own IP database, how can I use this database to display visitor location information?
Currently matomo can only use DBIP and mindmax databases?

Hi,

Matomo supports to create your own geolocation solution.

If you simply have a list mapping internal IPs to locations you can use this plugin:

https://plugins.matomo.org/IntranetGeoIP

If what you need is more complicated, you can write your own geolocation plugin inspired by those existing ones:

https://plugins.matomo.org/IP2Location
https://plugins.matomo.org/BeeLikedDBIP
https://plugins.matomo.org/CloudflareLocationProvider

1 Like

thx 4 u help, I’ll try.