# web-console **Repository Path**: crazyatnet/web-console ## Basic Information - **Project Name**: web-console - **Description**: No description available - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-03-01 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README About ----- Web Console is a web-based application that allows to execute shell commands on a server directly from a browser. The application is very light, does not require any database and can be installed in about 3 minutes. Official website: http://www.web-console.org ![Web Console](https://raw.github.com/nickola/web-console/master/screenshots/main.png) Installation ------------ Installation process is really simple: - [Download](https://github.com/nickola/web-console/releases/download/v0.9.5/webconsole-0.9.5.zip) latest version of Web Console. - Unpack archive and open file `webconsole.php` in your favorite text editor. - At the top of the file enter your `$USER` and `$PASSWORD` credentials, edit any other settings that you like (see description in the comments). - Upload changed file `webconsole.php` to the web server and open it in the browser. Used components --------------- - jQuery JavaScript Library: https://github.com/jquery/jquery - jQuery Terminal Emulator: https://github.com/jcubic/jquery.terminal - jQuery Mouse Wheel Plugin: https://github.com/brandonaaron/jquery-mousewheel - PHP JSON-RPC 2.0 Server/Client Implementation: https://github.com/sergeyfast/eazy-jsonrpc - Normalize.css: https://github.com/necolas/normalize.css License ------- Web Console is licensed under [GNU LGPL Version 3](http://www.gnu.org/licenses/lgpl.html) license.