UpdatEngine-client allow computer and server to be inventoried automatically on an updatengine server and to deploy softwares.
The installation can be done by the graphical interface of the setup. Below only silent command line installations are presented.
If installed from an UE-Server then there is no 'Operation completed' in deployment history due to the termination of the existing UE-Client instance, which therefore cannot send this message to the server.
updatengine-client-setup-4.1.1.exe /verysilent /server=https://UE-SERVER_IP:1979 /noproxy /delay=30 /cert="%CD%\cacert.pem" /norestart /forceinstall
wget -O /tmp/install-updatengine-client.sh https://raw.githubusercontent.com/updatengine-ng/updatengine-client/master/Linux/setup/install-updatengine-client.sh --no-check-certificate && chmod +x /tmp/install-updatengine-client.sh && sudo /tmp/install-updatengine-client.sh -s "https://UE-SERVER_IP:1979" -m 30 -c mycert.pem -n
- Official site : https://updatengine-ng.com/
- French Google discussion group : https://groups.google.com/forum/#!forum/updatengine-fr
- Old official site : https://updatengine.com/
- Site archive : https://web.archive.org/web/20170318143615/http://www.updatengine.com:80/
GPL-2.0