Skip to content

Instantly share code, notes, and snippets.

@nikolay-advolodkin
Last active October 15, 2018 17:55
Show Gist options
  • Save nikolay-advolodkin/cb406f2b42d4758e1442925a1866f250 to your computer and use it in GitHub Desktop.
Save nikolay-advolodkin/cb406f2b42d4758e1442925a1866f250 to your computer and use it in GitHub Desktop.
Running 2 sauce connect tunnels on a single VM for RDC on Windows
#Start the 1st tunnel
.\bin\sc.exe -i NikolaysTunnel2 -u nikolay-a -k CD7874C45DF24FDF -x h
ttps://us1.api.testobject.com/sc/rest/v1
#Start the 2nd tunnel and make sure that you specify the pidfile, logfile, and new port.
.\bin\sc.exe -i NikolaysTunnel2 -u nikolay-a -k CD7874C45DF24FDF -x h
ttps://us1.api.testobject.com/sc/rest/v1 --pidfile .\sc2.pid --logfile .\sc2.log -P 4446
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment