Joanne Moore Posted June 11, 2023 Share Posted June 11, 2023 Want to connect to VPS Windows server using RDP and are not sure how to do so correctly? Follow the steps of this tutorial exactly as they are provided and you should have no problem. What Is RDP? First, if by any chance any of you are not aware, let’s find out what exactly RDP is. Remote Desktop Protocol (RDP) - is a protocol created by Microsoft Corporation, which provides a graphical interface for a user. RDP client is available in most operating systems. By default, RDP uses 3389 TCP port. Remote Desktop Connection is the official program meant to be used for login via RDP. Requirements To be able to follow these instructions you must have a VPS Windows server with Windows 2012 or 2016 R2 OS. Login Via Windows Computer The following steps are meant for Windows operating system users. 1. Open up your "Remote Desktop Connection" program and select "Show Options". 2. Enter your login credentials and press "Connect": Computer: Your_server_IP Username: Administrator 3. Then, enter your server's password and press the "OK" button Login Via Linux OS If you are a Linux OS user and do not have a rdesktop installed yet, you can install it with the command provided below. For Ubuntu/Debian you must use: apt-get update apt-get install rdesktop CentOS/Fedora users should execute these commands: yum update yum install rdesktop Then you should be able to login to your Windows 2008 or 2012 R2 server using this command in the terminal: rdesktop -u Administrator -p PASSWORD -g 1280x720 YOUR_SERVER_IP If you have followed these steps closely and have done everything correctly, VPS Windows Server window should open up: If you have any comments or questions after reading this tutorial, do not hesitate to leave us a comment or contact our 24/7 customer support. We hope our steps on connecting to the Windows server using RDP were useful and hope to see you again soon. We are always happy to hear from you and will gladly help with any issues related to our products and services. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.