A simple and automated Bash script to install a full web server stack on Ubuntu. Includes NGINX, PHP, MariaDB, Fail2Ban, Swapfile setup, and basic firewall rules using iptables.
git clone https://github.com/iodesk/lemp.git
cd lemp
bash <(curl -fsSL https://vps.fio.link/install.sh)
bash <(curl -fsSL https://vps.fio.link/add-site.sh) -d domain.com -php 8.3 -ssl le
bash <(curl -fsSL https://vps.fio.link/rm-site.sh) -d domain.com