eait-itig/rdpproxy

Some questions if possible

philzyk opened this issue · 1 comments

Hello!
You built an awesome product.
I want to try it to some of my project. But i far away from erlang
Do you have a guide to build your code?
Is it possible to use it for Centos 7.x?
Can i use it for my own rdp enabled VMs?
Where is some kind of config file?
Thank you!

Hi!

You can probably run this on centos 7; we haven't tried it (we run it on openbsd), but I don't think there's any reason it wouldn't work. Just run ./rebar get-deps, then ./rebar compile, then ./rebar generate to fetch all the dependencies, compile everything, and generate an installable release.

The configuration file (rel/files/app.config) should give you some idea of what you'd need to set up to get this running. I'm considering adding a simpler testing mode that would make it a lot easier to get started, but I don't have any code for that yet.

Your backend VMs would need to report their status to the RDP proxy via HTTP requests (see the http_api section of the config file) so it knows it can send sessions to them. We haven't really documented how this part works, and it's not easy to figure it out from the code either. If you get up to this point, let me know and I'll see what I can do to help.