Skip to content

Rocketchat

Provider site: https://rocket.chat/

This provider in his own words

Real-time conversations with your colleagues, other companies or customers.

Benefits

  • low cost
  • Open source code
  • It can be installed on your own server.

How to create a user account

Minimum requirements

  • Have an email account

Steps

For local Rocketchat using docker-compose

  • Start containers for the service.
    docker-compose -f docker-compose.dev-rocketchat.yml up -d
    
  • Open this page in your browser: http://localhost:3000
  • Complete the application setup and create the administrator account.

You now have a Rocketchat configured and running in your computer. Log in with the administrator account and continue to the next step.

Next