AMPPS Local Development Environment Guide
AMPPS integrates Apache, MySQL, PHP, Perl, and Softaculous for one-click installation of applications like WordPress on localhost.
AMPPS is a local development stack launched by Softaculous, which includes Apache, MySQL, PHP, Perl, and the Softaculous auto-installer, supporting one-click deployment of hundreds of applications like WordPress and Joomla on localhost.
Default localhost Access
| Purpose | Address |
|---|---|
| Control Panel / Home | http://localhost |
| Alternate Port | http://localhost:8080 |
| phpMyAdmin | http://localhost/phpmyadmin |
Supported Platforms
AMPPS supports Windows, macOS, and Linux, with a unified interface suitable for cross-platform teams.
Installation and Startup
- Download the appropriate version for your system from the AMPPS Official Site.
- After installation, open the AMPPS control panel and start Apache and MySQL.
- Access the management interface via your browser at http://localhost.
Website Root Directory
Common paths:
- Windows:
C:\Ampps\www\ - macOS:
/Applications/Ampps/www/
You can also use Softaculous to automatically install CMS without manually uploading files.
Softaculous One-Click Installation
In the AMPPS panel, select WordPress, Drupal, etc., to automatically create databases and directories. After completion, access the address like http://localhost/wordpress.
Frequently Asked Questions
Port 80 is Occupied
Change Apache to 8080 in the AMPPS settings and use http://localhost:8080.
MySQL Fails to Start
Check if there are other MySQL instances running; review the AMPPS logs.
Conflict with XAMPP/WAMP
Do not run multiple stacks simultaneously; stop other Apache/MySQL services first.
Summary
AMPPS is suitable for local environments that require Softaculous for one-click application installation. The entry point is http://localhost, and the document root is placed in www.