I want to give access to the server via public IP addresses to some users
I want to give access to the server via public IP addresses to some users
Hi,
Could you please clarify more clearly about your requirement?
Would you like to allow more users to concurrently remote connect to the server via RDP?
Or would you like to let the azure windows server get more public IPs? If so, you will create more virtual network adapters for your server.
Yes, I would like to allow more users to concurrently remote connect to the server via RDP
Hi,
Have you checked if the answer helps?
If the Answer is helpful, please click "Accept Answer" and upvote it. Thanks.
Hi,
Is there any update?
Please let us know if your issue has been resolved.
Please check if it could help at your side:
Create a virtual machine with a static public IP address using the Azure portal
Associate a public IP address to a virtual machine
Please let us know if you have further query on this.
If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.
If you want to allow more user's concurrently via RDP then you must purchase RDS Per User CALs licenses.
Currently in Azure Windows VM's can handle 2 RDP connections concurrently. If you need more RDP licences you required Per User CALs license.
Ex: You need 3 CALs for 3 users to use 3 concurrent RDP sessions.
refer- License your RDS deployment with client access licenses (CALs)
If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.
Hi,
In order to achieve your requirement, you will need to set below configurations.
Install Remote Desktop Services on the Azure windows server. (RD Session Host and RD Licensing role)
Server Manager>Add roles and features>Role-based or feature-based installation>Remote Desktop Services>select both Remote Desktop Licensing and Remote Desktop Session Host roles to install
Activate the Remote Desktop Services license server: https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/rds-activate-license-server
Purchase and install RDS CALs: https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/rds-install-cals
Please first read below article to understand RDS CALs, and you can purchase CALs via Microsoft Store or contact Microsoft Volume Licensing Service Center
https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/rds-client-access-license
On the server, configure below group policies:
Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Licensing
- Use the specified Remote Desktop license servers —— Enabled & Input the License server
- Set the Remote Desktop licensing mode —— Enabled & Select Per Device or Per User
Thanks,
Eleven
If the Answer is helpful, please click "Accept Answer" and upvote it. Thanks.
5 people are following this question.