Page 1 of 1

RemoteApp client

Posted: Wed Jun 15, 2016 7:56 am
by Barton
Hallo!
In 2012 server user profiles are located on a separate disk. In different versions of the TSPLuS remoteapp that worked, then no. Please tell me what ports need to be open to working RemoteApp client

Re: RemoteApp client

Posted: Wed Jun 15, 2016 2:03 pm
by admin
Hello,

If you are opening a session from the web portal, you will need to open either the 80 or 443 TCP port, otherwise the 3389 port will suffice. If you cannot connect after an update of TSplus with the web portal, make sure you refreshed your web browser. Sometimes deleting the browser's cache with ctrl + F5 is necessary for this purpose.

Re: RemoteApp client

Posted: Mon Dec 12, 2016 11:57 am
by Barton
On the firewall redirect port 7443 to the server. All clients are operating normally, except remoteapp web browser.
Безымянный.png

Re: RemoteApp client

Posted: Mon Dec 12, 2016 4:57 pm
by admin
Hello,

Open a Windows explorer on your TSplus server, locate and edit with notepad the remoteapp2.js file in C:\Program Files (x86)\TSplus\Clients\www\software

Modify the following line with your connection port (default is 443) :

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

Close current user session and try again, changes should be effective immediately, if not, restart web services in the web tile of the admin tool.

Re: RemoteApp client

Posted: Mon Dec 12, 2016 10:18 pm
by Barton
Super, work! Thanks!