docs/main/administration-guide/configure/customize-mattermost.mdx
There are several ways to customize your Mattermost server.
If customizing Mattermost, please avoid branding that could be confused with the Mattermost brand. For example, it's okay to brand as "Healthcare Central" because it's a completely different brand. "Mattermost Healthcare Central" is not okay, because it can potentially be confused with the Mattermost brand. Please see the Mattermost trademark guidelines for details.
While you're welcome to add your own copyright notice in the user interface if you feel it is warranted by your changes, we ask that you do not remove the Mattermost, Inc. copyright notice from the login footer or from the About dialog.
The Mattermost webapp is licensed under the Apache 2.0 license. To modify and use with the Mattermost server, you can:
webapp directory and make your changesmake package to create mattermost-webapp.tar.gzmattermost-webapp-tar.gz to the location Mattermost was installed in Step 1client folder to client-originaltar -xvf mattermost-webapp.tar.gz to extract your new customized client folderproducts folder from client-original into clientIt is possible to customize certain parts of the webapp without forking by using our Custom Branding settings.
To replace the logo in email notifications, change the file located in the /images directory. To change the app icon, modify the /app/components/app_icon.js file.
There are a few things you can customize in the Mattermost server without forking:
en.json file./templates. From Mattermost v11.3.0, changes to HTML templates require a server restart to take effect.The Mattermost mobile apps can be customized if you choose to build the apps yourself.
To brand the mobile apps:
While most organizations deploy to internal enterprise app stores, you are welcome to deploy to iTunes and Google Play as long as the branding is not confusable with official Mattermost products.
The Mattermost desktop apps can be customized if you choose to build the apps yourself.
To brand the desktop apps: