Last updated: July 24, 2026
This guide explains how to bind the Mobile Device Manager Plus server to a specific IP address when the host machine has multiple network interface cards (NICs). Admins stop the MDM server, edit wrapper-user.conf to uncomment and set the bindaddress line to the desired IP, delete the following line, make a trivial edit to websettings.conf to save it, then restart the server. Any previously enrolled devices will become unmanaged and must be re-enrolled.
If the machine running Mobile Device Manager(MDM) has multiple Network Interface Cards (NICs) and if you want to restrict the MDM Server communication to a specific IP address, follow the steps below:
Warning!
If you have already enrolled any devices, they will be unmanaged and you have to re-enroll these devices.
Devices enrolled before the IP binding change will become unmanaged and need to be re-enrolled after the server is restarted with the new binding.
Edit wrapper-user.conf in <MDM_Install_Dir>\conf — uncomment the wrapper.java.additional.15=-Dbindaddress="n.n.n.n" line, replace n.n.n.n with the desired IP address, and delete the next line containing wrapper.java.additional.15= before restarting the server.