The telnet popup tool is very useful debugging feature in the admin dashboard.\\ \\ [attachments|telnet_menu1.png]\\ or\\ [attachments|telnet_menu2.png]\\ \\ It allows you to test port connectivity from the perspective of your CrushFTP server. Its not really a full telnet tool, but it can give you the basics of true socket error messages.\\ This example shows it connecting and displaying the SSH header message of our server.\\ \\ [attachments|telnet.png]\\ \\ Example for a connection refused...meaning we reached the server, but no server port was listening:\\ [attachments|telnet_refused.png]\\ \\ Example for a connection timeout...meaning we reached could not reach server because a firewall dropped our connection attempt:\\ [attachments|telnet_timeout.png]\\ \\ The wording is very specific and informative...there is a difference between refused, and timed out, and connected.