Page 1 of 1

web ssh console

PostPosted: Sat Dec 27, 2014 12:42 pm
by andre1
Make a web console in th admin dasboard

See http://www.web-console.org/

Re: web ssh console

PostPosted: Sat Dec 27, 2014 1:26 pm
by fvdw
Hi andre1

interesting but the advantage over an application like putty would be that you don't need to install something additional as putty

Does this work under windows only MAC and Linux ?

Re: web ssh console

PostPosted: Sat Dec 27, 2014 1:47 pm
by andre1
this is web based so yes (port 80/443),just a browser i think

The real advantge is if you lost ssh acess for instance (coroprate firewall, port blocked, service halted or omething like that) you can use the console to have access and/or restore the services.
It's like a direct connetion to the NAS.

Most VPS providers have something like that, digital ocean for instance (https://www.digitalocean.com/company/bl ... ks-golang/).
There are several web consoles in diferent programming languagues, some use VNC service.

Re: web ssh console

PostPosted: Sat Dec 27, 2014 3:03 pm
by uelpenich
works.
Copy the file 'webconsole.php' to /usr/htdocs and start the console in your browser with 'your-nas-ip/webconsole.php'

Re: web ssh console

PostPosted: Tue Jan 06, 2015 9:28 am
by Jocko
Hi andre1,

Thank you for your suggestion.

A web console will be available in the next version.

Please to note some commands won't be able to work with a web console : require a real terminal (tty): htop, top, nano, vi, ...
Code: Select all
  http://www.web-console.org
login: root
password: ************
You are authenticated
root@Acrab.local /$ tty
not a tty
root@Acrab.local /$

Re: web ssh console

PostPosted: Tue Jan 06, 2015 10:36 am
by andre1
Hi Jocko, for real terminal i think you have to use a VNC based web console like DO has.

Re: web ssh console

PostPosted: Tue Jan 06, 2015 1:57 pm
by Jocko
Too late... webconsole is implemented

And if we need to implement VNC and create an apply, it is not worth at all this job as WinScp already does it very well.

Re: web ssh console

PostPosted: Thu Jan 08, 2015 12:31 pm
by andre1
ok good!