How to Check if Telnet Is Running on a Server

Telnet (TELecommunication NETwork) is a unsecured network protocol used on the Internet or local area network (LAN) connections popularly to remotely access a server from client. The problem with Telnet is that the session is unencrypted with user name and password transmit across network in plain text, greatly increase security risk.

If you want to identify and check if the Telnet service is running on your server, especially on web server or web host which exposes to worldwide attacks, here’s an easy way to perform the verification on Telnet process.

The easiest way to check if the Telnet process is running or not on the server is by using ps command that displays the currently running processes. To check for any running Telnet process, login to the server via SSH (or physically using console, if you can Telnet into the server, obviously the Telnet service is running), and run the following command:

ps -aux | grep telnet

If the result returns any other processes other than “grep telnet” line means that some Telnet process is running or session is opened.

Alternatively, scan your server for open port 23, which Telnet normally uses to connect to. If the port 23 is not closed, mean Telnet service may be running. To check if port 23 is closed or opened, you need to have nmap installed on server. The command to use is:

nmap -sT -O localhost


One Response to “How to Check if Telnet Is Running on a Server”

  1. Disable and Turn Off Telnet in Linux » My Digital Life
    August 19th, 2007 22:19
    1

    [...] some web hosting providers has Telnet disabled by default. Webmasters or system administrators can verify if the Telnet service is turned off. If it’s still running, the following guide will provide steps to disable and turn off Telnet [...]

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. To receive notification of latest comments posted, subscribe to My Digital Life Comments RSS feed or register to receive new comments in daily email digest.
Custom Search

New Articles

Incoming Search Terms for the Article

TELNET CHECK - telnet process - check telnet port - how to test telnet connection - check telnet connection - check if telnet is working - Telnet Checker - how to check if telnet is running - check port telnet - check telnet - how to check if telnet is listening on port 23 - check to see if telnet is running linux - check availability telnet - check telnet is working server - how we check that telnet in working on the pc - how to check telnet - how can i tell if the ssh services are running on aix - telnet to check server port - verify telnet connection - when i type telnet server name it sait no connection - how to check server service is running or not in linux by port - telnet to test if server running - what is risk of telnet running? - checking if a telnet server is running - how to tell if ssh server is running - how to check the telnet running in my Pc - how to find if telnet is enabled - how to check which service is running on which port - how to check telnet server is on in ubuntu - telnet pulse android port - check if service running in linux - hot to check whether telnet is running - how to check on a linux server the services running - linux +check telnet running - nmap telnet scan - web and Telnet services are running - c shard determine if telnet is enabled - checking telnet on ubuntu - how to check telnet is working on a PC - telnet check mail - check what port are running and what application - Check the status of Telnet on Linux Server - check if service is running on port - check if server is running socket - check if telnet is activated - check telnet is working - how to check telnet with port - how do start telnet run - how to check on which port telnet is running on linux - how to know if telnet is connected -