nickola / web-console

:desktop_computer: Simple web-based shell in your browser (outdated)

Home Page:https://nickola.ru/projects/web-console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Web Console is a web-based application that allows to execute shell commands on a server directly from a browser (web-based shell). The application is very light, does not require any database and can be installed and configured in about 3 minutes.

If you like Web Console, please consider an opportunity to support it in any amount of Bitcoin.

Web Console

Installation

Installation process is really simple:

  • Download latest version of the Web Console.
  • Unpack archive and open file webconsole.php in your favorite text editor.
  • At the beginning of the file enter your $USER and $PASSWORD credentials, edit any other settings that you like (see description in the comments).
  • Upload changed webconsole.php file to the web server and open it in the browser.

Docker

Build and start container:

docker build -t web-console .
docker run --rm --name web-console -e USER=admin -e PASSWORD=password -p 8000:80 web-console

Now you can visit: http://localhost:8000

About author

Web Console has been developed by Nickolay Kovalev. Also, various third-party components are used, see below.

Used components

URLs

License

Web Console is licensed under GNU LGPL Version 3 license.

About

:desktop_computer: Simple web-based shell in your browser (outdated)

https://nickola.ru/projects/web-console


Languages

Language:JavaScript 48.7%Language:PHP 42.0%Language:HTML 4.8%Language:Dockerfile 2.2%Language:CSS 1.8%Language:Makefile 0.6%