Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Next, select your Language from the list.

    2-20240709-050552.png

  2. Next, select your country from the list.

    3-20240709-050552.png

  3. Next, select your keyboard layout from the list

    4-20240709-050552.png

  4. Enter a hostname for your system. In this example we will use FreePBX17.

    5-20240709-050552.png

  5. Enter a root password for the system.

    6-20240709-050552.png

  6. Enter the full name for the user account. This is required on Debian 12

    7-20240709-050552.png

  7. Enter the username for the user account you would like to setup. This is required for Debian 12.

    8-20240709-050551.png

  8. Enter the password for the user account.

    9-20240709-050551.png

  9. Select the server's timezone. This is based on the country selection done previously.

    10-20240709-050552.png

  10. Select the “Guided- use entire disk” option in most cases. An LVM can be used as well if you would like a more advanced setup.

    1. To configure software RAID, follow the steps at Debian OS Installation with Software RAID

      11-20240709-050552.pngImage Modified

  11. Select the disk to install Debian 12 onto.

    12-20240709-050552.png

  12. Select the “All files in one partition” option unless of course you would like a more advanced setup.

    13-20240709-050552.png

  13. Select the “Finish partitioning and write changes to disk” option and continue.

    14-20240709-050551.png

  14. Select “yes” to confirm you want to write changes to the disk.

    15-20240709-050551.png

  15. Select “no” to scanning more media.

    16-20240709-050551.png

  16. Select a Country close to where the server is installed. If you are using the netinstall version of Debian 12 packages will be downloaded during the installation.

    17-20240709-050551.png

  17. Select the mirror you prefer in the country you’ve selected.

    18-20240709-050552.png

  18. Enter a HTTP proxy if one is required in your network. Leave this blank in most cases.

    19-20240709-050552.png

  19. Select YES or NO depending on if you want to report system stats back to Debian developers.

    20-20240709-050552.png

  20. Only leave “SSH Server” and “Standard System Utilities” selected. If you would like a Desktop you can install these options, but in most cases the PBX will be managed via the webUI and SSH. There is no need to have a Desktop installed on the PBX.

    21-20240709-050552.png

  21. Select YES to install the GRUB boot loader.

    22-20240709-050552.png

  22. Select your hard drive. This is where GRUB will be installed.

    23-20240709-050552.png

  23. Installation complete. Remove the USB key and press continue to reboot.

    24-20240709-050552.png

  24. Once the system boots up, login as root.

    25-20240709-050552.png

  25. Once logged in, run the commands below. This has to be done to enable ROOT ssh access.
    Commands:

    Code Block
    echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
    service ssh restart
    ip addr

...