Page 1 of 1

RemoteApp NOT working

Posted: Tue Oct 10, 2017 7:03 am
by bhrt60
I'm evaluating TSPlus and I have a situation where Remote Desktop connect but REMOTEAPP does not work

I made a Config Backup when it was working BUT even after Restore the Remote App does NOT work

Remote Desktop Can't connect for one of these reasons...

I'm using HTML5

Re: RemoteApp NOT working

Posted: Tue Oct 10, 2017 4:46 pm
by admin
Hello,

Did you change the default port used for web services in the admin tool / web tile ? If that is so you will need to edit this file to add the new port.

Find and locate the remoteapp2.js file here and edit it with notepad : C:\Program Files (x86)\TSplus\Clients\www\software
Change the port in this field, save the file, restart the web services and refresh your client browser (default port is 443):

// Remote Desktop Server
var remoteapp2_server = '';
var remoteapp2_port = '443';