[{"data":1,"prerenderedAt":157},["ShallowReactive",2],{"seo-verification":3,"blog-heberger-rocket-chat-en":6},{"google":4,"bing":5},"EycwPY2XMyTkVzas3n1ygeNJFGAH513qrMjfDljzsMQ","",{"id":7,"slug":8,"title":9,"excerpt":10,"readTime":11,"views":12,"isPinned":13,"publishedAt":14,"category":15,"categories":21,"featuredImage":23,"bgImage":24,"posterImage":25,"relatedSolution":26,"intro":28,"sections":29,"ctaTitle":112,"ctaBody":113,"ctaButton":114,"ctaUrl":115,"relatedPosts":116},77,"heberger-rocket-chat","Host Rocket.Chat on your own VPS","Install Rocket.Chat on your VPS with Docker, MongoDB and SSL. A feature-rich open source team messaging platform.",8,649,false,"2026-04-04T00:00:00+00:00",{"id":16,"name":17,"slug":18,"color":19,"icon":20},7,"Self-hosting","self-hosting","bg-indigo-500\u002F10 text-indigo-400","cloud",[22],{"id":16,"name":17,"slug":18,"color":19,"icon":20},null,"\u002Fblog\u002Fcovers\u002Fbg.svg","\u002Fblog\u002Fcovers\u002Fheberger-rocket-chat-poster.svg",{"categorySlug":18,"appSlug":27},"rocket-chat","Rocket.Chat is a very complete open source communication platform: chat, audio\u002Fvideo calls, omnichannel and federation. Self-hosted on a VPS, it becomes a communication hub entirely under your control. Here is how to deploy it with Docker, MongoDB and an SSL certificate, and how it positions itself against Mattermost.",[30,34,44,47,69,72],{"type":31,"title":32,"body":33},"h2","Why self-host Rocket.Chat on a VPS","Rocket.Chat goes further than a simple team messaging tool: it offers an omnichannel module (integration of WhatsApp, email, website chat widgets), audio and video calls, and federation via the Matrix protocol allowing communication with other servers. For an agency that wants to centralize both internal communication and customer support, self-hosting on a VPS avoids multiplying subscriptions and keeps all exchanges — including customer conversations — on an infrastructure you control. Rocket.Chat relies on MongoDB, which makes it a bit more resource-hungry than Mattermost, but opens the way to rich integrations and an extension marketplace.",{"type":35,"title":36,"items":37},"ul","Concrete benefits of a self-hosted Rocket.Chat",[38,39,40,41,42,43],"Built-in omnichannel module to handle web support, email and messaging from a single interface.","Audio\u002Fvideo calls and screen sharing without depending on a third-party service.","Matrix federation to interconnect your server with other organizations.","App marketplace and a broad catalog of integrations (webhooks, bots).","Extensive customization of the instance's theme and branding.","Conversation data and files kept on your own VPS.",{"type":31,"title":45,"body":46},"Hardware and software prerequisites","Rocket.Chat and MongoDB are relatively memory-demanding. For a team of up to 50 users, plan for a VPS with 2 to 4 vCPU and at least 4 GB of RAM; aim for 8 GB for an active instance with omnichannel and video calls. MongoDB must absolutely run in replica set mode (even with a single node) because Rocket.Chat uses the oplog for real time. Count on 30 to 50 GB of SSD. You need Docker and Compose, a `chat.yourdomain.com` subdomain with an A record, and a reverse proxy that handles WebSockets.",{"type":48,"title":49,"steps":50},"steps","Deploy Rocket.Chat with Docker and SSL",[51,54,57,60,63,66],{"title":52,"body":53},"Provision the VPS","Install Docker and the Compose plugin, create `\u002Fopt\u002Frocketchat`. Check that available RAM is sufficient: MongoDB and Rocket.Chat can saturate a 2 GB VPS under load.",{"title":55,"body":56},"Configure MongoDB in a replica set","Declare a `mongodb` service (image `bitnami\u002Fmongodb` or `mongo`) enabling the replica set: it is mandatory for the oplog. Without this step, Rocket.Chat starts but real time and some functions fail. Persist the data in a dedicated volume.",{"title":58,"body":59},"Define the Rocket.Chat service","Add the `rocketchat` service (image `registry.rocket.chat\u002Frocketchat\u002Frocket.chat`) with the `MONGO_URL`, `MONGO_OPLOG_URL` and `ROOT_URL` variables in HTTPS. Make it depend on MongoDB and expose port 3000 internally only.",{"title":61,"body":62},"Start and verify","Run `docker compose up -d` then `docker compose logs -f rocketchat`. The first startup migrates the MongoDB schema and can take one to two minutes. Wait for the message indicating that the server is ready on port 3000.",{"title":64,"body":65},"Set up reverse proxy and SSL","With Caddy: `chat.yourdomain.com { reverse_proxy localhost:3000 }`. With Nginx, proxy to `127.0.0.1:3000` forwarding the `Upgrade`\u002F`Connection` headers for the WebSocket, then generate the certificate via `certbot`.",{"title":67,"body":68},"Finalize the admin setup","Open `https:\u002F\u002Fchat.yourdomain.com`, complete the wizard (admin account, organization name, SMTP configuration). Disable public registration if the instance is private and configure the omnichannel module only if you need it.",{"type":70,"body":71},"tip","The most common mistake when deploying Rocket.Chat is forgetting to initialize the MongoDB replica set: without `rs.initiate()`, the oplog is unavailable and real-time chat does not work. If you use the Bitnami image, pass `MONGODB_REPLICA_SET_MODE=primary` and `MONGODB_REPLICA_SET_KEY`. Also monitor the RAM consumed by MongoDB via `docker stats`: on a constrained VPS, cap the WiredTiger cache with `--wiredTigerCacheSizeGB` to prevent the database from suffocating the rest of the stack.",{"type":73,"title":74,"headers":75,"rows":79},"comparison","Rocket.Chat versus Mattermost",[76,77,78],"Criterion","Rocket.Chat","Mattermost",[80,84,88,92,96,100,104,108],[81,82,83],"Database","MongoDB (replica set required)","PostgreSQL",[85,86,87],"Memory footprint","More resource-hungry (MongoDB)","Leaner at equal load",[89,90,91],"Omnichannel \u002F customer support","Built-in native module","Via third-party integrations",[93,94,95],"Audio\u002Fvideo calls","Built in","Via plugins \u002F Calls (paid edition)",[97,98,99],"Federation","Matrix","Limited",[101,102,103],"App marketplace","Rich and native","Plugins, a more restricted catalog",[105,106,107],"Target audience","Unified communication + customer support","Technical teams and ChatOps",[109,110,111],"Setup","More configuration (replica set)","More straightforward with PostgreSQL","Deploy Rocket.Chat on a ServOrbit Cloud VPS","With a Cloud VPS with dedicated resources and Docker ready to use, set up Rocket.Chat and MongoDB in a replica set without the headache. Internal communication and customer support brought together at home.","Launch my Cloud VPS","\u002Fvps-cloud",[117,130,144],{"id":118,"slug":119,"title":120,"excerpt":121,"readTime":16,"views":122,"isPinned":13,"publishedAt":123,"category":124,"categories":125,"featuredImage":23,"bgImage":24,"posterImage":127,"relatedSolution":128},71,"heberger-nextcloud","Hosting Nextcloud on your own VPS","Take back control of your files: deploy Nextcloud on your VPS with Docker, database, reverse proxy and SSL.",2720,"2026-04-10T00:00:00+00:00",{"id":16,"name":17,"slug":18,"color":19,"icon":20},[126],{"id":16,"name":17,"slug":18,"color":19,"icon":20},"\u002Fblog\u002Fcovers\u002Fheberger-nextcloud-poster.svg",{"categorySlug":18,"appSlug":129},"nextcloud",{"id":131,"slug":132,"title":133,"excerpt":134,"readTime":135,"views":136,"isPinned":13,"publishedAt":137,"category":138,"categories":139,"featuredImage":23,"bgImage":24,"posterImage":141,"relatedSolution":142},72,"heberger-ghost","Hosting Ghost on your own VPS","Launch a professional blog or newsletter with Ghost on your VPS: Docker, database, paid subscriptions, reverse proxy and SSL.",6,2000,"2026-04-09T00:00:00+00:00",{"id":16,"name":17,"slug":18,"color":19,"icon":20},[140],{"id":16,"name":17,"slug":18,"color":19,"icon":20},"\u002Fblog\u002Fcovers\u002Fheberger-ghost-poster.svg",{"categorySlug":18,"appSlug":143},"ghost",{"id":145,"slug":146,"title":147,"excerpt":148,"readTime":16,"views":149,"isPinned":13,"publishedAt":150,"category":151,"categories":152,"featuredImage":23,"bgImage":24,"posterImage":154,"relatedSolution":155},73,"heberger-wordpress","Host WordPress on your own VPS","Host WordPress on your VPS for maximum performance and control: Docker, MariaDB, caching, reverse proxy and SSL.",501,"2026-04-08T00:00:00+00:00",{"id":16,"name":17,"slug":18,"color":19,"icon":20},[153],{"id":16,"name":17,"slug":18,"color":19,"icon":20},"\u002Fblog\u002Fcovers\u002Fheberger-wordpress-poster.svg",{"categorySlug":18,"appSlug":156},"wordpress",1785628447103]