Hi NoDoze,
Is ssh installed an running on your Server. You can do: "netstat -a | grep LISTEN" to see if port ssh is listening. Or rather do; "Telnet yourserveripaddress 22" from the machine from which you are trying to view the AdminPanel from.
Good luck.. |