I have an atlas cluster database and a remote ubuntu server with mongodb. I want to add the remote db as a replicaset member of my cluster database.
I have tried to add a new member using the command rs.add()
but I got a unauthorized permission error.