Skip to content
MAMP PRO Documentation

First Steps

When MAMP PRO is launched for the first time, any existing MySQL databases are copied from MAMP to MAMP PRO and the contents of /Applications/MAMP/htdocs are copied to ~/Sites/localhost, which is set as the document root for the default “localhost” site. A dialog box informs you of this action.

MAMP PRO - Completing MAMP PRO installation

Click the Start button in the top-right of the toolbar to launch Apache and MySQL.

MAMP PRO - Start servers

In the Sites list on the left, each site shows its status with a color-coded icon:

  • Blue – the site is accessible
  • Light blue – the site is not accessible

Hover over an entry to see a tooltip explaining why a site is unavailable.

Apache uses port 8888 by default. Include the port number in the URL when opening a site: http://localhost:8888.

Each website you work on gets its own entry in the Sites list. If you have upgraded from MAMP, your existing localhost site is already listed.

MAMP PRO - Sites list

Your default site is “localhost”. Its files are stored in ~/Sites/localhost. Click the Open button to the right of the site name to open the site in your default browser.

MAMP PRO - open localhost