@josephborg07:
When connecting through the console port, I was getting a blank black screen. When I pressed enter I was provided with the command line interface (still through console). From the console I then made the necessary changes which allowed me to provide myself with access to the web interface
I often find the same thing, that the console goes in to a 'screen-saving' mode and doesn't display anything. With pfSense and Linux in general, I typically use the arrow keys to wake a machine up, in the interest of avoiding submitting a command when I don't mean to (just in case, not like I leave half finished commands just lying around!).
setterm -blank 0
```will disable this in Linux (Ubuntu), but I can't find anything similar with pfSense myself.
Best of luck getting used to your new toys, it's well worth it in the long term.