Manage Multiple Dynamic User Sessions in Windows Server with VirtualUI's New Features

VirtualUI “Create users on-demand” and “Predefined Users” Configuration

In VirtualUI we have created two new options in order to be able to establish multiple sessions with dynamic users in Windows Server 2022 and Windows Server 2019 (Since June 2022 update).
In the ‘Sessions’ tab of VirtualUI’s configuration manager, you will find “Create users on-demand” and “Predefined users”:





Create users on-demand

This option will let VirtualUI create the users. Each time VirtualUI requires to open a new session, it will create a user following the “Username prefix” you have established and it will
make this user part of the group you specify in the box “Add to group”:



If you set the prefix “TestUser”. VirtualUI will create the user “TestUser”, “TestUser2”, “TestUser3, and so on.

Bear in mind that if you need to use domain users along with this option, you will have to specify the domain in the prefix, for instance, “Domain\TestUser”.

You will also need to configure VirtualUI’s service to logon as a domain user, this user must have permission to create domain users.

To update the service’s logon user, open the services panel (services.msc) and go to the properties of the Thinfinity VirtualUI’s service:



Once there, go to the tab ‘Log on’, and enter the information of the user:



Predefined users

The predefined user's option, will allow adding existing users of your domain or local server.



You can either add them from a custom list or users with a prefix.

Custom List

In the custom list, you can add users individually by clicking on ‘Add’, or importing them from a list.
The list must be a txt file, following these formats:

  1. For local users:
.\user:password
Computer\user:password

  1. For domain users:
Domain\user:password

Users with prefix

This option is similar to “Create users on-demand” only that you must create the users upfront.
Bear in mind all the users must have the same password.
VirtualUI will start the first session using the number 1 and gradually increase based on the number of connections/users.
For instance, if you configured the prefix “TestUser”, the first session VirtualUI will attempt to start is “TestUser1”.


    • Related Articles

    • Thinfinity VirtualUI: Publishing an Application

      Product: Thinfinity VirtualUI Version: 3 and above Introduction Thinfinity VirtualUI is a software solution designed to facilitate web integration for Windows-based applications. This guide will walk you through the process of getting started with ...
    • How to set up permissions for an application in Thinfinity VirtualUI

      Product: Thinfinity VirtualUI Version: 3 and above Introduction To guarantee appropriate access for each user, it's important to set up permissions in the Application Profiles Editor found in the Thinfinity VirtualUI Server Manager. We'll cover the ...
    • How to Publish an Application in Thinfinity VirtualUI Server

      Product: Thinfinity VirtualUI Version: 3 and above Introduction This step-by-step tutorial will guide you through the process of virtualizing your applications and making them accessible from any web browser using Thinfinity VirtualUI. Get ready to ...
    • How to Install an SSL Certificate in Thinfinity VirtualUI

      Product: Thinfinity VirtualUI Version: 3 and above Introduction An SSL certificate is an effective way to secure a website against unauthorized data interception. In its simplest form, it is used to identify the website and encrypt all data flowing ...
    • Run Visual FoxPro applications in the cloud

      In this new article, we will show you how to adapt your Visual FoxPro code so you can run VFP apps in the cloud with Thinfinity VirtualUI. App example: https://www.cybelesoft.com/support/files/DemosVUI/VisualFoxPro.zip 1. Starting the app To run the ...