MQ2Telnet - This plugin adds a telnet server, which can be used to access your EQ session remotely.
INI File
By default, the telnet server is disabled. If you want to use it, you will need to edit the mq2telnet.ini file and do the following:
Using the Telnet server
Commands
INI File
Rich (BB code):
;**********************************************************************
; for use with the telnet server plugin -- mq2telnet
;**********************************************************************
[Telnet Server]
; port = 0 off, else put the port number here
Port=0
; localonly boolean -- supposedly does a get peer name to compare address
; but you must use the hostname not 127.0.0.1 or localhost when connecting
LocalOnly=0
Welcome=Successful login. Welcome to my undergroud lair.
LoginPrompt=login:
PasswordPrompt=password:
[Users]
;username=password
By default, the telnet server is disabled. If you want to use it, you will need to edit the mq2telnet.ini file and do the following:
- Define a port number that the server will run on:
- Add some users and passwords under the [Users] section: [Users] wassup=ubahmanualguy
- It is recommended that you change the Welcome message.
- The following setting will limit the connection to just one user. Setting it to 0 and defining usernames and passwords will allow multiple users to connect. - LocalOnly=1
Using the Telnet server
- Use a real telnet client to connect (Putty works well).
- After entering your username and password, you will be presented with your Welcome message.
- From now, and commands you enter in the telnet session will work the same as typing them into your EQ console.
- Any chat output will be sent to your telnet session.
Commands
- /telnet - this command lists all the remote IP addresses that are connected to your telnet server.