Search

How to install TELNET Client in Windows 10

Sometimes you may require to install TELNET client on Windows Operating Systems. This tutorial lesson explains how to install TELNET client in Windows 10. Follow these steps to install TELNET client in Windows 10.

Step 1 - Open Control Panel by searching "Control Panel" at search box and then clicking on the search results as shown below.

open-control-panel-to-install-telnet-client.gif

Step 2 - Open "Programs and Features", as shown in below screen shot.

open-programs-and-features-to-install-telnet.gif

Step 3 - Click "Turn Windows features on or off", as shown in below screen shot.

turn-windows-features-on-or-off-telnet-windows-10.jpg

Step 4 - Check "Telnet Client" check box to install Telnet Client, as shown below, and then click "OK" button.

telnet-client-check-box.jpg

Step 5 - Once installed, open Command Prompt (search for cmd in search box), type telnet with the IP address of the remote TELNET server as shown below to connect with the TELNET server.

open-telnet-client.jpg

Step 6 - Windows TELNET client will display a warning message that sending user credentials over the network is not safe. If you want to continue using TELNET ignoring the warning, type "y" and press Enter key.

telnet-client-user-warning.jpg

Step 7 - Enter the user login ID at the remote TELNET server. Login ID at the remote TELNET server and the corresponding password are the requirements for logging in to the remote Windows TELNET server.

telnet-client-enter-user-login-id.jpg

Step 8 - Enter the user login ID’s password for the user at Windows TELNET server and hit Enter key.

telnet-client-enter-user-password.jpg

Step 9 - You are now logged in to the remote Windows TELNET server.

telnet-user-logged-in.jpg

Step 10 - Run a command to test whether the connection is working. In this case I had typed dir command to list the contents of remote directory. Note that this "dir" command was executed at remote TELNET server’s Operating System and the command output is displayed in TELNET client computer, as if sitting locally at remote computer.

telnet-run-a-command.jpg

Related Tutorials
What is TELNET
TELNET modes of operation
TELNET NVT (Network Virtual Terminal)
What is IAC (Interpret as Command) in TELNET
TELNET Commands and Options
TELNET Negotiation
How to install TELNET server in Windows Server using Server Manager
How to install TELNET server in Windows Server using PowerShell
How to start TELNET service in Windows Server
How to connect to Cisco Router using TELNET
How to use telnet command on Windows and telnet command options
How to test ports using TELNET
Why TELNET is not secure