Nick, that got it most of the way, still cant get my connection to my virtual core to work but I can connect to my physical one so that works. This works => var connectionString = new Remote(ip: "192.168.1.1", user: "boschrexroth", password: "boschrexroth", sslPort: 443).ToString(); //physical device This did not work =>//var connectionString = new Remote(ip: "10.0.2.2", user: "boschrexroth", password: "boschrexroth", sslPort: 8443).ToString(); //virtual device apprciate the answer, Archer
... View more