RDP Remote Control for Windows


foreword

Introduction to RDP Remote Desktop


1. What is RDP remote desktop?

RDP, Remote Desktop Protocol, Remote Desktop Protocol

  • Provides clients with a display image of the server's graphical desktop and allows active control
  • The server listens to port 3389 of the TCP protocol
  • Microsoft uses the RDP protocol to realize remote management of Win hosts
  • Win Home Edition does not support as a controlled terminal
    insert image description here

2. Use steps

  1. Make sure that the host computer and the controlled computer are directly connected (use the ping command to test the network connectivity)
    insert image description here
  2. Enable the "Remote Desktop" function on the controlled machine
    On the Win2016 server, right-click the "Start" menu, click "System", and the "System" window will appear
    insert image description here
    In the "System" window, click "Remote Settings"
    insert image description here
    in the "System Properties" In the dialog box, select "Allow remote connections to this computer". The
    insert image description here
    default administrator administrator already has remote access rights. Click "Select user" to view and confirm
    insert image description here
  3. Remote control access
    Run "mstsc" on the "master computer", and the "Remote Desktop Connection" program will be opened.
    insert image description here
    In the "Remote Desktop Connection" window, enter the IP address of the controlled computer
    insert image description here
    and click "Display Options" in the lower left corner to open the "Local Resource" tab, check "Clipboard" in the "Local Devices and Resources" area, so that "copy" and "paste" functions can be performed between the local computer and the remote computer, click "Details"
    insert image description here
    under "Clipboard", In the "Local Devices and Resources" dialog box, check "Driver", so that the drive disk in the local computer can be opened on the remote computer. Return to the "
    insert image description here
    Remote Desktop Connection" window, click the "General" tab, enter the user name administrator, and check the Select "Allow me to save credentials", and finally click "Connect".
    insert image description here
    In the "Enter your credentials" dialog box, enter the administrator password, click "OK", and finally, successfully connect to the controlled machine window
    insert image description here

Summarize

1) The client runs the "mstsc" command line to open the "Remote Desktop Connection" program
2) Enter the other party's IP address, user name, and password. By
default, only 2 users are allowed to log in at the same time, and the same user can only log in to one desktop

Click "Show Options" in the Remote Desktop Connection window to expand the control items

  • save username, password
    insert image description here
  • Configure display size, color
    insert image description here
  • Allows use of local audio, printer, clipboard
    insert image description here
  • Optimize the experience of remote connection
    insert image description here
  • authentication method
    insert image description here

Guess you like

Origin blog.csdn.net/qq_41439534/article/details/130675236