
#Rocketchat hosting install#
Once the repository is added, update the repository and install MongoDB with the following command: apt-get update -y Next, add the MongoDB repository by running the following command: add-apt-repository 'deb bionic/mongodb-org/4.0 multiverse' By default, the latest version of MongoDB is not available in the Ubuntu 18.04 default repository, so you will need to add the MongoDB repository to your server.įirst, download and add the official repository key with the following command: apt-key adv -keyserver hkp://:80 -recv 9DA31620334BD75D9DCB49F368818C72E52529D4 Rocket.Chat requires MongoDB to be installed on your server. Next, update the repository and install Node.js along with required dependencies with the following command: apt-get update -yĪpt-get install nodejs build-essential curl software-properties-common graphicsmagick -y Step 3 – Install MongoDB First, add the Node.js repository by running the following command: curl -sL - Node.js 12 LTS "Erbium"| bash. Rocket.Chat requires Node.js and other dependencies for building npm packages from the source.

apt-get update -y Step 2 – Install Node.js Once you are logged into your Ubuntu 18.04 server, run the following command to update your base system with the latest available packages. Connect to your Cloud Server via SSH and log in using the credentials highlighted at the top of the page. Create a new server, choosing Ubuntu 18.04 as the operating system with at least 2GB RAM. Step 1 – Create Atlantic.Net Cloud Serverįirst, log in to your Atlantic.Net Cloud Server. Note: You can refer to the Atlantic DNS Guide to manage the DNS records.
#Rocketchat hosting how to#
In this tutorial, we will show you how to install and configure Rocket.Chat on Ubuntu 18.04 VPS.

Rocket.Chat is the best choice for you if you are looking for an open-source chat platform to host in the Cloud. With Rocket.Chat, you can chat with team members, create channels and private groups, make video and audio calls, share screens, and upload files. It is very similar to Slack and offers similar features including file sharing, ticketing systems, video chat, and conferencing. Rocket.Chat is a free, open-source, self-hosted chat application that allows you to host your own chat server.
