Manage Your Lando Sites with Ease
A free, open-source web GUI for starting, stopping, rebuilding, and sharing your local WordPress development sites.
Everything You Need to Manage Lando Sites
🔄
Safe MySQL Migrations
Change MySQL versions safely. The GUI handles automatic data export and import to prevent data loss during version changes.
➕
Create New Sites
Use the built-in site creation wizard to configure PHP versions, database settings, and services before launch.
📊
Real-time Status
See which sites are running or stopped at a glance. Get quick access to your local site URLs and wp-admin.
⚙️
Configure Sites
Adjust PHP and MySQL versions directly through the GUI. Enable or disable phpMyAdmin access with one click.
🌐
Share Sites Publicly
Instantly make any running site public via ngrok integration and copy shareable URLs to your clipboard for client demos.
🚀
One-Click Actions
Start, stop, restart, rebuild, or destroy sites with a single click. No more terminal commands for basic operations.
Get Started in Under 60 Seconds
NPM
# Install globally
npm install -g lando-gui# Run the application
lando-guiThen open http://localhost:3000/ in your browser.
GitHub
# Clone the repository
git clone https://github.com/welbinator/lando-gui.gitcd lando-gui# Install dependencies and start
npm installnpm startNeed Help or Want to Contribute?
Get Support
Found a bug or have a feature request? Please check existing issues before submitting a new one.
Open an issue on GitHubContribute
Lando GUI is open-source. We welcome contributions! Fork the repo, make your changes, and submit a PR.
Fork on GitHub