# web-console **Repository Path**: nanbowang/web-console ## Basic Information - **Project Name**: web-console - **Description**: Simple web-based SSH, remote shell in your browser - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-17 - **Last Updated**: 2022-04-19 ## 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 (web-based SSH). 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 on [Patreon](https://www.patreon.com/nickola). ![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.7/webconsole-0.9.7.zip) 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. # About author Web Console has been developed by [Nickolay Kovalev](http://nickola.ru). If you have interest job offers, you can see him contacts at his [CV](http://cv.nickola.ru). Also, various third-party components are used. # 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 # URLs - Website: http://web-console.org - GitHub: https://github.com/nickola/web-console - Patreon: https://www.patreon.com/nickola - Author: http://nickola.ru # License Web Console is licensed under [GNU LGPL Version 3](http://www.gnu.org/licenses/lgpl.html) license.