Thank you a lot. That was the problem.
With mongosh --port 10000 it was possible to start the Bash.
And yes the port number in the mongodb.conf, which is in the Path /etc/mongodb.conf, was set to PORT 10000.
I change it to the default Port number and now i can start the bash with mongosh.
I don’t know why the default port wasn’t set during installation, but now its work.
1 Like