Skip to content

Web Autologon : se connecter depuis le web sans portail

Aperçu

Terminal Service Plus Web Portal permet aux utilisateurs de se connecter à leurs serveurs distants depuis n'importe quel navigateur web simplement en utilisant leurs identifiants Windows.

Sometimes however, you want to connect automatically when you launch a given URL address. This feature is called Web Autologon.

With Web Autologon, you will connect using the settings (login, password, ports, …) specified in specific Terminal Service Plus files.

Web Autologon utilizando el cliente HTML5

Vous pourrez vous connecter directement en naviguant vers http://your-server/software/html5.html

You can modify the connection settings by editing the following file with Notepad or any text editor (such as Notepad++ - do not use MS Word):

C:\Program Files (x86)\TSplus\Clients\www\software\html5\settings.js

You will need to specify at least a login and a password in order to benefit from Web Autologon.

You might need to refresh the page on your web browser after modifying this file.

Web Autologon utilisant le client Web RemoteApp

Vous pourrez vous connecter directement en naviguant vers http://your-server/software/remoteapp2.html

You can modify the connection settings by editing the following file with Notepad or any text editor (such as Notepad++ - do not use MS Word):

C:\Program Files (x86)\TSplus\Clients\www\software\remoteapp2.js

You will need to specify at least a login and a password in order to benefit from Web Autologon.

You might need to refresh the page on your web browser after modifying this file.

Enable múltiples sesiones de usuario utilizando las mismas credenciales

If you want to enable multiple user sessions using the same credentials, then you can follow this procedure.

You can copy the index.html file located in:

C:\Program Files (x86)\TSplus\Clients\www

so many times as your number of users. You can rename it and then access it with the url: http://nameofyourserver.com/renamedindex.html

Edit the paragraph corresponding to users credentials:

Access Configuration --------------- var user = ""; // Login to use when connecting to the remote server (leave "" to use the login typed in this page) var pass = ""; // Password to use when connecting to the remote server (leave "" to use the password typed in this page) var domain = "";

You can copy the index.html file as much time as you want, renaming it with the username will make it easier for you to provide a personal link.