+4 votes
267 views
Enable Telnet Windows Server 2022

in WindowsServer by (551k points)
reopened | 267 views

1 Answer

+5 votes
Best answer

How to enable Telnet in Windows Server 2022

The use of protocols in operating systems has been around for a long time and they allow administrators and users to access various extra functions either for files or for both internal and external communication, one of these protocols is Telnet. Telnet (Teletype Network) is a protocol that works as a command line interface to allow direct communication with a remote device or server to perform various administrative or support tasks there..

 

Telnet connections make use of the Transmission Control Protocol (TCP) which allows the connection to transmit data with Telnet control interleaved between the devices to be used in the process, with Telnet it is possible:

 

Telnet connections

 

  • Manage networks and servers centrally
  • Manage databases
  • Act with programs and applications on other computers and servers

 

 

 

Telnet in Windows Server 2022
When using Telnet in Windows Server 2022 it is possible to use commands such as:

 

  • logout: is responsible for closing the current Telnet session
  • mode type: set the transfer mode (text file, binary file)
  • open hostname: it will open another connection for the host selected remotely
  • quit: exits the Telnet client and all currently active connections
  • ?: displays Telnet help
  • Close: close the current Telnet session
  • display argument: allows to display the parameters for the current connection (port, terminal type and more)
  • send argument: your task is to send the telnet strings to the host
  • set argument: Set connection parameters
  • unset: this value loads the default connection parameters

 

 

TechnoWikis will explain to you how to install enable Telnet in Windows Server 2022 since by default it is uninhabited.

 

To stay up to date, remember to subscribe to our YouTube channel!   SUBSCRIBE

 

How to enable Telnet in Windows Server 2022

 

Step 1

We validate the version of Windows Server with "winver":

 

image

 

Step 2

Now we access the command prompt and there in the console we execute "telnet google.com: 80":

 

image

 

 

Step 3

We can see that Telnet is not recognized as a command on the server.
We access PowerShell as administrators:

 

image

 

 

Step 4

In the PowerShell console we execute:
 Install-WindowsFeature -name Telnet-Client 
image

 

 

Step 5

When the process comes to an end we will see the following:

 

image

 

 

Step 6

Now we go to the Server Manager and there we click on "Add roles and characteristics":

 

image

 

Step 7

The following wizard will open:

 

image

 

 

Step 8

We activate the box "Installation based on characteristics or roles":

 

image

 

 

He passed

Now we select the server:

 

image

 

 

He passed

We go to the "Features" section and there we validate that the "Telnet Client" box is active, if not, activate it and complete the process:

 

If it is not active, we must enable it and complete the process..

 

image

 

He passed

After this we go back to the command prompt console and execute "telnet", we will see the following:

 

image

 

We can see how we have access to Telnet and from this point it will be possible to manage the connections as necessary.

 


by (3.5m points)

Related questions

+5 votes
1 answer
asked Feb 4, 2021 in WindowsServer by backtothefuture (551k points) | 391 views
+4 votes
1 answer
asked Feb 2, 2021 in WindowsServer by backtothefuture (551k points) | 648 views
+5 votes
1 answer
asked Feb 1, 2021 in WindowsServer by backtothefuture (551k points) | 378 views
+5 votes
1 answer
asked Feb 1, 2021 in WindowsServer by backtothefuture (551k points) | 372 views
+4 votes
2 answers
asked Nov 30, 2019 in Windows Server by backtothefuture (551k points) | 4.9k views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,632 questions
10,764 answers
510 comments
3 users