connect
usage from API: void connect(host, port, username, password)nusage from CLI: java -jar monsterDB.jaru200b -h host -p port -u username -p passwordnConnects to the remote server using TCP/IP protocol, host can be dns or ip address, port must be a valid integer but generally defaults to 27018, username and password are clear text versions of the authentication, this must be setup on the server, but in default installations are not required.