Page 1 of 1

Open an application directly (without showing login screen)

Posted: Wed Jul 31, 2019 1:59 pm
by madmax
Hello

I would like to configure my server to open an application directly, when the user type the url in the browser my application will be launched directly with pre configured credential. Is that possible ? Is there a limit on how many connections at same time ?

Thanks for your attetntion.

Re: Open an application directly (without showing login screen)

Posted: Fri Aug 02, 2019 1:01 pm
by admin
Hello,

You can set one username and password into settings.js file located in C:\Program Files (x86)\TSplus\Clients\www\software\html5
Edit the file with notepad and locate the following :

W.user = "";
W.pass = "";
W.server = "";

You can connect as many users as you want if you allowed multiple users connections in the admin tool / sessions / settings