How to allow multiple user login on Server which is on workgroup

Sudhakar D 1 Reputation point
2021-07-22T16:07:51.54+00:00

How to allow multiple user login on Server which is on workgroup?

I have the necessity to have the server on the Workgroup since i cant have multiple instance of the ERP Software. I also need all my users to be able to connect concurrently. Please suggest the way forward.

Regards
Sudhakar

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,133 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Philippe Levesque 5,796 Reputation points
    2021-07-22T20:19:55.77+00:00

    Hi

    You need to install the Remote Desktop role and get the licence for that role (RDS CAL)

    On a server in a workgroup you need Per-Device RDS CAL.

    You can't use the wizard, you need to add the RDSH's role and the RDP licensing service.

    To give a small how-to;

    On the workgroup computer install the Remote Desktop Licensing role service and the Remote Desktop Session Host role service. To do this, follow these steps:
    Open Server Manager.
    Click Manage and select Add Roles and Features.
    Select Role-based or Feature-based installation.
    Select the computer as the destination server.
    On the Select server roles page, select Remote Desktop Services.
    On the Select role services page, select the Remote Desktop Licensing and Remote Desktop Session Host role services.
    Continue the installation. Select default values for the remaining settings.

    Please be advised;

    Configuring RDS on a workgroup server creates the following additional restrictions:

    You must use per-device licensing instead of per-user licensing. For more information, see License your RDS deployment with client access licenses (CALs).
    You must use Windows PowerShell to manage the RDS role services. This is because the Server Manager tools for RDS do not work. For more about using PowerShell cmdlets together with RDS

    Thanks

    Philippe

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.