Maestrino
Sign in
← Back to catalog customizing the administration dashboard
sschreier/administration-dashboard

customizing the administration dashboard

The administration dashboard can be customized via the extension. For this purpose, it offers under "Settings" -> "System"> "Users & permissions" -> "Roles" in the area "Additional permissions" a new area "Dashboard" in which you can hide the following areas of the dashboard for the selected role:...

Shopware 6 Extensions Administration
no reviews
12 GitHub stars
Open-source author
Extension verified View source
Published Aug 20, 2026
Third-party

Third-party extension, added for convenience. Maestrino has no affiliation with the author.

This is an open-source extension, provided by its author under an open license. We strongly recommend checking out the author's work — and consider donating to the project if you can. Visit the author's project

About this extension

This is the original README of the project, shown as provided by its authors.

The administration dashboard can be customized via the extension. For this purpose, it offers under "Settings" -> "System"> "Users & permissions" -> "Roles" in the area "Additional permissions" a new area "Dashboard" in which you can hide the following areas of the dashboard for the selected role:

  • the greeting
  • the checklist area
  • the feedback area.

The areas today's statistics, statistics of the orders and statistics of the turnover cannot be hidden individually, because Shopware plans to remove this areas as part of an update and probably replace it with Shopware Analytics. See: https://github.com/shopware/shopware/blob/v6.7.0.0/src/Administration/Resources/app/administration/src/module/sw-dashboard/component/sw-dashboard-statistics/sw-dashboard-statistics.html.twig#L1 .

To hide the statistics, the checkbox "View" under "Orders" and "Orders" must be deactivated.

The Administrator account always see all areas on the dashboard, because he has no own role.

How to install the extension

via zip and console (recommended)

  1. Download the latest SschreierAdministrationDashboard-master.zip.
  2. Unzip the zip file and rename the folder to SschreierAdministrationDashboard.
  3. Move the folder to the project folder custom/plugins/ .
  4. Connect to the console via ssh:
bin/console plugin:refresh
bin/console plugin:install --activate SschreierAdministrationDashboard

via composer

  1. Add the repository URL to the composer.json of the project
"repositories": [
    ...,
    {
        "type": "vcs",
        "url": "https://github.com/sschreier/SschreierAdministrationDashboard"
    }
],
  1. Connect to the console via ssh and install the plugin via the command
composer require sschreier/administration-dashboard
bin/console plugin:refresh
bin/console plugin:install --activate SschreierAdministrationDashboard

via https://packagist.org

  • Connect to the console via ssh and install the plugin via the command
composer require sschreier/administration-dashboard
bin/console plugin:refresh
bin/console plugin:install --activate SschreierAdministrationDashboard

via zip upload

  1. Download the latest SschreierAdministrationDashboard-master.zip.
  2. Unzip the zip file and rename the folder to SschreierAdministrationDashboard.
  3. Zip the folder to SschreierAdministrationDashboard.zip.
  4. Upload the zip in the Shopware Administration.
  5. Install & Activate the extension.

extension update (zip)

  1. Download the latest SschreierAdministrationDashboard-master.zip.
  2. Unzip the zip file and rename the folder to SschreierAdministrationDashboard.
  3. Zip the folder to SschreierAdministrationDashboard.zip.
  4. Upload the zip in the Shopware Administration.
  5. Update the extension.

Images

administration dashboard without the areas for the checklist and the feedback

administration dashboard without the areas for the checklist and the feedback

administration dashboard without the areas for the greeting, the checklist and the feedback

administration dashboard without the areas for the greeting, the checklist and the feedback

new area "Dashboard" under "Settings" -> "System"> "Users & permissions" -> "Roles" in the area "Additional permissions" in which you can hide the areas of the dashboard for the selected role

new area Dashboard in which you can hide the areas of the dashboard for the selected role

Reviews

no reviews

No reviews yet. Customers who have licensed this extension can leave the first one.

Only customers who have licensed this extension can write a review. Write yours from your dashboard.

Links

Free — open source

No account needed — download directly, or subscribe to manage it in your workspace.

View this on GitHub
Install via Composer without an account
composer require sschreier/administration-dashboard

Subscribing also keeps you informed about updates, and lets the provider reach you when needed.

Sign in to subscribe

We will bring you straight back here.