README

LEMP Stack Installer


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.

Features


Usage


  1. Clone the repository:
    git clone https://github.com/iodesk/lemp.git
    cd lemp
            
            
  2. Direct
    bash <(curl -fsSL https://vps.fio.link/install.sh)
            
            
  3. Add Site
    bash <(curl -fsSL https://vps.fio.link/add-site.sh) -d domain.com -php 8.3 -ssl le
            
            
  4. Remove Site
    bash <(curl -fsSL https://vps.fio.link/rm-site.sh) -d domain.com