Test the server connection by using telnet on your local command prompt:
telnet <your-instance-ip> 7175
The server should respond with a "handshake" prompt:
{"_handshake":1}
Tip
The server will disconnect any client who does not properly respond to a handshake request after 5 seconds.