How do you make telnet server under windows?
-
-
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:netshfirewalladd 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...
wiki.answers.com Visit the source
Related Q & A:
- How do I make a python web program that is on a ubuntu server allow access to the server?Best solution by Yahoo! Answers
- How to start a local Server on Windows Platform?Best solution by Stack Overflow
- How to make a server out of an old comp?Best solution by Yahoo! Answers
- How much does a cocktail server at the playboy club make?Best solution by work.chron.com
- How to change port number of apache server in Windows OS?Best solution by Server Fault
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.