Install PWA Connector (free version)

Install PWA Connector (free version)

PWA only works on HTTPS sites.

  1. Download PWA Connector from GitHub:
    https://github.com/Simicart/pwacommerceformagento2
  2. Extract the downloaded package
  3. Use an FTP client (such as FileZilla) to upload the extracted files to Magento root folder on your website server

For Windows OS:

  • Download and install PuTTY (or any other SSH client)
  • Open PuTTY
  • Enter your site’s hostname or IP address, then click Open

  • The command line interface will open. Enter your username. Press Enter.

  • Enter your password. Note that there will be no character showing as you type. Just type all of your password characters exactly then press Enter.

  • If you enter the password correctly, it will show like this:

  • Type sudo -i. Press Enter. Then re-type your password.

  • Type cd /yourmagentopath. For example:
    cd /data/www/magento2
    Press Enter.
  • Run upgrade command: type php bin/magento  setup:upgrade. Press Enter and wait for the process to complete. When it completes, there will be a message saying “Please re-run Magento compile command”.
  • Run compile command: type php bin/magento  setup:di:compile. Press Enter and wait for the process to complete.


For Mac OS:

  • Open the built-in Terminal in your Mac.

  • Enter your SSH username and IP address in the format: ssh username@IPaddress. For example:
    ssh [email protected]

  • Enter your password. Note that there will be no character showing as you type. Just type all of your password characters exactly then press Enter.

  • Type cd /yourmagentopath. For example:
    cd /data/www/magento2
    Press Enter.

  • Run upgrade command: type php bin/magento  setup:upgrade. Press Enter and wait for the process to complete. When it completes, there will be a message saying “Please re-run Magento compile command”.

  • Run compile command: type php bin/magento  setup:di:compile. Press Enter and wait for the process to complete.

After running commands, SimiCart PWA menu will appear:


After successfully install PWA Connector, you need to configure the extension for it to work properly.
    • Related Articles

    • Configure PWA (free version)

      1. Enable the PWA In your Magento backend, go to SimiCart PWA > Settings Push Notification and Offline Mode - Enable: Select Yes to enable both Push Notification and Offline Mode functions of PWA - Notification Icon URL (png) : image URL of the ...
    • Install SimiCart Mobile App Connector

      After purchasing SimiCart mobile app and logging into your account, click App Management to go to your Dashboard. To get started, on the navigation bar, click on Integration. The Connector needs to be installed in the Magento backend to sync your app ...
    • Install Tapita for Magento PWA Studio

      Integrate PWA Studio frontend Clone Tapita PWA Studio repo Scenario 1: If you use @magento/create-pwa package From the root directory of your PWA Studio project, clone the repository: git clone ...
    • Install Tapita for ScandiPWA

      Download Tapita Page Builder extension for ScandiPWA v5:  https://marketplace.scandipwa.com/tapita-page-builder-scandipwa-v5.html Then follow these steps to install: ...
    • Install Tapita for Vue Storefront

      From your Vue project folder, install vuera to use ReactJS in Vue yarn add vuera Install Tapita Page Builder module npm install --save simi-pagebuilder-react Install React npm install --save react react-dom Then run this command yarn install Now we ...