Skip to main content
availability

Package: Invicti AppSec Enterprise (on-premise, on-demand)

Install and upgrade Invicti AppSec

Installation

Installing Invicti AppSec is straightforward and doesn't require additional steps or configurations in most cases.

To install Invicti AppSec, follow these step-by-step instructions:

  1. Create the directory and navigate to it:

    mkdir Kondukto && cd Kondukto
  2. Extract the archive:

    unzip kondukto.zip
  3. Give execution permission to the installer.run file:

    chmod +x installer.run
  4. Download and install the required third parties:

    • Git
    • Nginx
    • Docker
    • Docker-Compose
  5. Run the Invicti AppSec installer:

    ./installer.run

Installation configuration

Once the installer starts, it asks you for fundamental configuration choices:

Please choose a database system: docker for PoC, host for production installation

Please enter hostname or IP address : https://(ip address or hostname of the server)

Please enter your registration key: {your_registration_key}

Invicti AppSec has a service for systemd, do you want to load and enable the service? (Y or N)

Do you want to load Invicti AppSec default Nginx configuration? (Y or N)

After these steps, the installer asks for information to create a self-signed TLS certificate. If you want to use your organization's TLS certificate, you can skip the questions by pressing Enter.

Country Name (2 letter code) [AU]:
State or Province Name (full name) [Some-State]:
Locality Name (eg, city) []:
Organization Name (eg, company) [Internet Widgits Pty Ltd]:
Organizational Unit Name (eg, section) []:
Common Name (e.g. server FQDN or YOUR name) []:
Email Address []:

Once certificate generation completes, Invicti AppSec is ready to use.

Access your installation

To access your installation, navigate to the hostname you introduced during the installation phase using a web browser.

info

For the initial login, the following default credentials are provided:

  • ID: admin
  • Password: admin123

After the first login, the system automatically redirects you to the password change screen.

Upgrade

To upgrade your installation, execute the latest installer.run file on the Invicti AppSec instance. The system automatically upgrades to the latest version.

For additional information, refer to these related guides:


Need help?

Invicti Support team is ready to provide you with technical help. Go to Help Center

Was this page useful?