I think I found a solution. Had a problem with the authorization while installing Rocket.Chat, too. After reading that working with a MongoDB replica set requires both account and keyfile, I started a terminal and mounted into the MongoDB appdata folder: cd /mnt/user/appdata/mongodb Then I created a keyfile and set read/write permissions with the following two commands: openssl rand -base64 741 > mongodb.key chmod 600 mongodb.key Afterwards, I edited to mongodb.conf file in the
    • Thanks
    • Like
    2