In order to help out new users, especially ones that may depend more on the web ui, the SmartOS installer should print out relevant network URLs with the summary at the end of installation.
ssh://<ip>
ssh://<hostname>.local
http(s)://<ip>:<port> (for the web ui)
http(s)://<hostname>.local:<port> (again, for the web ui)
We should also maybe use tput to emit these in fancy colors. (tput knows how to deal with low or no color terminals appropriately).