Installer command line

Discussion in 'Installation/Configuration' started by Charles Chambers, Feb 9, 2026.

  1. Charles Chambers

    Charles Chambers New Member

    I'd like to know what command line (exactly) is given to retrieve and run the autoinstaller?
    I don't understand the use of "-s" and "--" specifically.
    All I want is standard packages for now. There's more after a default install.

    Charlie
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You can find the auto-installer guide here:

    https://www.howtoforge.com/ispconfig-autoinstall-debian-ubuntu/

    In the last chapter, you can find the available command-line arguments. When you run the installer as described in the guide:

    Code:
    wget -O - https://get.ispconfig.org | sh -s -- --use-ftp-ports=40110-40210 --unattended-upgrades
    Then you get the standard installation.

     
    Taleman and ahrasis like this.

Share This Page