Config Mode

On this page, you can check how to use the Config command to change the settings.

 

  1. Enter the Config command and go to Settings.

cpp(config)> config
cpp(config)> help
quit:[cmd]Quit and Terminate
exit: [cmd]Exit form current mode
help: [cmd]Help use case
set: set[console|lbconsole]port[PORT]
set network [IP]
detach: detach domain
cpp(config)>

  1. Change the console port number by entering the new port number for input_console_port.

cpp(config)>set console port
[CONSOLE]current console port[8806]
[CONSOLE]use current console port [Yes|No]:n
[CONSOLE]input_console_port:
cpp(config)>

  1. Change the console's load balancer port number by entering the new port number for input load balance console_port.

cpp(config)> set lbconsole port
[LBCONSOLE] current load balance console port [8803]
[LBCONSOLE] use current load balance console port [Yes|No]:n
[LBCONSOLE] input load balance console_port:
cpp(config)>

  1. You can only change the IP address for the standalone server. If you are connected to a server, make sure to disconnect the server before changing the IP.

cpp(config)>set network 172.x.x.x
cpp(config)>

  1. To detach the domain, you must use the admin console. However, you can use the following forced command only if you cannot access the admin console due to equipment failure.

cpp(config)>detach domain
cpp(config)>