Technical specs

Technical specs

The original version of this document is located at https://docs.qfield.org/reference/qfieldcloud/specs

Technical specs

Firewall configuration

If a project contains online layers (PostGIS, WMS, WFS, etc), QFieldCloud will try to establish a connection to these services. Sometimes these services are behind a firewall and the system administrators need to allowlist the QFieldCloud IP.

The hosted version on app.qfield.cloud will connect from the following ip addresses:

service IP
app.qfield.cloud 159.100.252.133
app.qfield.cloud 194.182.188.113

PostgreSQL configuration

If your project contains PostgreSQL (PostGIS) layers, you need to configure your PostgreSQL server so it allows connection from app.qfield.cloud IP address.

Otherwise, you will get an error like this:

FATAL: no pg_hba.conf entry for host "185.203.114.168", user "qfc", database "mydb_test", SSL off WARNING:QGIS_MSGLOG:1 unavailable layer(s) found:

To do so, you need to edit the pg_hba.conf file where your PostgreSQL server is hosted. For more information, refer to recommendations on StackOverflow questions.

    • Related Articles

    • Technical reference

      The original version of this document is located at https://docs.qfield.org/reference/index Technical reference Here you’ll find the technical reference documentation about the different parts of the QField Ecosystem
    • PostgreSQL service

      The original version of this document is located at https://docs.qfield.org/how-to/pg-service PostgreSQL service A pg_service.conf file allows to use an named alias for a PostgreSQL server connection. Instead of storing hostname, port, database name ...
    • System Documentation

      The original version of this document is located at https://docs.qfield.org/reference/qfieldcloud/system QFieldCloud System Documentation The aim of this document is to provide an overview of the QFieldCloud system to understand the underlaying logic ...
    • Get Started with QFieldCloud

      The original version of this document is located at https://docs.qfield.org/get-started/tutorials/get-started-qfc Getting started guide Note We have a community discussion platform to discuss your questions, doubts and ideas. Do not hesitate to check ...
    • Jobs

      The original version of this document is located at https://docs.qfield.org/reference/qfieldcloud/jobs Jobs Jobs on QFieldCloud perform heavy operation with project files and layers within QGIS. Jobs are created in response to certain user actions. ...