Table of Contents
View Magento 2 Security Suite Extension Detail Page for Features and Demo
Documentation for Security Suite
Preference
- Security Suite Extension is the Perfect for Security Purpose. its help to protected Magento 2 store from Hackers. its easily control all back-end activities and Its effectively provide warning to you. so your store information completely protected.
Security Suite Module Helps You to:
- Show all Admin User Login Detail.
- Show all Admin Actions Detail.
- Show all File Changes Detail.
- Show Security Checklist.
- Take Backup as per Schedule all Admin Action Detail.
- Send Mail After Failed Login.
- Set Black IP Address.
- Set Away Mode.
Installation
There are two ways of installing extension in magento2.
- Using COMMAND LINE.
- Manually Install extension.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
Follow below steps to install extension from the command line.
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory. If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management.
Step 4: Enter the following at the command line:
Php bin/magento setup:upgrade
Php bin/magento setup:static-content:deploy
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Security Suite, the module will be displayed in the admin panel.
Option 2: Magento 2 install extension manually
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_SecuritySuite’ ⇒ 1
Step 4: Disable the cache under System → Cache Management
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Security Suite, the module will be displayed in the admin panel.
Backend Example
- After Installation of Security Suite to magento admin panel for set configuration of the extension.
- You can find configuration at Stores → Configuration → Mageants → Security Suite → General
- Set Module Enable “Yes” or “No”.
- Stores → Configuration → Mageants → Security Suite → Brute Force Protection
- Set Brute Force Protection Enable “Yes” or “No”.
- Enter your Security Email Address(* Require Field). Add Multiple Emails With ( , )Separate.
- Enter Maximum number of failed login attempts after mail send admin email address and mention email address.
- Set User Alert “Yes” or “No”.
- After Maximum number Failed Attempt User lock For Mention time(Min).
- After complete Block Duration time admin can login with correct user name and password.
- If admin user try login with incorrect credential. so mail goes to admin and your mention security email address.
- If anonymous admin user try to login with incorrect credentials then mail goes to your mention security email address.
- Stores → Configuration → Mageants → Security Suite → Blacklist IPs
- Enter Black List IP(s).
- Login Attempts from these Ips will be prevented store to login.
- If login attempts from these IPs will be prevented Your Store to Login.
- Stores → Configuration → Mageants → Security Suite → Action Log Backup
- Set Action Log Backup Enable “Yes” or “No”.
- Select Backup Frequency.
- As per your select backup frequency option your Csv file generated
automatically and saved.
- Stores → Configuration → Mageants → Security Suite → Away Mode
- Set Away Mode Enable “Yes” or “No”.
- Select From Time(Start Time) – To Time(End Time).
- Select Days of Week.
- If away mode is enable selected days admin can't login in store.
- If away mode is enable selected start time to end time admin can't login in store.
- In an emergency case if away mode is enable and admin want to do login into store. so use php bin/magento Awaymode:disable and php bin/magento cache:flush this command for disable away mode so admin can login into store. This Command Not Available In Magento 2.1 Versions you need to Change Value In Database.
- Stores → Configuration → Mageants → Security Suite → File Change Log
- Set File Change Log Enable “Yes” or “No”.
- Security Suite → File Change Log
- If file Change Log is Enable Yes so Cron Runs Daily and Detect All Change File and Save Change File Details.
- File Change Log provide Changes files details like File Change Time, File Name, File Path, File Type.
- Also you can Create Csv and Excel XML File For Backup or Reference.
- Security Suite → Security Checklist
- Check List Shows your current admin user name and it shows It is secure or not secure.
- Check List Shows your Frontend and Backend Captcha enable or disable.
- Check List Shows your current Magento 2 version.
- Security Suite→ Login Log
- Login Log provide all admin login activity details like Admin Login Time, User Name, IP Address, Browser Details, Login Status, URL and Referrer URL.
- Also you can Create Csv and Excel XML File For Backup or Reference.
- Security Suite → Action Log
- Action Log provide admin Store activity details like Admin Activity Time, User Name, IP Address, Activity Action, Status, Module and Activity Full Action Name.
- Also you can Create Csv and Excel XML File For Backup or Reference.
- Security Suite → Action Log Backup
- As per Your Action Log Backup Configuration Frequency Your Action Log backup File Created automatically and You Can Download it easily.
- Also you can Create Csv and Excel XML File For Backup or Reference.