Welcome to WAPT’s official documentation by Tranquil IT, last compiled on 2024-09-20.
Click here for a PDF version of the complete documentation.
WAPT is a software and configuration deployment tool that may be compared to Microsoft SCCM (now called MECM), Ivanti UIM, IBM Bigfix, Tanium, OPSI, PDQDeploy, or Matrix42. WAPT exists in two flavors, WAPT Discovery and WAPT Enterprise.
Main benefits¶
For System Administrators:
Install software and configurations silently.
Maintain up to date an installed base of software and configurations.
Configure software at the system and user level to reduce the load on support teams.
Remove unwanted or out of cycle software and configurations silently.
Reduce your need for support by your IT teams, whose reaction times are often long because of their workloads.
Reduce as much as possible the consumption of bandwidth on remote sites to preserve it for productive uses.
For IT Security Officers
Pilot the software installed base to converge to a security standard acceptable to the organization.
Prepare your enterprise for the coming GDPR and help your DPO keep his register of data processing, because you two will become close colleagues.
No longer tolerate machines operating in Administrator mode.
No longer tolerate users downloading and running software binaries from their home directory.
Start applying SRPs, also known as Applocker or WDAC to improve application level IT security.
Reduce the level of exposure to software vulnerabilities and lateral movement attacks.
Bring up audit indicators for a better knowledge of the state of installed IT devices and their global security level.
Be prompt to deploy updates to react to cyber attacks like Wannacry or notPetya.
For End-Users
Have installed software configured to work well in the context of your Organization and trust that they will work correctly.
Give Users more autonomy to install software safely and reliably.
Have better working and more predictable professional systems because of standard software configurations.
- Configuring the WAPT agent with advanced options
- Configuring the WAPT console
- Configuring the WAPT Server
- Configuring WAPT repositories
- Enhancing the security of your WAPT setup
- Configuring the firewall on the WAPT Server
- Configuring kerberos authentication
- Activating the verification of the SSL / TLS certificate
- Configuring user authentication against Active Directory
- Configuring Client-Side Certificate Authentication
- Generating the Certificate Authority (CA)
- Deploying certificates of local IT admins on clients
- Configuring Access Control Lists
- Deploying the WAPT agent
- Updating the WAPT agents
- Using the WAPT console
- Using the WAPT console advanced
- Using profile bundles in WAPT
- Using Organizational Unit packages in WAPT
- Using WAPT Windows Update Agent (WAPTWUA)
- Using the reporting functions in WAPT
- Connecting to the WAPT database using a PostgreSQL client
- Synchronizing WAPT inventories to GLPI
- Adding plugins in the Console
- Re-signing all host packages from the WAPT console
- Using WAPT Self-Service
- Using WAPTtray
- Using WAPTExit
- Manually triggering the execution of WAPTexit
- Triggering WAPTexit with a scheduled task
- WAPTExit settings in wapt-get.ini
- WAPTExit settings in binary
- Do not interrupt user activity
- Launching the installation of packages with a special level of priority
- Registering/ unregistering WAPTexit
- Video demonstration
- Customizing your WAPT
- Using WAPT with the Command Line
- Using the more common functions in WAPT with the command line
- Using special Command Lines with WAPT
- Using the Command Line for user session setup
- Using the Command Line to create WAPT packages
- Using the command-lines for WaptWUA management
- Using the command-lines for interaction with users
- Using the command-lines for initial setup
- Using the command-lines for repository management
- Using the command-lines with options
- Package structure detailed
- Python 2 to Python 3
- Setting up your WAPT development and test environment
- Principles of creating package template from the WAPT console
- Presentation of PyScripter
- Packaging .msi packages (example)
- Packaging .exe packages (example)
- Packaging empty packages
- Building the package and sending it to the WAPT server
- Simple examples of commonly used setuphelper functions
- Manipulating registry keys
- Creating and destroying shortcuts
- Windows environment/ Software/ Services
- Using control file fields
- Managing a WAPT package with another WAPT package
- Improving my package
- Copying a file
- Uninstalling unwanted versions
- Improving setup.py to use variables
- Customizing the user environment
- Using the audit functions for compliance
- Updating automatically a software package
- Deploying a portable software with WAPT
- Packaging Windows Update .msu packages
- Packaging simple Linux packages
- Encrypting sensitive data contained in a WAPT package
- Using different IDEs for developing WAPT packages
- Configuring WAPT to use a custom editor
- Frequent problems
- Resetting the WAPT Linux Server password
- I lost my WAPT private key
- My private key has been stolen
- My BIOS UUID bugs
- WAPTdeploy does not work
- Windows does not wait for the network to be up on startup
- WAPT Exit will not launch
- WAPTExit halts after 15 minutes and does not finish the installing the packages
- Error message when opening the WAPT console
- Problems with registering a host with WAPT
- Problems when enabling enable-check-certificate
- Problems when creating a package
- Frequent problems caused by Anti-Virus software
- I have an issue with my proxy - THttpClientSocket.SockRecv(1) read = 0
- Common mistakes