Deploy Mattermost

plans-img Available on all plans

deployment-img self-hosted deployments

Learn how to install, deploy, and scale Mattermost for teams and organizations of any size.

Deploy Mattermost for production use

When you’re ready to install Mattermost server for production use, you have four options: deploy using Kubernetes, deploy from a compressed tarball, deploy using a Ubuntu option called Omnibus, or deploy using Docker.

Learn how to install, deploy, and scale Mattermost for teams and organizations of any size using one of four options: deploy using Kubernetes, deploy from a compressed tarball, deploy using a Ubuntu option called Omnibus, or deploy using Docker.

Tip

Mattermost bundles the components of a Mattermost deployment into a single installation, called Omnibus. Mattermost Omnibus currently supports Ubuntu’s bionic (18.04), focal (20.04) and jammy (22.04) distributions. The package bundles the free, unlicensed Mattermost Enterprise version of Mattermost, and leverages the apt package manager to install and update the platform components. A custom CLI and ansible recipes link the components together and configures them.

Minimum system requirements

  • Hardware: 2 vCPUs/cores with 4GB RAM (support for 1,000-2,000 users)

  • Database: MySQL v8+ or PostgreSQL v12+

  • Network ports required:

    • Application ports 80/443, TLS, TCP Inbound

    • Administrator Console port 8065, TLS, TCP Inbound

    • SMTP port 10025, TCP/UDP Outbound

Deploy Omnibus

  1. In a terminal window, run the following command to configure the repositories needed for a PostgreSQL database, configure an NGINX web server to act as a proxy, configure certbot to issue and renew the SSL certificate, and configure the Mattermost Omnibus repository so that you can run the install command.

    curl -o- https://deb.packages.mattermost.com/repo-setup.sh | sudo bash
    
  2. Install the Omnibus package.

    sudo apt install mattermost-omnibus -y
    

To issue the certificate, the installer requests a domain name and an email address from you. These are used to generate the certificate and deliver any related communications. After all the packages are installed, Omnibus runs ansible scripts that configure all the platform components and starts the server.

Note

If you encounter EXPKEYSIG, this indicates that the certificate is expired. To obtain a new certificate, run the following commands:

sudo apt-key remove 44774B28
sudo curl -o- https://deb.packages.mattermost.com/pubkey.gpg | sudo apt-key add -
sudo apt update
  1. Open a browser and navigate to your Mattermost domain either by domain name (e.g. mymattermostserver.com), or by the server’s IP address if you’re not using a domain name.

  2. Create your first Mattermost user, invite more users, and explore the Mattermost platform.

    Note

    We recommend installing and configuring Omnibus with SSL enabled; however, you can run the following command to disable SSL: sudo MMO_HTTPS=false apt install mattermost-omnibus.

Mattermost Omnibus is integrated with the apt package manager. When a new Mattermost version is released, run: sudo apt update && sudo apt upgrade to download and update your Mattermost instance.

Prepare for your Mattermost deployment

These guides will help you prepare for your Mattermost deployment.

  • Preview Mattermost via Docker - Preview Mattermost instantly or deploy via Docker for production use.

  • Administrator tasks - Learn about the standard configurations and settings you’ll encounter.

  • Architecture - Learn the basics of user authentication, notifications, data management services, network connectivity, and high availability.

  • Implement Mattermost - Get a detailed breakdown of the technical requirements to deploy Mattermost for your team or organization.

  • Enterprise roll out checklist - Learn how to roll Mattermost out to thousands of users.

  • Welcome email template - Use our sample email template when you’re ready to invite users to your server.

Install guides

The Mattermost server and client apps can run on all of the most popular platforms. Here’s a list of the most popular installation methods.

Desktop and Mobile App installation

These guides will get you up and running with Mattermost desktop and mobile apps in minutes.

Deployment guide

The deployment guide is for administrators who are ready to integrate Mattermost with their organization’s IT infrastructure.

Server deployment

Desktop and Mobile App deployment

Customize the Mattermost desktop and mobile apps to meet any deployment needs.

Desktop Apps

Mobile Apps

Upgrade Mattermost

Stay up to date with the latest features and improvements.

Scale Mattermost

Scale and monitor your Mattermost deployment.