Sorry to say we do not have the ability to change these settings in console.

You can use Remote Access using SSH connection as an alternative.

WebGUI -> setup -> Administrator -> Function:
Remote Access

To connect to server from Linux/MacOSX systems use:

ssh -2 -p 22222 -l cli address_ip

-option: -2 is a version of ssh protocol used for connection.
-option: -p is a port for Remote Access.
-option: -l is a user (In our product the user must be "cli").
-option: address_ip is a address of server you want to connect to.

To connect to server from Microsoft Windows, download free ssh client Putty (www.putty.nl).


-In Host Name (or IP address) field please enter IP address of the server -In Port field please enter the same port as in the server GUI (default 22222) -In Protocol please choose SSH -In Category: Connection
-> Data -> Auto-login-username please enter:
"cli"
-In Terminal -> Keyboard -> The Function Keys and keypad please select "VT100+"
-Go back to Category Session, enter session name in field Saved Sessions and click on "Save" button.
-Then click on new saved session, click "Open" and enter the "password".
(In case you did not enter Auto-login-username, it will prompt for username, so please enter: "cli")