- with bundle LAMP stack, you will get all of thing you need at a small cost:
1. Have a mail server with multi customized domain and user
2. Have a PHP web host, can be run Dolibarr CRM/ERP, Wordpress, SuiteCRM, Roundcube email clients, Nextcloud, ....
3. Can be run other app by Docker or Docker Compose also.
By install Virtualmin just run below code on CLI as sudo role, recommend run as root:
sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y
sudo sh -c "$(curl -fsSL https://software.virtualmin.com/gpl/scripts/virtualmin-install.sh)" -- --bundle LAMP
sysctl vm.overcommit_memory=1
sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y