http://www.acmesystems.it/?id=shellinabox wget http://shellinabox.googlecode.com/files/shellinabox_2.10-1_armel.deb dpkg -i shellinabox_2.10-1_armel.deb rm shellinabox_2.10-1_armel.deb nano /etc/default/shellinabox SHELLINABOX_ARGS="-s/:SSH -t" /etc/init.d/shellinabox restart For example we can open the SSH Shell using this url: http://192.168.0.6/shell instead of http://192.168.0.6:4200 Works on Google chrome, Firefox chrashes Add in /etc/lighttpd/lighttpd.conf file the item "mod_proxy" in the server.modules section: nano /etc/lighttpd/lighttpd.conf server.modules = ( "mod_access", "mod_alias", "mod_accesslog", "mod_compress", "mod_redirect", "mod_proxy" ) at the end of the file proxy.server = ( "/shell" => ( ( "host" => "127.0.0.1", "port" => 4200 ) ) ) /etc/init.d/lighttpd restart http://192.168.0.6/shell file not found Something does not work.