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
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.