msfrpcd
Did you forget the PostgresSQLcredentials to start msfrpcd in your Metasploit instance? There's a quick way to recover that username and password. Open up msfconsole, and run the command "load msgrpc". You'll get output like this:
msf > load msgrpc
[*] MSGRPC Service: 127.0.0.1:55552
[*] MSGRPC Username: msf
[*] MSGRPC Password: aKCU4AgT
[*] Successfully loaded plugin: msgrpc
msf >
Now start msfrpcd with -P and you're set.
Reference https://help.rapid7.com/metasploit/Content/framework/msf-rpc-service.html for more info.
msf > load msgrpc
[*] MSGRPC Service: 127.0.0.1:55552
[*] MSGRPC Username: msf
[*] MSGRPC Password: aKCU4AgT
[*] Successfully loaded plugin: msgrpc
msf >
Now start msfrpcd with -P
Reference https://help.rapid7.com/metasploit/Content/framework/msf-rpc-service.html for more info.