Myrtille cannot open remoteapp, but xfreerdp can
See original GitHub issueMyrtille version
2.9.2_X86_X64
Server version
Windows Server 2019(I also try Windows Server 2012 R2)
Issue Description
Hi,
Myrtille cannot open remoteAPP,will show desktop:
http://XXX.XXX.X.XXX/Myrtille?__EVENTTARGET=&__EVENTARGUMENT=&server=AAA.AAA.A.AAA&domain=&user=admin&password=mypassword&program=D:\eclipse\eclipse\eclipse.exe&connect=Connect%21 ❌
encode url is also not work:
http://XXX.XXX.X.XXX/Myrtille?__EVENTTARGET=&__EVENTARGUMENT=&server=AAA.AAA.A.AAA&domain=&user=admin&password=mypassword&program=d%3A%5Ceclipse%5Ceclipse%5Ceclipse.exe&connect=Connect%21 ❌
Xfreerdp can, will show eclipse:
xfreerdp /u:admin /v:AAA.AAA.A.AAA /app:"D:\eclipse\eclipse\eclipse.exe" ✅
Xfreerdp use /shell
cannot open, will show desktop:
xfreerdp /u:admin /v:AAA.AAA.A.AAA /shell:"D:\eclipse\eclipse\eclipse.exe" ❌
I found some similar issues, the most similar is #137 ,But my server uses windows server2019.
Then I create remote APP with remoteAPP tool at rdp-server, xfreerdp can open remoteapp:
xfreerdp /u:admin /v:AAA.AAA.A.AAA /app:"||eclipse" ✅
xfreerdp /u:admin /v:AAA.AAA.A.AAA /shell:"||eclipse" ❌
Myrtille cannot:
http://XXX.XXX.X.XXX/Myrtille?__EVENTTARGET=&__EVENTARGUMENT=&server=AAA.AAA.A.AAA&domain=&user=admin&password=mypassword&program=||eclipse&connect=Connect%21 ❌
Regards, Sayi
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
myrtille / Wiki / Troubleshoot (FAQ)
Ensure the RDP client ("FreeRDP.wfreerdp.exe") does exists (into the "Myrtille.Services" output folder, if running under Visual Studio, or into the "bin" ...
Read more >Myrtille, an open source project to connect remote ...
Myrtille is an easy way to connect remote desktops or applications from a native web browser (no plugin, extension, application or ...
Read more >Hi! Myrtille - A native HTML4 / HTML5 Remote Desktop ...
Myrtille communicates with FreeRDP through named pipes (IPC), in order to maintain a FIFO data transfer. User inputs (keyboard, mouse, ...
Read more >Myrtille
Remote everything. Myrtille's main goal is to provide access to remote servers, desktops and applications in the simplest possible way: using a web...
Read more >myrtille
Myrtille cannot open remoteapp, but xfreerdp can $ 0. Created 2 years ago in cedrozor/myrtille with 1 comments. Myrtille version. 2.9.2_X86_X64. Server version....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, yes I have to find some time to integrate the latest FreeRDP code (and work again on Myrtille, more globally) and re-check if I can use remoteapp instead of alternate shell
@cedrozor - just a friendly bump if you happen to be bored over the holidays =) any tips you could give off the top of your head, even conceptually, where/how to switch from alternate-shell to remote-app are appreciated.
going by FreeRDP/wiki/CommandLineInterface i was hoping to see something about the /shell vs /app args being passed here in Myrtille.Services/RemoteSessionProcess but that piece doesn’t seem to be included in this list of args - any help?