A minimalist dashboard for WampServer. Fast, elegant, and multilingual.
WampMono is a lightweight manager designed to enhance your WampServer experience. It simplifies localhost development with an intuitive interface and seamless virtual host management. WampServer is an iconic Windows dev tool. It’s simple, lightweight and still powering localhost projects.
- Introduction
- Features
- Installation
- Usage
- Multilingual Support
- Contributing
- About ToolToys™ and crc.studio
WampMono provides several useful features to enhance your local development environment:
- Simplified Vhost Management
- Instant Vhost Search
- Quick Login Links
- Git-aware
- Dark / Light Theme
- Custom Tools Panel
- Update Checker
- Multilingual Support
-
Create a Virtual Host: Add the following configuration to your WampServer's virtual hosts file (usually located at
wamp/bin/apache/apache2.x.x/conf/extra/httpd-vhosts.conf):<VirtualHost *:80> ServerName wampmono.lcl DocumentRoot "C:/wamp64/www/wampmono.lcl" <Directory "C:/wamp64/www/wampmono.lcl/"> Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted </Directory> </VirtualHost>
-
Modify the
index.phpFile: Update theindex.phpfile in your WampServer root directory (typicallyC:/wamp64/www/) with the following lines at the top:// Redirects to WampMono, a light Manager for WampServer // by crc.studio: A design & development studio if (!isset($_GET['wampmono']) || $_GET['wampmono'] !== 'no') { header("Location: http://wampmono.lcl/"); exit; }
-
Restart Apache: Restart your WampServer's Apache service to apply the changes.
- Access the WampMono Manager by visiting http://wampmono.lcl/ in your browser.
- To view the standard WampServer homepage, add
?wampmono=noto the URL, likehttp://localhost/?wampmono=no.
WampMono is available in:
- English, by crc.studio
- Español, by Ivan Ceballos
- Français, by crc.studio
- Latviešu, by Dana Shelkovnikova
- 日本語, by crc.studio
Want to help translate WampMono into another language?
It’s easy: contact us and we’ll guide you through the process.
We welcome feedback, ideas, and language contributions.
If you’d like to improve WampMono or add a new translation, feel free to reach out.
WampMono is one of crc.studio’s ToolToys™, small web apps designed to make design and development faster, easier, and more joyful.
crc.studio is a design & development studio founded in 2019 by Yoko Homareda and Rémi B. Loizeau. Based in France, we collaborate with artists and designers worldwide to design timeless visual identities, websites, posters, books, packaging, and merchandise. Our work explores the intersections of print and digital, tradition and innovation, guided by a strong sense of composition, materiality, and code.
