Skip to content

Latest commit

Β 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

# πŸš€ LocNetServe - Ultimate Local Web Server for Windows Development

Windows Apache MySQL PHP AutoHotkey GitHub release


πŸ”₯ Why Choose LocNetServe? The Ultimate Localhost Solution

LocNetServe is the all-in-one local web server that eliminates the complexity of setting up your local development environment. Perfect for web developers, students, and agencies who need a reliable localhost server with phpMyAdmin and full-stack capabilities.

πŸ† What Makes Us Different?

Feature LocNetServe XAMPP WAMP Laragon
Web Dashboard βœ… Real-time monitoring ❌ ❌ Limited
CLI + GUI βœ… Both interfaces ❌ CLI only ❌ GUI only βœ…
Multi-language βœ… EN/FR/ES ❌ ❌ ❌
Auto Health Checks βœ… ❌ ❌ ❌
Virtual Host Manager βœ… Visual interface ❌ Manual ❌ Manual βœ…
Real-time Stats βœ… ❌ ❌ ❌

🌐 Website

Live Demo & Documentation: https://sassisouid.github.io/locnetserve

🎯 Perfect For These Use Cases

πŸš€ Local Web Development

  • PHP projects with full localhost environment
  • WordPress development and testing
  • Laravel, Symfony, CodeIgniter frameworks
  • Custom web applications with MySQL database

πŸŽ“ Learning & Education

  • Web development courses - perfect setup for students
  • PHP & MySQL tutorials - pre-configured environment
  • Frontend projects with local server backend

πŸ’Ό Professional Development

  • Agency workflows - consistent environment across teams
  • Client project demos - showcase on local network
  • Prototyping - rapid setup for new ideas

✨ Key Features That Developers Love

πŸ–₯️ Complete Web Stack

  • Apache 2.4.65 - Industry-standard web server
  • MySQL 9.4.0 - Robust database management
  • PHP 8.2.29 - Latest PHP with common extensions
  • phpMyAdmin - Web-based database management

πŸŽ›οΈ Multiple Control Interfaces

# Command Line (Power Users)
lns status
lns apache restart
lns mysql backup

# System Tray (Quick Actions)
# Right-click for instant service control

# Web Dashboard (Visual Management)
# http://localhost:8080 - Real-time monitoring

πŸ“Š Advanced Monitoring

  • Real-time CPU/Memory usage
  • Service status tracking
  • Request/Connection statistics
  • Automatic health checks

🌐 Professional Tools

  • Virtual Host Manager - Easy project setup
  • Database backup/restore - Never lose data
  • Multi-language support - EN/FR/ES
  • Port management - Conflict-free operation

πŸš€ Quick Start - Get Running in 2 Minutes

Installation Steps

  1. Download & Extract

    git clone https://github.com/sassisouid/locnetserve.git
    cd locnetserve
  2. Auto-Installation

    # Run the installer
    cd install
    setup.exe
    # Follow the prompts - it's that simple!
  3. Launch & Enjoy

    # Start everything
    lns start all
    
    # Access your environments:
    # Dashboard:    http://localhost/dashboard
    # phpMyAdmin:   http://localhost/phpmyadmin  
    # Localhost:    http://localhost/
    # PHP Info:     http://localhost/info.php

πŸ’» Complete Command Reference

πŸ› οΈ Essential Commands

# Service Management
lns start all              # Start all services
lns stop all               # Stop all services  
lns status                 # Check service status
lns apache restart         # Restart Apache
lns mysql backup           # Backup databases

# Information
lns -v                     # Version info
lns help                   # Full command list

πŸ—„οΈ Database Operations

# MySQL Management
lns mysql shell            # Open MySQL command line
lns mysql create mydb      # Create new database
lns mysql export mydb      # Export database to SQL
lns mysql import mydb file.sql  # Import SQL file

# User Management  
lns mysql users            # List all users
lns mysql user add john password123  # Create user

🌐 Virtual Hosts & Projects

# Project Management
lns vhosts show                    # List all virtual hosts
lns -vh open myproject.local       # Access project
lns -vh create blog /path/to/site  # Create new host

βš™οΈ Advanced Features

# PHP Management
lns php ext list           # Show all extensions
lns php ext enable curl    # Enable specific extension

# Utilities
lns utils backup all       # Full backup (DB + files)
lns utils health check     # System health check
lns utils show ports       # Check port usage

πŸ“Š Web Dashboard Features

Access http://localhost/dashboard for visual management:

🎯 Real-time Monitoring

  • Service status with live indicators
  • System resources (CPU, Memory, Disk)
  • Apache requests and MySQL connections
  • Project overview with quick access

πŸ› οΈ Visual Controls

  • One-click service start/stop/restart
  • Virtual host management with form interface
  • Database operations without command line
  • Log viewer for quick debugging

πŸ“ˆ Statistics & Analytics

  • Uptime tracking for each service
  • Performance metrics over time
  • Resource usage trends
  • Project activity monitoring

Virtual Host Configuration

# Create custom virtual host
lns -vh create mysite.local C:\locnetserve\www\mysite

# Automatically updates:
# - Apache vhosts configuration
# - Windows hosts file
# - Creates project structure

πŸ› οΈ System Requirements

Component Requirement
OS Windows 10, 11 (64-bit)
RAM 2GB minimum (4GB recommended)
Storage 500MB free space
Architecture x64
Admin Rights Required for service installation

❓ Frequently Asked Questions

πŸ€” How is this different from XAMPP/WAMP?

LocNetServe provides modern interfaces (CLI + GUI + Web), real-time monitoring, and developer-focused tools that traditional packages lack.

πŸ”§ Can I use it with existing projects?

Absolutely! Just point your virtual hosts to existing project folders - no migration needed.

🌐 Can I access from other devices?

Yes! Your local network server can be accessed by other devices on the same network.

πŸ’Ύ What about data safety?

Automatic MySQL backups and config versioning ensure your work is always safe.

πŸ†“ Is it really free?

100% free and open-source - no hidden costs, no premium features.


πŸš€ Use Cases & Success Stories

🏒 Web Development Agencies

"We switched our entire team to LocNetServe. The consistent environment and virtual host manager saved us 10+ hours per week in setup time."

πŸŽ“ Coding Bootcamps

"Our students can now focus on learning PHP and MySQL instead of fighting with server configuration. The web dashboard makes debugging so much easier."

πŸ’Ό Freelance Developers

"I use LocNetServe for all client projects. The quick setup and reliable operation let me deliver faster and more professionally."


🀝 Contributing & Community

We love our community! Here's how you can help:

πŸ› Report Issues

Found a bug? Open an issue with details.

πŸ’‘ Suggest Features

Have an idea? We'd love to hear it!

πŸ”§ Code Contributions

  1. Fork the repository
  2. Create your feature branch (git checkout -b amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin amazing-feature)
  5. Open a Pull Request

🌍 Translation Help

Help us translate LocNetServe to more languages!


πŸ“ž Support & Resources


πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.


πŸ™ Acknowledgments

Thanks to the amazing open-source community and all our contributors who make LocNetServe better every day!


⭐ Star us on GitHub if LocNetServe helps your development workflow!

πŸš€ Ready to transform your local development experience? Download LocNetServe today!


Keywords: local web server, localhost server, local development server, phpmyadmin localhost, web development environment, apache mysql php windows, local web server for windows, localhost php development, web server local network, development server with dashboard, local server manager, php development environment, mysql local server, apache localhost, web development tools, local server for web development, windows web server, local network development server, phpmyadmin web server, complete local development stack

About

LocNetServe: Local Network Server for Modern Full-Stack Apps (windows) The perfect partner for your full-stack journey. Run JavaScript frontends, Python/PHP backends, and test AI APIs seamlessly on your machine with LocNetServe. Simple, fast, and cross-platform. #FullStack #JavaScript #Python #AIAPI #WebDevelopment

Topics

Resources

Code of conduct

Contributing

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages