> For the complete documentation index, see [llms.txt](https://docs.uxwizz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uxwizz.com/guides/technical-details/ip-geolocation.md).

# IP Geolocation

The **Country** and optional **City** of each recorded user session is stored in the database and displayed in the dashboard.

The geolocation is done based on user IP using the freely available IP geolocation database provided by [https://db-ip.com](https://db-ip.com/).

To switch between **Country** and **City** level tracking go to Settings->Tracking settings and click "Download city geoip database" (or "Disable" to delete it):

![](/files/j2rSZe0XnnYgIkFmxfxH)

{% hint style="info" %}
UXWizz automatically detects whether a **city database** is present or not and will use it for newly tracked sessions.
{% endhint %}

### Manually uploading an IP geolocation database

#### Country-level geolocation:

If no city database is present, the default country one will be used **ip-database.mmdb**

{% hint style="warning" %}
The default **ip-database.mmdb** database will be overwritten automatically every time you update to a new UXWizz version.
{% endhint %}

#### To enable city-level geolocation:

* Upload an IP geolocation database file named **ip-database-city.mmdb** to your UXWizz server inside the **/server/helpers/geolocation/** folder

  I recommend the [City Lite Free DB from db-ip.com](https://db-ip.com/db/download/ip-to-city-lite).&#x20;
* Download the **mmdb** file (extract it if the extension is **.gz**)
* Rename it to **ip-database-city.mmdb**&#x20;
* Place it inside the **/server/helpers/geolocation/** folder.

{% hint style="warning" %}
An Apache server restart might be needed for PHP to detect the new file.
{% endhint %}

To disable city-level geolocation rename or remove the `ip-database-city.mmdb`.

### Increasing the accuracy of IP geolocation

IP geolocation is in general only an approximation and not extremely accurate. One way to increase the accuracy is to purchase a more accurate database like the [DB-IP Location](https://db-ip.com/db/ip-to-location) one and preferably update every few months to the latest version.
