General If you want to test UDP connection, you can install nmap then send some message. Listen on Server ncat -lu 19132 Send from Client echo test | nc -u IP_SERVER 19132 Goals If test appears on server, your UDP connection is healthy.