Installation
Last updated
Last updated
The of AdaptixС2 is available on github. The main
branch is a stable version and does not contain the latest changes.
To build Server and Extenders, you need to install additional dependencies. Please note that golang 1.23 is required to compile and run AdaptixServer.
To build Client, you need to install additional dependencies
AdaptixServer and Extenders (goplugins) must be built with the same version of the golang package.
All compiled files will be located in the dist directory.
The AdaptixClient is compiled from the cmake configuration.
AdaptixClient file will be located in the dist directory.
After launching the installer, on the package download page, check the boxes as shown in the screenshot below.
In QT Creator, select Open Project and select the CMakeLists.txt file. After downloading the project, change the build type to Release and build the project.
Create a directory for the client where all dependencies will be copied. Move the AdapticClient.exe executable to this directory, open cmd.exe and run windeployqt.exe.
The directory with the application and dependencies can be transferred to any computer.
Download QT online installer from the official website: .