How do I replace the banner on the main page?
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:
Open the panel configuration file on the server:
/usr/local/mgr5/etc/ispmgr.conf
CODEAdd 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
CODEIf it is necessary to change the URL depending on the language, placeholder __lang__ processing is provided, for example:
DashboardBannerUrl https://ispmanager.__lang__/banner
CODE
Refresh the ISPmanager 6 page.