Depending on the version of Rocket.Chat you want to install, check the release notes to see the supported engine versions for MongoDB and NodeJs, and install as recommended.
This guide uses the /opt directory. However, you can choose your preferred directory.
Configure the Rocket.Chat service
Add the Rocket.Chat user and set the proper permissions on the Rocket.Chat folder.
Create the Rocket.Chat service file.
Using sudo and your preferred text editor, open the Rocket.Chat service file just created (/usr/lib/systemd/system/rocketchat.service). Change the ROOT_URL environmental variable to reflect the URL you want to access the server with. Optionally, you can change the MONGO_URL, MONGO_OPLOG_URL and PORT variables.
Set up the storage engine and replication for MongoDB.
The MongoDB replica set is mandatory for Rocket.Chat > 1.0.0.
Enable and start MongoDB with this command:
Enable and start Rocket.Chat using this command:
Configure your Rocket.Chat server
To access your Rocket.Chat workspace, open a web browser and navigate to the specified ROOT URL (http://your-host-name.com-as-accessed-from-internet:3000). Follow the configuration prompts to configure your workspace.