Administer
Administration guide will help you to configure and maintain your Mergin Maps CE or Mergin Maps EE. The main Cloud Mergin Maps Server is maintained for you by Mergin Maps team. Read more about server platforms in the overview article.
Server environment
See the list of all environment variables that you can configure.
Telemetry Service
The telemetry service helps us gather some information about the usage of the platform, namely on-premise deployment.
This information is very valuable and help us improve Mergin Maps. The collected information is related with users seats, URL of installation and auto generated uuid
of the installation. We keep this information for unlimited time for the purposes we previously provided.
Please consider enabling this functionality, even if you are using Mergin Maps CE edition. For Mergin Maps EE deployments, as you'll check down below, this is mandatory (section 4.5).
The Mergin Maps telemetry service (call-home
) requires https access to https://api.merginmaps.com/monitoring
on TCP
port 443
.
WARNING
It is legally required by Mergin Maps EE servers to send usage information to monitor the usage of the License.
Double check your deployment. Make sure if COLLECT_STATISTICS
environment variable is present, it is set to True
.
COLLECT_STATISTICS=true # Or you can ommit, default is True
By default, Mergin Maps CE collects anonymous usage information to make the service better. There is a variable named COLLECT_STATISTICS
that controls if statistics are collected and sent.
If you do not want to provide these data, you can opt-out any time by setting this variable to false:
COLLECT_STATISTICS=false