When you install RDS on a server which already uses the port 443, you will get the following error when you try to access RDWeb main page.
Reason for this is the server you installed RDWeb on is most likely already using the port 443 or something else.
When trying to access RDWeb on the same server you’ll get the following error:
Service Unavailable
Http Error 503. The Service is unavailable
To Troubleshoot, Let’s see what is using the port 443.
Run CMD or PowerShell as an Administrator and type the following command
Netstat -anbo | findstr 443
Let’s try changing the Port using the RD Gateway Manager
From the Gateway Manager click on the Properties on the right pane > Go to Transport Settings Tab and change the HTTPS port to 1443 or 8443
Navigate to and make sure you first take a backup (Export the key)
[HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\TerminalServerGateway\Config\Core]
Change the following registry value
IsUdpEnabled REG_DWORD 0
Backup and change the following port value to the intended one
[HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\TerminalServerGateway\Config\Core]
HttpsPort REG_DWORD (8443)
Change the base to Decimal to type the write port number.
From PowerShell restart the service
net stop tsgateway net start tsgateway
Let’s see the listening port 8443
From PowerShell type
Netstat -anbo | findstr 8443
Netstat -anbo | findstr 8443
Let’s go to the main page and see if it works..
Voila! Finally it worked
Reset and manage your Active Directory users' Passwords Active Directory is one of the most…
Finding Exchange Database hidden mailboxes. Story:Maybe you have been in this situation before, trying to…
If you're using a Proxy server in your firewall or in your network and have…
Story:I got some clients that have reported some of their users being locked out and…
Delegate Permissions This is a code that I have wrote recently to check if an…
Story: I got a request from a client who constantly gets CVs and have to…