Creating a Login Welcome Message

You can create a personalized welcome message, which is displayed on the Web Login page when you first browse t the device, as shown in the following example:

To create a login welcome message:
1. Use a text-based editor (e.g., Notepad) to create an ini file that includes only the [WelcomeMessage] table parameter. Each index row is a line in your message. Each message line must be enclosed by double quotation marks ("...") and end with a semicolon (;).

Example:

[WelcomeMessage ]
FORMAT Index = Text;
WelcomeMessage 1 = "Welcome";
WelcomeMessage 2 = "This is My SBC";
WelcomeMessage 3 = ""******************";
[\WelcomeMessage]
2. Upload the file to the device as an incremental ini file (see Uploading Auxiliary Files).
3. Save your configuration to flash.

Uploading an ini file through the Auxiliary Files page doesn't require a device restart.

To remove the welcome message:
1. Download the device's configuration as an ini file (see Downloading or Uploading ini File).
2. Open the file in a text-based editor.
3. Delete the [WelcomeMessage] table, and then save the file.
4. Upload the file to the device.

After the file is uploaded, the device restarts to apply your new configuration.