
close
close
Windows Server 2003 has the Telnet disabled by default (and so good that it does!)
advertisment
To have the Telnet service running on Windows Server 2003 follow the next steps:
advertisment
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
The Telnet server requires NTLM authentication by default. To deactivate this and use only password authentication, use the tlntadmn command:
tlntadmn config sec=-NTLM
advertisment
Also, switching to streams mode may make display easier for Unix/Linux clients. Do this with the following command:
tlntadmn config mode=stream
More in Networking
How to Access and Triage Network Connectivity in the Microsoft 365 Admin Center
May 19, 2021 | Michael Reinders
Most popular on petri