Topic: [MISC] Accessing the external console / econ
:: Setting it up
I assume you already know how to setup a server, if you don't, please read this or this.
The settings you need to know to set up the econ are:
ec_port (Port to use for the external console)
ec_password (External console password)
ec_bantime (The time a client gets banned if econ authentication fails. 0 just closes the connection)
ec_auth_timeout (Time in seconds before the the econ authentification times out)
ec_output_level (Adjusts the amount of information in the external console)
After adding them to your config file, launch the server.
:: Accessing the econ
In some computers (running Windows), telnet may be disabled by default.
Open the Control Panel and go to Programs and Features.
Click on "Turn Windows features on or off" and in the Windows Features dialog box, tick Telnet Client check box.
Open up the command line and type: (If you are using Windows: go to Start > Run > type "cmd" > ok.)
telnet localhost *port*
(Replace *port* with the one you set up in the cfg)
Type in the password and there you go.
You may also use puTTY to log in. Download it here.
Open puTTY.exe. Check "Telnet", type "localhost" in IP Address' box and the port you set up. Hit "Open".
Done.