Headwind MDM installer for Ubuntu Linux
Download this installer if you are setting up a new instance of Headwind MDM. A recommended OS to install Headwind MDM is Ubuntu Linux 22.04 LTS.
Android application (launcher)
Keep the Headwind MDM mobile agent up-to-date to get most recent features and bugfixes.
To avoid major faults, please test the new version on a test group of devices before updating all devices!
The Android launcher source code can be downloaded here.
Web panel, WAR file
Keep the web panel up-to-date to get most recent features and bugfixes.
On Tomcat 9, make a backup of your XML configuration before update!
There is a bug in Tomcat 9 which causes occasional removal of the XML configuration after updating the WAR file. To avoid the server fault after upgrading, we strongly recommend to make a backup.
cp /var/lib/tomcat9/conf/Catalina/localhost/ROOT.xml /var/lib/tomcat9/conf/Catalina/localhost/ROOT.xml~
If you’re getting a 404 error after the update, just restore the XML file from the backup.
The web panel source code can be downloaded here.
Headwind MDM library
If you’re a developer and want to integrate your Android app with Headwind MDM, start here.
Plugins
Plugins are supplementary Android apps which must be installed as APK files through the web panel.
Note: if you’re attempting to install Headwind MDM plugins outside of Headwind MDM launcher, they will not work. You need to setup a launcher first, and then install plugins through the web panel.
Dockerized MDM
By using an official Docker image for Headwind MDM, you can run Headwind MDM on any Linux distro.
Source code of the Docker image ►