You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @bolkedebruin, I'm having trouble figuring this out—can you help me?
I have two people, and one person connects to one computer and the second person connects to a different computer. How can I download the RDP file for a specific host intended for a particular person?
Whenever I try to edit an already downloaded RDP file to connect to the other computer, I receive the following error message:
I also tried adding the line "HostSelection: any" to the rdpgw.yaml file, but it gave me an error saying "invalid query parameter." Can you help me solve this?
The text was updated successfully, but these errors were encountered:
Your users can open a connection to a specific RD-Host directly with the host parameter on the connection uri: https://rdpgw/connect?host=172.18.1.1
I didn't found any documentation about it, but i saw it on the Issue #70
I've used this method to get the .rd configuration, and after several tests I've found that the generated host address is still random. Then I added HostSelection: signed to the configuration file (rdpgw.yaml) and this configuration option asked me to add another configuration option (querytokensigningkey, but I don't know how to add this selection correctly) and so far it still hasn't been configured and running successfully.
Hi @bolkedebruin, I'm having trouble figuring this out—can you help me?
I have two people, and one person connects to one computer and the second person connects to a different computer.
How can I download the RDP file for a specific host intended for a particular person?
Whenever I try to edit an already downloaded RDP file to connect to the other computer, I receive the following error message:
I also tried adding the line "HostSelection: any" to the rdpgw.yaml file, but it gave me an error saying "invalid query parameter."
Can you help me solve this?
The text was updated successfully, but these errors were encountered: