#from skeleton import skeleton #extends skeleton #def title Console to $machine.name #end def #def body

Console

#if not $on

Your machine appears to be off.

#else if not $has_vnc

Your machine appears to not be accepting VNC connections. Perhaps you have a ParaVM machine?

#end if

Here is a console to ${machine.name}.

#* java VncViewer HOST black-mesa PORT 10003 VMNAME tabbott_test AUTHTOKEN quentin SocketFactory VNCProxyConnectSocketFactory *# #end def