Use this file to discover all available pages before exploring further.
Try free on Pangolin Cloud
Fastest way to get started with Pangolin using the hosted control plane. No credit card required.
Pangolin uses a GeoIP database to map request IP addresses to approximate locations. That location data powers multiple features, including country and region access rules, geo-blocking patterns, and analytics.To enable geo-location features in Pangolin self-hosted, download a MaxMind GeoIP database, place it in the config/ directory, and point Pangolin at the database file. This can be done for free.
Remember to keep the GeoIP database updated regularly, as IP-to-country mappings can change over time. You can just repeat the download and extraction steps periodically to ensure your database is current.
Download and extract the GeoLite2 Country database using the following commands:
# Download the GeoLite2 Country databasecurl -L -o GeoLite2-Country.tar.gz https://github.com/GitSquared/node-geolite2-redist/raw/refs/heads/master/redist/GeoLite2-Country.tar.gz# Extract the databasetar -xzf GeoLite2-Country.tar.gz# Move the .mmdb file to the config directorymv GeoLite2-Country_*/GeoLite2-Country.mmdb config/# Clean up the downloaded filesrm -rf GeoLite2-Country.tar.gz GeoLite2-Country_*
2
Update the Pangolin config file
Update your Pangolin configuration to point to the new GeoIP database file. Edit config/config.yml to include the following entry: