Telnet Server
Telnet Login Server
Section titled “Telnet Login Server”The Telnet login server provides a standard non-secure Telnet login experience.
Configuration
Section titled “Configuration”The following configuration can be made in config.hjson under the loginServers.telnet block:
| Key | Required | Description |
|---|---|---|
enabled | No | Defaults to true. Set to false to disable Telnet. |
port | No | Override the default port of 8888. |
address | No | Sets an explicit bind address. |
firstMenu | No | First menu a telnet connected user is presented with. Defaults to telnetConnected. |
Example Configuration
Section titled “Example Configuration”{ loginServers: { telnet: { enabled: true port: 8888 } }}