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 am using your Headwind Remote Control software on my own host.

How to update my installation to the latest version?

by (34.3k points)

1 Answer

0 votes

To update your server, please do the following.

1. Renew the files. 

If you're synchronized with the git repository, run the command

git pull

otherwise (if you're using a trial version of Headwind Remote Premium), get the archive with the latest files and unpack it to your Headwind Remote directory (overwrite files if necessary).

2. Update configuration

This step is optional. You need to update the configuration (config.yaml file) only if new parameters appeared in a new version.

3. Rebuild the software

Execute the command (in the software root directory, for example, /opt/remote-control/):

./install.sh

to build the software and run the remote control service.

by (34.3k points)
...