Skip to content

Telnet Server

The Telnet login server provides a standard non-secure Telnet login experience.

The following configuration can be made in config.hjson under the loginServers.telnet block:

KeyRequiredDescription
enabledNoDefaults to true. Set to false to disable Telnet.
portNoOverride the default port of 8888.
addressNoSets an explicit bind address.
firstMenuNoFirst menu a telnet connected user is presented with. Defaults to telnetConnected.
{
loginServers: {
telnet: {
enabled: true
port: 8888
}
}
}