Open an application directly (without showing login screen)

General conversation about our product. Get help with your 'How To' questions.
Post Reply
madmax
Posts: 30
Joined: Sun Sep 18, 2016 3:41 am

Open an application directly (without showing login screen)

Post by madmax » Wed Jul 31, 2019 1:59 pm

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.

User avatar
admin
Site Admin
Posts: 1649
Joined: Wed Sep 05, 2012 6:38 am

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

Post by admin » Fri Aug 02, 2019 1:01 pm

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
Attachments
Capture.JPG
Olivier
TSplus support team administrator
Image

Post Reply