Here are the directions to remote desktop into your server from a local Windows OS
mstsc
” and press the Enter key.
If you are running macOS, you will need to download the Microsoft Remote Desktop app from the Mac App Store.
Under the PCs tab, click the + (plus) button and then click on Add PC.
Under PC Name, enter your server's IP address. Click on Add.
Double click on your server in the list and you'll be prompted for your username and password.
All Windows servers are deployed with standard RDP open. This port will be open directly on the Internet. Once you are connected, you should secure this port. Changing the port number will prevent bots and scripts from finding it, however a determined attacker will find it through normal scanning. The best course of action is to use a firewall to restrict access via IP.
Other possible options include using a bastion host and configuring the firewall to only respond to this host. A popular open source option is Apache Guacamole.
Another option would be to implement RDP port knocking.
Caution! This solution is third-party and is not officially supported by NodeSpace. If you choose to implement this solution, you do so at your own risk and NodeSpace cannot provide any configuration assistance. |
A program can be added to do this: https://github.com/vigisoft/rdp-port-knocking