Installation
Step-by-step guide to install the Mautic Server Monitor Plugin.
- Copy the plugin: Place the plugin folder in
plugins/ServerMonitorBundle
- Clear cache:
php bin/console cache:clear
- Reload plugins list:
php bin/console mautic:plugins:reload
- Re-generate assets:
php bin/console mautic:assets:generate
After installation, go to Settings > Plugins in Mautic and make sure Server Monitor is enabled.
You can now proceed to configure the plugin settings.
Tip: Make sure your server is Linux-based, as the plugin uses Linux system files and commands.