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.
Open an application directly (without showing login screen)
Re: Open an application directly (without showing login screen)
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
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
Olivier
TSplus support team administrator

TSplus support team administrator
