Enable Telnet on Windows Server 2003

by Daniel Petri - January 8, 2009
Printer Friendly Version

Windows Server 2003 has the Telnet disabled by default (and so good that it does!)

Get to the Core of Network, App & Infrastructure Performance

Looking for
Comprehensive VoIP Monitoring...
True 10 Gb Precision...
Complete VM Visibility...
Extensive Application Analysis...
Simplified Cloud Reporting...

... then look no further!

Try Observer from Network Instruments and improve network, application, and infrastructure performance from the inside out.

Download a demo and learn more about Observer today!

To have the Telnet service running on Windows Server 2003 follow the next steps:

  1. Go to the Services applet in Administrative Tools (or click Start, then Run, and type "services.msc" (without quotes) and click OK).
  2. Find the "Telnet" service, right-click and select Properties, select "Automatic" instead of "Disabled" in the startup type box.

  1. Click Apply.
  2. Right-click the "Telnet" service and select Start.

  1. Click OK.

You can also modify start state and start it from a Command Prompt console by using the following command:

sc config TlntSvr start= auto

and 

sc start TlntSvr

or

net start TlntSvr

Configuration for Pre-W2K/XP/2003 Clients:

The Telnet server requires NTLM authentication by default. To deactivate this and use only password authentication, use the tlntadmn command:

tlntadmn config sec=-NTLM

Also, switching to streams mode may make display easier for Unix/Linux clients. Do this with the following command:

tlntadmn config mode=stream

Related Articles




*