FAQ: I am installing the ARMS Client and it installed fine but when I go to Open it nothing comes up. It shows in task manager as being opened though, how do I resolve?
This behavior has one main cause, the ports to your server’s firewall not being opened. To confirm this is the case you can run a Telnet from your machine to the server. Use the Command Prompt again to “telnet” your server across ports 5555 and then 9000. If the Command Prompt does not recognize this command, then you can turn it on in Control Panel.
Open Control Panel > Programs and Features > Turn Windows Features on or off. Scroll down to Telnet Client and enable it with the checkbox.

You can now telnet via the Command Prompt. Type “telnet [SERVER_NAME] 5555” but replace SERVER_NAME with your server’s name and hit Enter. Type “telnet [SERVER_NAME] 9000” but replace SERVER_NAME with the actual server’s name and hit enter, just like before.
If the Telnet goes through, then the ports are open, and your server is good to go. If it does not go through your services may be down on your server or the ports have been blocked by the firewall. Both issues could cause your client to launch but not show on your desktop.