Hello @erikamartinez93315,
The bnsupport file could not retrieve the status of the VM services, could you try running the following:
$ sudo /opt/bitnami/ctlscript.sh status
If it throws a Cannot find any running daemon to contact. If it is running, make sure you are pointing to the right pid file (/var/run/gonit.pid)
error, could you paste here the output of:
ps aux | grep gonit
sudo cat /var/run/gonit.pid
sudo gonit status
sudo head -n10 /var/log/gonit.log
If the gonit process is not running, you can try restarting it following the steps described in this post.