"Portable Local Server, Full Control!"
L-Server CLI is a portable local server designed for Windows to simplify local web application development. All services run directly from the project folder without global installation, making it perfect for portable development environments.
- 🐬 MariaDB
- 🐘 PHP & PHP-FPM
- 🚀 NGINX
- 🗄️ phpMyAdmin
- 🗂 File Browser
- Clone the repository or unzip the project folder to your local machine.
- Open PowerShell / Command Prompt and run:
./run.bat- Choose an option from the CLI menu:
| Menu | Function |
|---|---|
| 1 | Start Services (MariaDB, PHP-FPM, NGINX, File Browser) |
| 2 | Stop Services |
| 3 | Check Service Status |
| 4 | Help (Account Info) |
| 5 | Exit CLI |
- Access services via browser:
- File Browser → http://localhost:8081
- PHPMyAdmin → http://localhost:8080/phpmyadmin
- NGINX Web Server → http://localhost:8080
Contributions are welcome! Please feel free to fork the repository, create an issue, or submit a pull request for new features or improvements.