Last updated: July 24, 2026
To restrict MDM server access to your organization network, stop the MDM server, open the web settings.conf file in the conf folder, and set the ui.access.restricted.hostnames property to the allowed IP address and FQDN. Save the file and restart the server; the server can then only be reached via localhost, the machine's IP, or computer name, blocking access from public IPs or FQDNs.
As an IT administrator, you would want to restrict access to MDM server from outside your organization network/firewall. This ensures MDM server can be accessed only within the organization, thereby securing access to server and the data within. You can achieve this by restricting MDM access to specific IP address/FQDN as explained below:
Stop the MDM server, then open the web settings.conf file inside the conf folder and set the ui.access.restricted.hostnames property to the IP address and FQDN you want to allow.
Yes, after adding the restriction the server can still be accessed using localhost:9383, the machine's IP address, or its computer name; it just can't be reached from a public IP address or FQDN.