⚠️ 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

⚡ 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:

🎯 What Gets Installed

📦 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

🔧 Available Files

Last updated: 2025-10-31 11:23:25 +07