---
title: "Installation Guide"
description: "Installation guide for SureBright Magento module to enable product and shipping protection on you website. "
---

## Installation Steps

### A. Module Installation Steps

<Accordion title="Access the Server" iconType="duotone">
  Use the terminal (putty/ any ssh client) on your computer to connect to your Magento server (this is called SSH)

  > ssh [username@your.server.ip](mailto:username@your.server.ip)

  - Replace **username** with your actual username
  - Replace \*\*your.server.ip \*\*with your server IP address or website domain name. e.g. (127.0.0.1 / [mystore.com](http://mystore.com))
  - Windows users please download putty, you can visit this link to download putty https://www.wikihow.com/Use-Putty-in-Windows
</Accordion>

<Accordion title=" Go to the Magento folder" iconType="duotone">
  Once you're connected, go to the main folder where all your store’s files are kept.

  **Usually, it's /var/www/html**

  > cd /path/to/magento/root
</Accordion>

<Accordion title=" Add the module" iconType="duotone">
  Run this command to install the integration.

  > composer require surebright/integration
</Accordion>

<Accordion title="Update and Prepare Magento" iconType="duotone">
  > bin/magento setup:upgrade
  >
  > bin/magento setup:di:compile
</Accordion>

<Accordion title="Setup your store visuals" iconType="duotone">
  Deploy static files (like images and styles) by running

  > bin/magento setup:static-content:deploy -f -j5
</Accordion>

<Accordion title="Clear the cache" iconType="sharp-solid">
  Refresh Magento so everything works properly by running:

  > bin/magento cache:clean
</Accordion>

After completing these steps, the integration should be successfully installed.

**You can follow the steps below to activate your SureBright Product Protection app**

### B. Activation Steps

<AccordionGroup>
  <Accordion title=" Login to your Magento Admin Panel">
    ![Screenshot2025 05 30at16 06 45sure Bright Magento App Installation Guide Pn](/images/Screenshot2025-05-30at16-06-45SureBrightMagentoAppInstallationGuide.png)
  </Accordion>
</AccordionGroup>

<Accordion title=" Navigate to Integrations" iconType="duotone">
  Click on the Integrations option within the Extensions heading of your System menu item

  ![Screenshot2025 05 30at16 07 21sure Bright Magento App Installation Guide Pn](/images/Screenshot2025-05-30at16-07-21SureBrightMagentoAppInstallationGuide.png)
</Accordion>

<Accordion title=" Authorize SureBright" iconType="duotone">
  Look for SureBright Product Protection line item and click on Activate / Reauthorize option

  ![Screenshot2025 05 30at16 07 29sure Bright Magento App Installation Guide Pn](/images/Screenshot2025-05-30at16-07-29SureBrightMagentoAppInstallationGuide.png)

  Please authorize/reauthorize the SureBright app that would help it access details like catalogue and order information required for running the warranty program

  ![Screenshot2025 05 30at16 07 38sure Bright Magento App Installation Guide Pn](/images/Screenshot2025-05-30at16-07-38SureBrightMagentoAppInstallationGuide.png)
</Accordion>

### C. Login to SureBright

You can now login to SureBright Merchant portal using the credentials shared. This would give you complete visibility into the warranty program. If you have not received the credentials, please reach out to your Account Manager.

![Screenshot2025 05 30at16 07 57sure Bright Magento App Installation Guide Pn](/images/Screenshot2025-05-30at16-07-57SureBrightMagentoAppInstallationGuide.png)

<AccordionGroup>
  <Accordion title="Add Payment Method" iconType="duotone">
    Click on Add Payment Method to provide payment details. This allows SureBright to charge for the cost of the warranty plans sold to customers, through your store. We charge at a weekly/monthly frequence as per your preference.

    ![Screenshot2025 05 30at16 08 07sure Bright Magento App Installation Guide Pn](/images/Screenshot2025-05-30at16-08-07SureBrightMagentoAppInstallationGuide.png)
  </Accordion>
</AccordionGroup>

## ✅ **All Set\! SureBright Integration Completed**

🎉 You’ve successfully **installed** the SureBright Integration on your Magento store\!