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
RemoteApp client
Re: RemoteApp client
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.
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.
Olivier
TSplus support team administrator

TSplus support team administrator

Re: RemoteApp client
On the firewall redirect port 7443 to the server. All clients are operating normally, except remoteapp web browser.
Re: RemoteApp client
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.
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.
Olivier
TSplus support team administrator

TSplus support team administrator
