XMAP Database Whitelist

Whitelisting Database Access

Overview

If you have a dedicated database connected to XMAP, it is not accessible unless you are operating over a connected network or a whitelisted IP address. It's possible to allow temporary access to IP addresses. This access is automatically revoked at midnight UTC.

Granting Access

Navigate to the XMAP Admin Panel. In the sidebar click My Organisation → Database Access.
From here you can:
  1. Grant access to your (or another) IP address
  2. View current grants
  3. Remove grants
To grant your current IP, click the 'Grant' button. Alternatively, select 'Use a different IP' and enter an IP address. The address will be added as a single address (with /32 CIDR notation) automatically.

Removing Access

Access for all temporary grants is removed at midnight UTC. Alternatively, click the 'Clear All' button to remove all grants immediately.

    • Related Articles

    • Database Manager

      Overview The Database Manager is made available if your organisation has 1 or more dedicated (private) PostgreSQL databases linked to it. It exposes administration functionality for you to manage your database at a high level without the need to ...
    • Publishing Layers from a Remote Database

      Overview XMAP supports connections to any PostGIS database of version 9.6 or greater. This database can be hosted and managed by us or you. If you have a remote database you can use this to connect to many software applications to improve access to ...
    • Database Best Practices

      This short article is designed to help you better understand how to get the most out of your data in both XMAP and QGIS by applying simple but effective 'best practice' principles to your PostGIS database. The golden rules: Schema names, table names ...
    • Creating VIEWS in PostGIS

      Overview: This short article gives users a brief guide on creating VIEWS in PostGIS, in addition to referencing additional learning. What is a VIEW? In short, A PostgreSQL/PostGIS view is a virtual table created from a SQL query. It doesn't store ...
    • Connecting to a Cloud Database through Microsoft Access

      Overview This article is for connecting to a cloud database in order to edit non-spatial data through Microsoft Access. This guide is for those using Windows. Method Required Installations Install Microsoft Access (if not installed already) Install ...