How to Install Mautic on Windows 11
This tutorial will guide you through the process of installing Mautic, the open-source marketing automation platform, on Windows 11 operating system.
Prerequisites
Before installing Mautic, you need to have the following components installed on your Windows 11 computer:
- PHP
- MySQL
- Apache
If you don't have these components installed, follow the steps below to install them:
Install PHP
- Download the latest version of PHP from the official website https://windows.php.net/download/
- Extract the contents of the downloaded file to a folder of your choice, for example,
C:\PHP - Rename the file
php.ini-developmenttophp.ini - Edit
php.inifile and uncomment the following lines:
extension_dir = "ext"
extension=mysqli
- Save the file and exit
Install MySQL
- Download the MySQL Community Server installer from the official website https://dev.mysql.com/downloads/installer/
- Run the installer and follow the prompts to install MySQL
- During the installation, you will be prompted to create a root password. Make sure you remember this password.
Install Apache
- Download the Apache HTTP server from the official website https://httpd.apache.org/download.cgi
- Extract the contents of the downloaded file to a folder of your choice, for example,
C:\Apache24 - Open a command prompt with administrator privileges and navigate to the
bindirectory of Apache installation. For example,cd C:\Apache24\bin - Run the command
httpd -k installto install Apache as a Windows service.
Install Mautic
Once you have installed PHP, MySQL, and Apache, you can proceed with installing Mautic.
- Download the latest version of Mautic from the official website https://www.mautic.org/download/
- Extract the contents of the downloaded file to the
htdocsdirectory of your Apache installation. For example,C:\Apache24\htdocs\mautic - Open a web browser and navigate to
http://localhost/mautic/to start the installation process. - Follow the prompts to complete the installation.
During the installation, you will be prompted to enter the MySQL database details, including the database name, username, and password. Make sure you enter the correct details.
Once the installation is complete, you can log in to Mautic using the default username and password, which are:
- Username:
admin - Password:
mautic
Conclusion
You have now successfully installed Mautic on your Windows 11 computer. You can now start using Mautic to manage your marketing campaigns and automate your email marketing tasks.