Skip to content

Mautic

Everything about Mautic, from installation to configuration to creating campaigns and sending emails.

How to Reset Lost Mautic Administrator Password

If you have forgotten or lost your Mautic Administrator Password, or if after an update your login has stopped working. Mautic can send you an email with a link for you to create a new password.
But what if your email settings are missing or do not work propely anymore? Bad news, there is no way to recover it or change it from the UI.

However, if you have SSH access to your Mautic instance, you can directly modify the database, you won’t be able to see the stored password, but you can overwrite the existing password or even better, add a new user directly into the database here’s how:

Read More »How to Reset Lost Mautic Administrator Password

Mautic Cron Jobs for Dummies.

Mautic Cron Jobs

Cron Jobs work like an alarm clock, you set the timer to a set date and time, and when the alarm goes off, some command gets executed. Simple enough, right?

Cron jobs are the smartest and simplest way to automate things on a Linux server, however, its design, deeply rooted in the earliest code from the initial versions of the Linux kernel, designed by the deep minds that created Linux itself, doesn’t always present itself as obvious to us marketers, that’s probably why so many people have issues with cron jobs. Yes, maybe this is something that could be solved within the Mautic interface, maybe someday… in the meantime, let’s try to tackle this problem down.

Read More »Mautic Cron Jobs for Dummies.