New Question

Revision history [back]

click to hide/show revision 1
initial version

You need to use the following keywords

host=[host-ip]

port=3389

This being the case of directly connecting to a machine. Resulting in the following

[iframe src="http://[wsgate host-ip] :8000/?host=[host-ip]&port=3389"]

Or if you're using Hyper-V

host=[Hyper-V host-ip]

port=2179

pcb=[VM id]

Resulting in the following

[iframe src="http://[wsgate host-ip] :8000/?host=[Hyper-V host-ip]&port=2179&pcb=[VM id]"]

[wsgate host-ip] is the IP of the machine where you installed wsgate

[VM id] is the blob that you can get using the PowerShell command

Get-VM [instance-name] | select id

You can get your instance-names but just running Get-VM