Mautic 6

One-Click Installation

Mautic 6 Initialization:

Overview:

This guide will walk you through initializing Mautic 6 on your AWS instance in just one click. The setup process is streamlined using our custom script, designed for ease of use and efficiency. Before starting the script, ensure the minimum requirement is met.

Pro Tip: We recommend associating an AWS Elastic IP with your instance before running the setup. This prevents your IP address from changing when the instance is stopped and restarted.

Step 1: Access Your AWS Instance

1. Launch Your AWS EC2 Instance:

  • Choose your desired AWS EC2 instance type. (Recommended: t3a.small / t3.small)
  • Once the instance is running, connect to it via SSH.

2. Connect to the Instance:

  • Open your terminal (Mac/Linux) or use an SSH client (e.g., PuTTY for Windows).
  • Run the following SSH command:
ssh ec2-user@<your-aws-public-ip>
  • When prompted for the login, enter:
[ec2-user@…]$ sudo -i

3. Run the Initialization Script:

  • To initiate the Mautic installation, run the following command:
[root@…]$ /usr/local/bin/egl_init.sh.x
  • Note: This script automates the entire installation process. While it runs, ensure your terminal remains active, and do not close the session.

Step 2: Access Mautic After Installation

1. Completion Confirmation:

  • Once the installation is finished, you will see a summary on the screen that includes your Mautic admin credentials.

2. Access the Mautic Interface:

  • Open your web browser and navigate to:
http://<your-public-ip>
  • You will be greeted by the Mautic login screen.

3. Login:

  • Use the credentials provided during the installation process to log in.
  • You can then update your account details in the settings as needed.

 

Important Notes:

  • Mail Sending Blockage:
    AWS may have email-sending restrictions in place by default. Before using Mautic for email campaigns, submit a request to AWS to lift the restriction on outbound email traffic.

 

Share this Doc

One-Click Installation

Or copy link

CONTENTS