Back to templates
Rocket.Chat icon

Deploy Rocket.Chat on Sealos

Rocket.Chat is an open-source communications platform for secure team messaging, voice, video, and workflow collaboration.

Tools
Deploy Rocket.Chat in a few clicks from the Sealos App Store.Run a self-hosted open-source service on Kubernetes-backed infrastructure.Get automatic HTTPS, routing, and resource management from Sealos.Avoid manual YAML while keeping control of the deployed workload.

Why deploy on Sealos

Sealos makes deploying any app effortless, secure, and production-ready. From one-click launch to ongoing operations, we handle the heavy lifting so you can focus on what matters.

One-Click Deploy
Sealos logo
Compute
Networking
Storage
Security
Observability
Your Application is Live

One-Click Deployment

Deploy any app template in seconds. No compose setup, manual configure, and go live.

Managed Kubernetes Reliability

Built on Sealos Managed Kubernetes for high availability, auto-scaling, and self-healing by default.

Automatic HTTPS & Security

Every deployment includes a secure domain with automatic SSL. We handle certificates and text protection for you.

Persistent Storage

Attach persistent volumes with ease. Your data stays safe, durable, and always accessible.

Scale when needed

Adjust resources as your app grows, no downtime required.

You Get the Whole Stack

Sealos provisions and connects every resource your application needs. Everything is ready to use.

One-click, fully provisionedSecure by defaultProduction ready

App Service

Your application is running and ready to serve requests.

Public HTTPS URL

Secure, global endpoint to access your application.

Database

Managed database instance for your application.

Persistent Volume

Durable storage for uploads and application data.

Environment Variables

Configuration and secrets injected securely into your app.

Logs & Metrics

Centralized logs and basic metrics are enabled.

README

README.md

Deploy and Host Rocket.Chat on Sealos

Rocket.Chat is an open-source communications platform for private team messaging, channels, file sharing, and workspace administration. This template deploys Rocket.Chat 8.6.1 with a dedicated MongoDB 8.0.4 replica set on Sealos Cloud.

Rocket.Chat workspace

Features

  • Team channels, direct messages, file sharing, search, and workspace administration
  • Initial administrator account created from deployment inputs
  • Private MongoDB database managed by KubeBlocks
  • GridFS upload storage by default, with optional private Sealos Object Storage
  • Automatic HTTPS, public domain, health checks, and Prometheus metrics
  • Restricted non-root container security context

Common Use Cases

  • Private communication for distributed teams and regulated organizations
  • Incident response and operational coordination channels
  • Self-hosted alternatives to third-party workplace messaging services
  • Internal communities with controlled data residency

Architecture

This template deploys the following resources:

  • Rocket.Chat 8.6.1 runs as a single monolithic StatefulSet and serves the web interface, REST API, real-time messaging, and administration tools.
  • MongoDB 8.0.4 runs as a one-member KubeBlocks replica set and stores users, rooms, messages, settings, and GridFS uploads.
  • Sealos Object Storage is created when enable_s3_storage is enabled and stores uploaded files in a private S3-compatible bucket.
  • Sealos Ingress publishes the workspace through an automatically generated HTTPS domain.

The application starts with a tested resource floor of 200 millicores and 2 GiB memory. MongoDB uses 500 millicores and 512 MiB memory. A cold application start typically takes about two minutes after MongoDB becomes ready.

Dependencies

  • A Sealos Cloud account and workspace
  • A modern web browser for deployment and workspace access
  • A reachable administrator email address when connecting to Rocket.Chat Cloud

Sealos provisions the Kubernetes runtime, KubeBlocks database, persistent volumes, networking, and optional object storage as part of the deployment.

Deployment Inputs

InputRequiredPurpose
admin_usernameYesUsername for the initial workspace administrator
admin_nameYesDisplay name for the initial workspace administrator
admin_emailYesEmail address for the initial workspace administrator
admin_passwordYesPassword for the initial workspace administrator
enable_s3_storageNoCreates private Sealos Object Storage for uploaded files; defaults to GridFS

Use a reachable email address when you plan to connect the workspace to Rocket.Chat Cloud during the setup wizard.

Deployment Guide

  1. Open the Rocket.Chat template and click Deploy Now.
  2. Enter the initial administrator username, display name, email address, and password.
  3. Keep GridFS as the upload store or enable S3 storage to provision a private Sealos Object Storage bucket.
  4. Confirm the deployment. Sealos creates the application, MongoDB, storage, HTTPS domain, and dashboard entry.
  5. Wait for deployment to complete, typically 2-3 minutes, then open the Rocket.Chat application card from the Canvas.

For later changes, use the Canvas AI dialog or open the relevant resource card to adjust configuration and resources.

Why Deploy on Sealos

  • Deploy the complete Rocket.Chat and MongoDB topology from one template
  • Use a managed KubeBlocks database and an optional private object storage bucket
  • Receive an HTTPS domain and application dashboard automatically
  • Inspect logs, health, and resource usage from the same Canvas workspace

First Sign-In

  1. Open the generated Rocket.Chat URL.
  2. Sign in with the admin_username and admin_password entered during deployment.
  3. Complete the organization details in the setup wizard.
  4. When connecting to Rocket.Chat Cloud, accept the terms and use the confirmation link sent to the administrator email address.
  5. Return to the workspace and create a channel or invite team members.

Returning administrators use the same username or email address and password. Additional users can use Create account when workspace registration is enabled by the administrator.

Storage Options

GridFS

GridFS is the default storage mode. Uploaded files are stored inside MongoDB and follow the database lifecycle. This mode is suitable for evaluation and small workspaces.

Sealos Object Storage

Enable enable_s3_storage during deployment to create a private S3-compatible bucket. Rocket.Chat receives the bucket endpoint and credentials through Sealos-managed secrets, uses path-style access, and protects file links with short-lived signed URLs. This mode keeps uploaded objects separate from the database and is the recommended option for long-lived workspaces.

Operations

Use the Sealos Canvas after deployment to:

  • Check Rocket.Chat and MongoDB health, resource usage, and logs
  • Open the generated HTTPS domain
  • Manage the MongoDB database and optional object storage bucket
  • Adjust resource limits and application settings
  • Back up persistent application data through Sealos services

Learn More

License

Rocket.Chat 8.6.1 uses a mixed license model. Community source outside the enterprise directories is available under the MIT License, while source under apps/meteor/ee/ and ee/ follows the Rocket.Chat Enterprise Edition license. Review the official 8.6.1 license and the applicable subscription terms before production use.

Related templates

Explore more production-ready templates.

More