Symptoms
I have a server in a remote location.
Now I want to connect to the server from my local host and deploy workflow from K2 Studio directly.
Diagnoses
You cannot use integrated Authentication as you are on a different domain.
Resolution
What I normally do in cases like this is setup a bat file with the following command in it.
"runas /user:domainuser /netonly "C:Program Files (x86)K2 blackpearlK2StudioK2Studio.exe"
K2Studio will execute on the local computer as the user that is currently logged on as, but any connections to K2HostServer on the network will be made using the user account specified
Ensure that Port 5555 and 5252 are opened.