answersLogoWhite

0


Best Answer

First, Make sure that you have TelnetServer Installed On Your Computer.....

IF NOT:

Go to Control Panel - Programs and Features - Turn Windows features on or off... Make Sure the check boxes next to Telnet Client & Telnet Server are checked. Exit

Once you have it installed, Go to Command Prompt by going to the start menu, clicking "run", and typing in "cmd". Make Sure you run command prompt as an administrator.

In Command Prompt, type

net user Administrator /active:yes

This will activate the administrator account temporarily

Now, Think of a username and password that you want to login to your telnet with.....

Then Type:

net user (username) (password) /add

Now using the same username and password, Type:

net localgroup Administrators /add (username)

net localgroup /add TelnetClients

net localgroup TelnetClients /add (username)

Now to enable the Telnet Services (you won't have to do this everytime you want to start your Server):

In command prompt, type:

sc config TlntSvr start= auto

Now this is something you will have to type every time you want to start your Server:

net start TlntSvr

Although it is Started, you cannot use it quite yet,

In command prompt, type:

netsh

firewall

add portopening TCP 23 "Telnet"

DONE! You can now Access It by following the instructions below

Your Telnet Server Has Now Been Created!To access it, Go to command prompt, type:

telnet

o

(your local ip address)

n

Then login with the username you created earlier...

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make telnet server under windows?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

You manage a server that allows university students to use Telnet to make a connection then use FTP to upload their homework Professors also pick up students homework by telnetting to the compute?

Students and professors will be able to Telnet to the server but unable to FTP files to and from the server.


What is the function telnet protocol?

It stands for TELECOMMUNICATIONS NETWORK. You can remotely control web servers through Telnet. By using Telnet programs you can enter commands. By exchanging data over internet two programs can work cooperatively. With Telnet you can not only control their server but can also communicate with other servers on the network


What is the purpose of port 23 on a computer?

Port 23 is the traditional port used for Telnet. Telnet is basically a protocol to allow a user to connect to another computer or server in order to view information or log in. When this port is open, it is often an indication that a malicious piece of software has planted a backdoor in your computer to allow other users to access it without your permission.


You installed a Windows XP on your PC and now you want to install Windows Server 2008?

1) Make sure your PC meets the minimum system requirements to install Windows Server 2008. 2) Buy Windows Server 2008. 3) Put the DVD in the drive and reboot your machine. 4) Boot from the DVD 5) Install Windows Server 2008


How do you make a Minecraft 1.0.0 server for Windows 7?

donwload the software in the site


Can you replace Windows XP with Windows Server 2003 and is it practical?

Yes. Windows XP and Windows Server 2003 have similar codebases and identical hardware requirements. No. Windows Server 2003 is much more expensive than even a copy of Windows XP Professional. It provides no added features that a typical desktop user would want to make use of, and is not particularly user friendly by default. Certain applications that run on Windows XP may not run properly on Windows Server 2003.


What is DC promo?

DCpromo is a windows server OS command which is used to promote / make normal windows server functionality to server functinaity as domain controller. a domain controller can manage almost all resources in you network such as users ,PCs,Printers and etc.


Who is the Microsoft Server 2003 aimed at?

There are a number of different editions to Windows Server 2003 that make it a solution for many different people and purposes. Windows Web Server 2003 was aimed at running web servers, while the Windows Storage Center 2003 was aimed at people people wanting a backup solution.


What is associated with installing the first domain controller in a forest of 2008?

Considerations when Installing a new Windows Server 2008 forestWhen you install AD to create the first domain controller in a new Windows Server 2008 forest, you must keep the following considerations in mind: You must make forest and domain functional level decisions that determine whether your forest and domain can contain domain controllers that run Windows 2000 Server, Windows Server 2003, or both. To read more about forest and domain functional levels please refer to the links below.Domain controllers running the Microsoft Windows NT Server 4.0 operating system are NOT supported with Windows Server 2008.Servers running Windows NT Server 4.0 are NOT supported by domain controllers that are running Windows Server 2008, meaning you MUST have additional DCs running Windows 2000/2003 to support older NT 4.0 servers.The first Windows Server 2008 domain controller in a forest must be a global catalog server and it cannot be an RODC.


If you have Windows Vista and you make a website under Linux will it work?

Yes. HTML, PHP, CSS, Javascript, etc... are all platform-agnostic. You could even host the website on a Linux server, and you would still be able to use it in Windows. Many sites do just that.


Does Windows make a cloud computing program?

Windows Server operating systems offer cloud computing built into the OS, and a good solution for other windows systems is the online based Windows Live SkyDrive.


I have a asp.net c application. I want to make a server i.e. I keep the application on one PC and other computers connected through LAn can access it.Help me.?

You need a server software - Windows server, Mac Server or A Linux serverStart there