Home     Blog

How to Use Telnet

Telnet is a utility program that allows remote access to other computers if they are installed on a network or have access to the Internet. Telnet lets users run commands on the remote computer. It can execute commands faster than the Web and other popular remote computer access applications. Telnet is not widely used as it does not have a secure connection to the remote computer. However, some computer users still prefer it over LAN connections.

What Do You Need to Establish a Telnet Connection?

Anyone who wants to establish a Telnet connection needs to know several pieces of information. The first is the IP address (Internet name) of the computer to be connected to. In order to determine the IP address, open the MS DOS prompt by selecting “Start,” then “Run,” then enter “command” in the search text field, and press “enter.” Once the prompt is opened, enter the “ipconfig” command then press “enter.” The computer’s IP address is then displayed. Note that this must be done on the computer to be connected to, not on the one being used to establish the Telnet connection. How to Use Telnet

The two other pieces of information needed are the username and password for the computer or server that the user is going to connect to.

How to Establish a Telnet Connection

Step 1 – Open the MS DOS prompt on the computer by selecting “Start” then “Run.” Enter “command” in the search text field, then press “Enter.”

Step 2 – Enter the following command then press the enter key at the DOS command prompt:

telnet myserver.com

Step 3 – Enter the login identification and password when prompted by the server.

Step 4 – View the root directory of the computer that you have connected to. The user can now browse, move, edit, copy, or delete files on the remote computer.

Step 5 – Enter telnet ?/help to view the available commands for the Telnet utility installed on the computer.

Step 6 – Exit Telnet after completing operations on the remote computer by entering “close” at the Telnet prompt to do so.

What is an Alternative to Telnet?

Due to the security concerns with Telnet, the use of the application and protocol has significantly decreased over the past 10 years. The Secure Shell (SSH) protocol was first released in 1995 and is similar to Telnet, but with strong encryption that prevents others from stealing passwords from unsecure transmissions. SSH also incorporates public key authentication in order to ensure that the connection with the remote computer is valid. This was done in order to prevent hackers from stealing login and password information by pretending to be the desired, remote computer. Other extensions of Telnet that have been developed recently include the Transport Layer Security (TLS) and Simple Authentication and Security Layer (SASL), but they have not been used as much as SSH.

VN:F [1.9.17_1161]
Rating: 10.0/10 (1 vote cast)
How to Use Telnet, 10.0 out of 10 based on 1 rating
Follow Will.Spencer on

Leave a Reply

Related Posts

  • Remote Desktop

    Remote Desktop is a Microsoft collaboration software program that is designed to allow computer users to connect to other computers across the Internet. The application can be used to connect to your home computer while on the road, or to allow technicians troubleshoot issues from a remote location. Although the power to share and collaborate [...]...


  • How to Kill a Process in Unix

    A computer process is a computer program that is executing and has a unique process identification or PID. On the Unix Operating System (OS), a process may be running in the background, foreground, or be in a suspended state. On Unix, the OS shell will not return the prompt to the end-user until the current [...]...


  • How to Use Net Send

    The Net Send command is used to send network messages to other computers, messaging names, or PC users on a computer network, or LAN. In order for the Net Send utility to work, the Windows Messenger service needs to be installed on the client computer and messages can only be sent to acknowledged names on [...]...


  • Cisco Switch Commands

    Cisco IOS software is installed in the manageable Cisco switches for better LAN management. It delivers network services and enabled networked applications. The Cisco IOS has a command line interface that helps users to execute the Cisco IOS commands. Cisco Switch Commands The Cisco switch IOS has different EXEC modes with distinctive prompts. These modes [...]...


  • How to Kill a Process in Windows

    Computer programs or applications commonly have one or more processes that are executing to support the program. These processes are instances of the running application and may have one or many Operating System threads dedicated to receive computer resources. Each program thread may execute any portion of the process code depending on the program design. [...]...