Cannot start mongod

Hi, I’m trying to start learning MongoDB, and following the installation instructions I get what’s below when executing mongod.exe

What do I have to do?

{"t":{"$date":"2021-02-24T00:57:29.745-03:00"},"s":"I",  "c":"NETWORK",  "id":23016,   "ctx":"listener","msg":"Waiting for connections","attr":{"port":27017,"ssl":"off"}}
{"t":{"$date":"2021-02-24T00:57:29.772-03:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"LogicalSessionCacheRefresh","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"config.system.sessions","index":"_id_","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
{"t":{"$date":"2021-02-24T00:57:29.772-03:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"LogicalSessionCacheRefresh","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"config.system.sessions","index":"lsidTTLIndex","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}

Hello @Daniel_Tkach, welcome to the MongoDB Community forum!

Please tell what version of MongoDB you have installed and the operating system and its version. What instructions have you tried and how did you start mongod?

The message Waiting for connections … seems to indicate that mongod is running correctly. Start a new terminal and try to connec with the mongo command.