Automated package updates

Questions about WAPT Server / Requests and help related to the WAPT server
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Answer
ludo69
Messages: 4
Registration: Nov. 18, 2025 - 10:20 a.m.

November 18, 2025 - 10:27

Hello,

I'm using WAPT Enterprise on Windows version 2.6.0.17392.

How can I automatically update packages from the TranquilIT repository on my WAPT Enterprise server?

Currently, I go to the private repository -> refresh available packages,
then update from the store for packages marked in 'red',
then add the packages to the cart,
and finally import the package cart.

This method is quite slow and, more importantly, doesn't allow for automated daily updates, which would be necessary for faster response to vulnerabilities.

How can I automate this?
Or is there a simpler manual process?

Thank you.
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

November 18, 2025 - 12:00

Automatic import is not possible because the WAPT server does not have the private key.

You MUST recheck the Tranquility packages during import (they are not guaranteed), which is why we recommend a pre-production environment.

In short, we don't want to create a CrowdStrike2 by automatically updating your network.

By approving updates yourself, YOU take responsibility for what you import.

Rather than using the "red packages,"

simply click on "Import from internet" and check the boxes:

* "Newer than in my repository"
* "Compatible with known machines"
* "Latest version only."

Select all the packages and import them according to your chosen maturity level.
ludo69
Messages: 4
Registration: Nov. 18, 2025 - 10:20 a.m.

November 18, 2025 - 1:17 PM

Thank you for your reply.

Is there a way to script this?

Because if I run the script, I assume the same responsibility

. Sincerely,
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

November 18, 2025 - 1:36 PM

The easiest way is to push the tranquility key on all your parks.

https://wapt.tranquil.it/wapt/catranquilit.crt

In this way, tranquility is easily controlled All your park.

And on your end, you just added the Tranquility packages to your repository:

example :

Code: Select all

cd /var/www/wapt
wget https://wapt.tranquil.it/wapt/tis-chrome_109.0.5414.120-42_x64_windows_6.1_10.0_PROD.wapt
wapt-scanpackages /var/www/wapt -ldebug
This way you don't re-sign the packages, you use ours directly, and this way we can control your fleet.
User avatar
vcardon
WAPT Expert
Messages: 278
Registration: Oct 06, 2017 - 10:55 p.m.
Location: Nantes, France

November 18, 2025 - 7:51 PM

Simon is teasing; Tranquil IT absolutely does not want to replace your work. We're simply trying to make it more enjoyable and worthwhile for you.

If you're looking for a complete WAPT managed services solution with the associated contractual guarantees, you can contact a company like Suricate.

Otherwise, yes, it's just 3 clicks every day or 2-3 times a week—a 10-minute process that previously took you days and hours, without the quality assurance that WAPT now provides. So no, you never waste time with WAPT.
Vincent CARDON
Tranquil IT
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

November 19, 2025 - 09:53

vcardon wrote: Nov 18, 2025 - 7:51 PM Simon is teasing
I was perfectly serious :) and the proposed solution is perfectly valid (it's better than automatically re-signing).

Automatic duplication without verification leads to this exact conclusion: "peace of mind can control your entire fleet"
Answer