Page 1 of 1

problem connecting rdp

Posted: Thu Jun 01, 2017 12:53 pm
by nicola.piazzi
I use wtware for raspberry
In my config.wtc i wrote a line like this :
server=myrdpserver.mydomain.it

Problem is that when raspberry starts it try to connect and the rdp server give the login page
after some seconds the server drop the commection and wtware relaunch it creating a server connection page loop

I tried a lot of combinations, but all not work, I need something that need an ENTER to start a connection request when server drop it

Thanks

Re: problem connecting rdp

Posted: Thu Jun 01, 2017 2:14 pm
by aka
ask_password = on

Will ask login and password in wtware interface.

Re: problem connecting rdp

Posted: Thu Jun 01, 2017 5:59 pm
by nicola.piazzi
Thanks, it works, but ...
I use keyboard italian that works only in rdp and not in wtware
so ask_password see my keyb as an english one and qhen someone write 12345# it make not # and give an error
then it solves when rdp ask password
i need to use only standard key passwords solves

Re: problem connecting rdp

Posted: Thu Jun 01, 2017 6:27 pm
by aka
1. If you find your keyboard layout, we can add it to wtware: http://ascii-table.com/keyboards.php

2. http://wtware.com/docs5/config.html#turnoffmenu

With "turnoffmenu=on" terminal will start screensaver after first connection. You will press Enter to reconnect to RDP.

Re: problem connecting rdp

Posted: Thu Jun 01, 2017 6:54 pm
by nicola.piazzi
turnoffmenu=on without ask_password=on solve the problem
thanks