View Single Post
  #11 (permalink)  
Old 10-16-2009, 03:34 AM
emmaylots emmaylots is offline
Loyal Member
 
Posts: 87
Default

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..
Reply With Quote