7.3 Configuring Equinox

7.3.1 Configuring the telnet console

To change the telnet console's configuration, find the platform.config file in the $PLATFORM_HOME/config directory and edit the 'enabled' and 'port' entries in the 'osgiConsole' section. By default the console is enabled and listens on port 2401:

"osgiConsole" : {
    "enabled" : true,
    "port" : 2401
}