Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes
I'm not clear about Domain setting, especially about how it gets ip address from domain.

And you mentioned digialocean in your readme file, if so can't I use cpanel or aws or VPS? How do I configure Headwind Remote on AWS when the VM is behind the NAT and has only local IP address?
by (33.5k points)

1 Answer

0 votes

To get an IP address from the domain, the installer uses DNS and it should return the external IP of the server.

If you're using AWS or any other hosting provider, you need to specify in config.yaml:

nat: true

However if the DNS doesn't return the external IP address (for example, you have modified /etc/hosts to install Headwind MDM and Headwind Remote on the same server), the software will be successfully installed, but the mobile agent connection will fail: "ICE connection failed".

In this case, you need to specify the external IP address in config.yaml:

public_ip: "external-ip-address"

by (33.5k points)
...