In ISPmanager 6 it is possible to disable or replace the banner on the main page with your own banner.

To replace or change the banner:

  1. Open the panel configuration file on the server:

    /usr/local/mgr5/etc/ispmgr.conf
    CODE
  2. Add a parameter:

    • DashboardBannerUrl – to hide the banner on the main page

    • DashboardBannerUrl <URL> – to add a banner to the specified URL, for example:

      DashboardBannerUrl https://ispmanager.ru/banner
      CODE
    • If it is necessary to change the URL depending on the language, placeholder __lang__ processing is provided, for example:

      DashboardBannerUrl https://ispmanager.__lang__/banner
      CODE
  3. Refresh the ISPmanager 6 page.