This action allows you to set the welcome message that clients receive when they get approval for connection to the server.


The only parameter is the welcome message string. The string can be blank, have new lines, etc.


In Relay Server and Client, this message has a max length of 511 ANSI characters long. The server will silently cut off extra text.

In Blue Server, this message is in UTF-8 and not length-restricted, but Relay Clients will cut off at 511 ANSI characters anyway. Blue Clients will keep the full message.

ANSI and UTF-8 are explained more under Unicode notes.


It is recommended (but not required) that you include the server version in the welcome message.

Clients are not required to display the string.


The clients will receive the welcome message in the connect approval message, so it will be available from the point they trigger their Connection > On Connect event. So if you deny their connection, they will not receive the welcome messageā€¦ which makes sense, not very welcoming to deny entry.