Questions tagged [rocket.chat]

https://rocket.chat, an open-source web server/client chat application, featuring livechat, video conference, screensharing, file uploads, role-based permissions, native apps, and much more, licensed under MIT; Use this tag for questions regarding deployment, configuration, maintenance, architecture or general coding help. For questions about general use, not development or programming, use https://github.com/RocketChat/Rocket.Chat/issues.

Rocket.Chat is an MIT licensed open-source chat application developed in , meaning it runs on a backend, backed by a database. Its features include (but are not limited to) live chat, video conference, screensharing, file uploads, role-based permissions, native apps, internationalized UI, rich media, notifications, integrations to hubot and webhooks, full-text and regex search within history, several text decorators such as markdown, KaTeX, emojis and much more. Rocket.Chat currently supports importing data from Slack and Hipchat.

Rocket.Chat can be deployed in a multitude of environments, such as:

Tag Usage

These are the types of question you should be using StackOverflow for:

  • How do I?
  • I got this error, why?

If you are sure it's a bug or you have an awesome idea on how to improve Rocket.Chat, please open an issue in GitHub. If you need to discuss why a feature is not implemented or when it will be, please join us on our Demo Server and look for these channels: #support, #dev, #contributors.

Asking questions

Please refer to the Asking section of StackOverflow before asking questions.

Mention which browser the code is having problems on, and what error messages, if any, were thrown by the browser (use the Developer Tools for your browser to see these messages). If the question is browser-specific, use tags , , , , etc.

If the problem is a server issue, please include the log output. If you can't see anything relevant in the server log, make sure the output setting is set to 2 - Errors, Information and Debug in Rocket.Chat's Administration > Logs > Log Level.

If you think you found a security issue, please email the details to Rocket.Chat’s security team at security@rocket.chat before posting it to StackOverflow or any other issue tracker. Our security team will respond to confirm receipt of your message, review and plan the mitigation of the issue appropriately, as well as set a timeline for a new release or patch and will also make sure you are given credit for the discovery. Please follow these guidelines when reporting security issues.

Here are some suggested things to include, when applicable, which may help us troubleshoot a problem:

  • Operating System / Version / Architecture (64 bit?)
  • Browser type & Version (if web app), any browser add-ons which may be involved (e.g. AdBlocker, NoScript, etc.)
  • Desktop Environment (if desktop app) / Version
  • Rocket.Chat edition / Version or build number
  • Relevant snippets from your error logs
300 questions
0
votes
1 answer

Running rocket.chat on docker composer. Where are source codes?

This is probably a stupid question but I am running rocket.chat deployed w/ docker compose. I'm trying to customize the app but I don't know where to access the source codes. I don't really have full grasp of what docker is. Their docs are too…
inertia
  • 3,997
  • 2
  • 17
  • 26
0
votes
1 answer

How to configure own server address in RocketChat Cordova

I have download and build the RocketChat cordova android application Sucessfully, but by default it points to the demo server i.e "https://demo.rocket.chat" I have created my own server for the chat application . How do i configure my own server in…
BalaramNayak
  • 1,295
  • 13
  • 16
0
votes
1 answer

Can't run Rocket.Chat server on Ubuntu without Docker

I've been following this tutorial to install Rocket.Chat on Ubuntu: https://github.com/RocketChat/Rocket.Chat/wiki/Deploy-Rocket.Chat-without-docker Everything looks good until I try to run the server with node main.js: Error: failed to connect to…
Grégoire Borel
  • 1,880
  • 3
  • 33
  • 55
0
votes
1 answer

Rocket.chat video calling not working properly

I am seeing my own video in rocket.chat instead of the person whom I am chatting with. Do you know what could cause this to happen?
gokul89
  • 9
  • 3
0
votes
2 answers

Would it be possible for me to connect to the RocketChat application that is on the official IOS site with RocketChat sever that I have made?

Would it be possible for me to connect to the RocketChat application that is on the official IOS site with RocketChat sever that I have made? It seems that It can only be connected through Official SAAS by long odds.
user3395249
  • 69
  • 1
  • 7
-1
votes
1 answer

Rocket Chat cannot enable SSL using Caddy: libdns.so.162 not found

I installed rocket chat using snap, following the documentation here. Now I am trying to enable SSL following the documentation: Auto SSL with Snaps. However, the following error shows up: $ sudo snap set rocketchat-server https=enable error: cannot…
Sumit Dey
  • 324
  • 3
  • 12
-1
votes
1 answer

Rocket.chat issue

I have problem with installin Rocket.Chat server on ElementaryOS. I try to unpack tgz file, but getting error. Listing: sudo apt-get install npm curl graphicsmagick curl -L http://rocket.chat/releases/latest/download/ -o rocket.chat.tgz tar zxvf…
-1
votes
1 answer

Building rocket.chat on heroku server faced error

I wanted to deploy the rocket.chat project on heroku, following the deployment instruction, I have encountered the following error: " Can't open…
-1
votes
1 answer

live chat api package in rocket.chat project

I am looking for livechat api package in rocket.chat project on github as I need to create an additional API for pagination. I have got the rest api package but I cannot find the package where livechat APIs are defined
-1
votes
2 answers

Changes made to Rocket.Chat are not included after building

I'm new to developing with Meteor and node-based apps. I intend to create a PR for a problem i noticed in Rocket.Chat. I git cloned the Rocket.Chat dev branch and made a change to a certain…
johnyb0y
  • 1
  • 1
-1
votes
1 answer

Is it possible to install rocket.chat on shared server?

I tried to install rocket.chat on my shared hosting from godaddy, using ssh. But there were few permission erros. Is it possible to install without sudo access? using cd $HOME/rocketchat/bundle/programs/server $HOME/meteor/dev_bundle/bin/npm…
-2
votes
2 answers

Details to run the app for mobile version using Rocket.Chat.Cordova

Could you detail a bit more here please: https://github.com/RocketChat/Rocket.Chat.Cordova/blob/develop/README.md#attention I'd like my users to be able to use the mobile app. I tried (hard) to understand, but I failed :) I am using meteor galaxy…
user3931619
  • 267
  • 4
  • 14
-2
votes
1 answer

How to start rocket chat?

How do I run rocketchat locally? I am stuck here for 2 days. I made a clone of the github repository at Rocket Chat and tried the manual steps here at installation steps. But how do I start the server? I have installed mongodb.
helloJSON
  • 1,389
  • 3
  • 10
  • 10
-3
votes
1 answer

How to change css in rocket.chat

I want to change css, Rocket.chat Installed on (Ubuntu_Docker _ AWS) (/home/ubuntu/Rocket.chat) I already tried to make changes in packages, Rocket.Chat/packages/rocketchat-theme in all CSS files with filezilla but it does not work any result…
MedBou
  • 25
  • 2
  • 7
1 2 3
19
20