The ultimate guide to Remote Desktop — control your PC over the internet!

If you have to access your computer remotely, in this guide, we’ll show you the steps to complete this task with the Remote Desktop app.

On Windows 10, the “Remote Desktop” app makes it easy to connect to other computers over the local network and internet. It’s also the experience that replaces the built-in legacy “Remote Desktop Connection” feature, which is still available.

The app is user-friendly, but depending on the device you have to connect, the app is only one of the steps since you may have to configure additional settings, including forwarding the appropriate port in the router to connect to another Windows 10 computer. Also, there’s a small problem. You can install the Remote Desktop app on any edition of Windows 10. However, the remote desktop protocol (RDP) that allows connections to a device is only available in the Pro edition and business variants of the OS. Windows 10 Home doesn’t allow remote connections.

In this Windows 10 guide, we will walk you through the steps to allow remote connections from within the local network or internet and the steps to use the Remote Desktop app to start a remote session.

How to allow remote connections on Windows 10

Remote Desktop makes it easy to connect to other computers. However, the configuration will depend on whether you have to connect over the local network or through the internet.

Enable remote connections on Windows 10

In a local area network (LAN), you only need to enable the option to allow remote desktop connections on your computer. You can complete this task from the Settings app or Control Panel.

Settings app

To enable the Remote Desktop using the Settings app, use these steps:

  1. Open Settings.
  2. Click on System.
  3. Click on Remote Desktop.
  4. Turn on the Enable Remote Desktop toggle switch.
  5. Click the Confirm button.

Once you complete the steps, remote desktop connections will be allowed on the device. Windows 10 will also add the necessary rules in the built-in Microsoft Defender Firewall. However, you may need to configure the rules manually if you have a third-party firewall.

Control Panel

To enable remote connections on Windows 10, use these steps:

  1. Open Control Panel.
  2. Click on System and Security.
  3. Under the “System” section, click the Allow remote access option.
  4. Click the Remote tab.
  5. Under the “Remote Desktop” section, check the Allow remote connections to this computer option.
  6. Check the Allow connections only from computers running Remote Desktop with Network Level Authentication option.
  7. Click the OK button.
  8. Click the Apply button.
  9. Click the OK button.

If you need to configure a remote desktop using an internet connection, continue with the steps below. If you have to connect to another device within the local network, skip to the steps below, and continue with the start a remote desktop connection instructions.

Enable remote connections on router

If the remote connection has to happen over an internet connection, you will also have to configure the router to allow the remote connection. In addition, you will need to know the public address to contact the remote computer.

Configure static IP address on Windows 10

A computer usually receives a dynamic IP address from the DHCP server (router), which means it can change. If you plan to use a remote desktop for a long time, you may want to configure a static IP address to avoid reconfiguring port forwarding on the router when the device changes the network configuration.

Control Panel

To configure a permanent network configuration, use these steps:

  1. Open Control Panel.
  2. Click on Network and Internet.
  3. Click on Network and Sharing Center.
  4. Click the Change adapter settings option from the left navigation pane.
  5. Right-click the active network adapter and select the Properties option.
  6. Select the Internet Protocol Version 4 (TCP/IPv4) option.
  7. Click the Properties button.
  8. Click the General tab.
  9. Select the Use the following IP address option.
  10. Specify a local IP address outside the local DHCP scope to prevent address conflicts – for example, 10.1.4.201.Quick tip: Usually, you’ll find this information inside the DHCP settings section on the router. Since not every router is created equal, you may need to consult your manufacturer support website for more specific details to find this information. If you’re unsure of the configuration you have to use, use your current TCP/IP configuration as a reference, which you can review with the ipconfig /all command in Command Prompt.
  11. Specify a subnet mask for the network (for example, 255.255.255.0), but the system usually fills this information from you based on the “IP address.”
  12. Specify the default gateway address, which should be the router’s address — for example, 10.1.4.1.
  13. Under the “Use the following DNS server addresses” section, in the “Preferred DNS server” field, specify the IP address of your DNS server, which in most cases is also the address of the router — for example, 10.1.4.1.Quick tip: If you can’t connect to the internet, try using one of the Google Public DNS addresses (such as 8.8.8.8) for the “Alternate DNS server” option.
  14. Click the OK button.
  15. Click the Close button.

After you complete the steps, the network configuration will apply, and the IP settings will never change.

Some routers include a feature to make the current TCP/IP configuration static. If you want to use this option, consult your manufacturer support website for specific steps to complete this task.

Identify network public IP address

You will also need the remote network’s public IP address to contact the device over the internet.

To determine the IP address assigned by the Internet Service Provider (ISP), use these steps:

  1. Open the web browser.
  2. Visit Bing.com or Google.com.
  3. Search for “What’s my IP.”
  4. Confirm the public IP address in the first result.

Typically, internet providers also offer dynamic public IP addresses for residential customers, which means that your public IP address may change from time to time.

If you need a more reliable solution, you may want to look into “Dynamic Domain Name System” (DDNS) services (such as DynDNS, OpenDNS, No-IP, or Asus.com for Asus routers), which can track the public IP changes. Alternatively, you can also contact your ISP to request a static IP address, but it might cost you extra since this is typically a feature reserved for businesses.

Configure port forwarding

You must also forward the TCP port 3389 on the router to allow remote connections over the internet to the computer in the local network.

Quick note: The router interface experience can vary depending on the manufacturer. However, you can use these instructions as a reference to configure your router. You can always check the manufacturer support website for more specific details.

To forward a port on your router, use these steps:

  1. Open Start.
  2. Search for Command Prompt and click the top result to open the app.
  3. Type the following command to check the current TCP/IP configuration and press Enter:ipconfig
  4. Under the “IPv4 Address” field, confirm the device address — for example, 10.1.4.201.
  5. Under the “Default Gateway” field, confirm the device gateway address (the router address) — for example, 10.1.4.1.
  6. Open your preferred browser.
  7. Type the IP address of the router (default gateway) in the address bar and press Enter.
  8. Sign into the router using the correct username and password.Quick tip: If you have never done this, and you are using the router provided by the ISP, you may be able to find the information on a sticker attached to the device.
  9. Open the Port Forwarding settings page.
  10. Confirm that the Port Forwarding service is enabled (if applicable).
  11. Under the port forwarding list, click (in this case) the Add profile button.
  12. Create a new port forward with the required information — for example:
    • Service name: (optional) Specify the reference name for the service — for instance, OfficePC Remote.
    • Protocol: TCP.
    • External Port: 3389.
    • Internal Port: 3389.
    • Internal IP Address: Specify the IP address of the computer you’re trying to connect — for instance, 10.1.4.100

  13. Click the OK button.

Once you complete the steps, the port will open on the router, allowing remote desktop connections through the internet to that specific device.

How to establish remote desktop connection on Windows 10

After setting up the computer and router, you can initiate a remote connection using the Remote Desktop app on Windows 10.

Install Remote Desktop app

The Remote Desktop app should already be available on Windows 10, but you can always install it from the Microsoft Store.

To install the Remote Desktop app on Windows 10, use these steps:

  1. Open Microsoft Remote Desktop app page.
  2. Click the Get (or Install) button.
  3. Click the Open Microsoft Store button.
  4. Click the Get (or Install) button.

Once you complete the steps, open the app from within the Microsoft Store or Start menu.

Start remote desktop connection

To connect to a computer remotely on Windows 10, use these steps:

  1. Open the Remote Desktop app.
  2. Click the + Add button in the top right.
  3. Click the PCs option.
  4. Under the “PC name” section, specify the TCP/IP address of the remote computer:
    • If the device is inside a private network, enter the local IP address.
    • If the device is in a remote network (via the internet), enter the public IP address.

  5. Under the “User account” section, click the + (plus) button in the top right.
  6. Confirm the account information to sign into the remote computer:
    • If the remote device is using a Microsoft account, enter that Microsoft account sign-in information.
    • If the remote device uses a local account, enter the local username and password to sign in.

  7. (Optional) Under the “Display name” section, specify the account settings’ name.
  8. Click the Save button.
  9. (Optional) Under the “Display name” section, specify the connection’s name — for example, Office PC Remote.
  10. Click the Show more option.
  11. (Optional) Select additional settings as necessary.Quick tip: The additional settings include the option to connect using an admin session, set the remote session resolution, and clipboard, among others. Typically, you don’t need to configure these options, and you should only use them depending on the scenario.
  12. Click the Save button.
  13. Under the “Saved Desktops” section, click the connection to start a remote session.
  14. Check the Don’t ask about this certificate again option (if applicable).
  15. Click the Connect button.

After you complete the steps, the remote connection should establish without problems if everything has been configured correctly.

If you want to terminate the session, you can close the window, or you can click the three-dotted menu button from the top-middle and then click the Disconnect button.

Change app and connection settings

On Windows 10, the Remote Desktop app allows you to customize various settings, including additional configuration options, and modify existing settings.

Change general settings

To change general settings in the Remote Desktop app, use these steps:

  1. Open the Remote Desktop app.
  2. Click the Settings button in the top right.
  3. Select the user account from the list.
  4. Click the Edit (pen) button to adjust the settings.
  5. Click the Save button.

You can also pre-add additional user accounts (with the plus + button) that you can use later to connect to other devices or as a different user.

The Gateway option allows you to set a gateway server, but you’ll rarely need to use this option. Also, the Group option enables you to organize connections into different and more manageable groups.

Change session settings

To change the session settings for Remote Desktop on Windows 10, use these steps:

  1. Open the Remote Desktop app.
  2. Click the Settings button in the top right.
  3. Turn on or off the Start connections in full screen toggle switch.
  4. Turn on or off the Start each connection in a new window toggle switch.
  5. Use the When resizing the app drop-down menu to choose how the remote desktop session will look as you resize the app. Options available include:
    • Stretch the content, preserving aspect ratio (recommended).
    • Stretch the content.
    • Show scroll bars.

  6. Use the “Use keyboard command with a” drop-down menu to choose whether shortcuts (such as Ctrl + C and Ctrl + V) work only locally or on the remote desktop. Options available include:
    • My local PC only.
    • My remote session when it’s in full screen (recommended).
    • My remote session when it’s in use.
  7. (Optional) Turn on the Prevent the screen from timing out toggle switch.

Alongside editing the account and session settings, you can also enable the option to show a preview of the remote desktop in the connection, which adds a visual queue to make it easier to find the connection in the app.

Change connection settings

To edit the settings of a remote connection, use these steps:

  1. Open the Remote Desktop app.
  2. Click the menu (three-dotted) button in the connection and select the Edit option.
  3. Change the device name, account, and settings as needed.
  4. Click the menu (three-dotted) button in the connection and choose the Remove option to delete it.
  5. Click the menu (three-dotted) button in the connection, and choose the Pin to Start option to quickly access the remote computer from the Start menu.

Once you complete the steps, the settings will save and apply automatically in the connection.

How to troubleshoot remote desktop connection on Windows 10

Typically, you won’t find issues using the Remote Desktop app, but if you cannot connect to a device, you will need to troubleshoot the problem.

Confirm firewall settings

Windows 10 opens the required firewall ports automatically when you configure Remote Desktop, but it might not always be the case. If the connection fails, check the firewall to make sure it’s allowing the Remote Desktop service.

To enable remote connections through the firewall on Windows 10, use these steps:

  1. Open the Windows Security app.
  2. Click on Firewall & network protection.
  3. Click the Allow an app through firewall option.
  4. Click the Change settings button.
  5. Check the Remote Desktop option and check the options for Private and Public.
  6. Click the OK button.

If you have a third-party firewall or antivirus, you may want to disable these security applications to check if you can connect. You may need to check the software support website for more specific details to complete this task.

Unblock remote connection port

If the settings are correct, and you still can’t connect, there’s a chance the internet provider is blocking the remote desktop port for security reasons. In this case, you may want to contact the ISP directly to resolve the issue.

Use IP address, not the PC name

When using the Remote Desktop app, it’s better to use the device’s IP address instead of the computer name. Otherwise, you may stumble upon some resolution issues.

Also, when adding a new computer, make sure to enter the appropriate IP address. For example, use the local IP address to connect remotely from within the private network and use the correct public IP address to connect over the internet.

Confirm remote desktop service

You may also not be able to connect because the required remote desktop services are not running on Windows 10.

To determine whether the remote desktop service is running on your device, use these steps:

  1. Open Start.
  2. Search for Services and click the top result to open the app.
  3. Select the Remote Desktop Service and check that the “Status” column reads Running.
  4. If it’s not running, right-click the service and select the Start option.

After you complete the steps, you should be able to establish a remote session on Windows 10.

Switch to Internet Protocol Version 4 (TCP/IPv4)

Windows 10 can use both networking stacks, IP version 4 (IPv4) and version 6 (IPv6) — also known as dual-stack — but sometimes, it’ll choose version 6 for the connection, which may cause problems with the remote desktop protocol (RDP).

To set the IPv4 as the default networking stack on Windows 10, use these steps:

  1. Open Control Panel.
  2. Click on Network and Internet.
  3. Click on Network and Sharing Center.
  4. Click the Change adapter settings option from the left navigation pane.
  5. Right-click the active adapter and select the Properties option.
  6. Clear the Internet Protocol Version 6 (TCP/IPv6) option.
  7. Click the OK button.
  8. Restart the computer.

Once you complete the steps, you should now be able to connect using a remote connection.

Use local account instead of Microsoft account

If you try to connect, but the authentication fails, and you are using a Microsoft account, it’s probably a problem with the authentication method. For instance, you may encounter issues if the Microsoft account has the two-step verification or passwordless security feature enabled. If this is the case, you may want to consider creating and using a local account for remote access.

To create a local administrator account on Windows 11, use these steps:

  1. Open Settings.
  2. Click on Accounts.
  3. Click on Family & other users.
  4. Under the “Other users” section, click the Add someone else to this PC option.
  5. Click the I don’t have this person’s sign-in information option.
  6. Click the Add a user without a Microsoft account option.
  7. Confirm the username.
  8. Create a strong password.
  9. Complete the security questions to allow password reset from the Sign-in screen.
  10. Click the Next button.
  11. Select the newly created account and click the Change account type button.
  12. Choose the Administrator option.
  13. Click the OK button.

After you complete the steps, you can use the local account information instead of the Microsoft account to connect to a remote desktop session.

We outlined the steps to connect to a device inside a private network and through the internet, but allowing remote desktop connections (mainly through the internet) could be a security risk.

Remember that having the remote desktop protocol enabled and opening ports could allow malicious individuals to gain unauthorized access to the computer. If you need to use this feature, use strong a password, disable the remote desktop service and remove the port forwarding settings from the router when they are no longer needed.

More Windows resources

For more helpful articles, coverage, and answers to common questions about Windows 10 and Windows 11, visit the following resources:

Original Article