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
For test purposes, we installed Headwind MDM on the port 8080 and it works well.

After that, we set up SSL certificates and the web panel works by https.

However QR code is no more generated, it attempts to open HTTP port 8080 which is now disabled.
by (32.7k points)

1 Answer

0 votes

1. Update the parameter base.url in the XML config file (/var/lib/tomcat9/conf/Catalina/localhost/ROOT.xml), it should be https://your-mdm.com instead of http://your-mdm.com:8080. Restart Tomcat to apply changes:

service tomcat9 restart

2. Manually change URLs of all APKs. 

2.1. Open the Applications tab, and uncheck the checkbox "Show system apps". 

2.2. For each application, click the "Versions" icon

2.3. Update the URL(s) for the latest available version.

by (32.7k points)
...