Install Telnet on Server 2019

How to install Telnet on Server 2019


Telnet is a protocol that inbuilt in the windows operating system that allows you to connect to remote computers over a TCP/IP network. By default Telnet client disabled in windows operating system. If you need to install telnet clients on Windows Server 2019 use the following steps.

1. Click on Start and select Server Manager.


2. When Server Manager opens, click on Add roles and features


3. When the Add Roles and Features Wizard opens, click on Next


4. On the Installation Type, select Role-based or Feature-based installation and click on Next.


5. On the server selection, select the server to install telnet on. By default it should be the local server itself, click on Next.


6. On the Server Roles, click on Next.


7. On the Feature, check the telnet client box click on Next.




8. On the Confirmation, click on Install.



Once the installation successfully completed, click the Close.



Install the Telnet client using command prompt


1. Click on start. 

2. Right-click on Command prompt and select Run as administrator

3. Type command "dism /online /Enable-Feature /FeatureName:TelnetClient" and press enter

dism /online /Enable-Feature /FeatureName:TelnetClient


Install the Telnet client using command prompt

1. Click on start.

2. Right-click on PowerShell and select Run as administrator

3. Type command "Install-WindowsFeature -name Telnet-Client" and press enter.

Install-WindowsFeature -name Telnet-Client




Comments

Popular posts from this blog

Download microsoft edge for windows 10

Disable hardware acceleration in Chrome