How to Change the MOTD on a Minecraft Java Server
The MOTD (Message of the Day) of a Minecraft server is a message that is displayed on the multiplayer server when you try to connect. It is used to provide players with information about the server, such as the server name, rules, welcome messages or even links to resources.
Connect to your server via SFTP and open the file
server.properties.Look for the following entry:
motd=Your message here.motd=Your message here.Change the value to your desired message. For example:
motd=Welcome to our server!motd=Welcome to our server!Save the changes and restart the server.