⚠️ TEST ENVIRONMENT ⚠️
This is VPS #4 - Testing Environment Only
🚀 Automated LEMP Stack Installer
One-command installation for Nginx + MariaDB + PHP on fresh VPS systems.
📋 Supported Systems
- Ubuntu 22.04 LTS / 24.04 LTS
- AlmaLinux 8 / 9 / 10
- Rocky Linux 8 / 9 / 10
⚡ Quick Installation
Run this command on your fresh VPS as root:
curl -fsSL http://103.124.92.124/install-lemp.sh | bash
Or using wget:
wget -qO- http://103.124.92.124/install-lemp.sh | bash
⚠️ Requirements:
- Fresh VPS with supported OS
- Root access (or sudo privileges)
- Domain name pointed to server IP
- Internet connection
🎯 What Gets Installed
- Nginx - Latest stable version
- PHP-FPM - Choose 8.1, 8.2, or 8.3 with common extensions
- MariaDB - Choose 10.6, 10.11, or 11.4 (secured automatically)
- SSL/TLS - Automatic HTTPS with Let's Encrypt
- Firewall - firewalld with HTTP/HTTPS/SSH
- Management Tool - Interactive panel for service/domain/database management
📦 Manual Download
If you prefer to review the installer first:
wget http://103.124.92.124/install-lemp.sh
chmod +x install-lemp.sh
./install-lemp.sh
🔐 Verification:
Verify the installer tarball integrity:
wget http://103.124.92.124/lemp-installer.sha256
sha256sum -c lemp-installer.sha256
SHA256: d432ee5a275bc03a8045b2ebd494bb552b957c00440ebbe94e98d76557be7273
✅ Installation takes 5-10 minutes
All packages are served from this TEST repository for faster downloads.
📚 After Installation
- Your site:
https://yourdomain.com
- Database credentials:
/root/.my.cnf
- Web root:
/var/www/yourdomain.com/html/
- Nginx config:
/etc/nginx/conf.d/yourdomain.com.conf
- Management tool:
lemp-manage --panel
🔧 Available Files
Last updated: 2025-10-31 11:23:25 +07