Windows – Server Manager For telnet

telnetwindows 10

I want to enable telnet on Windows 10. I only see a telnet client but not a telnet server. There is a web page telling me to open server manager and do a lot of stuff. But, I don't have a server manager. Please help! I want to enable telnet.

Best Answer

Microsoft depreciated Telnet Servers in Windows Server 2012 R2, and subsequently in Windows 10.

Telnet is considered completely insecure these days, because it sends everything across the wire in plain text, so they removed it.

Since you'd need to install a 3rd party Telnet server, you should (instead) consider installing a SSH server. Similar abilities and results, but SSH is generally considered secure.

Perhaps check out this Serverfault question for some suggested SSH servers:

What is a good SSH server to use on Windows?

Related Question