Go to file
subhra74 0591902de1 misc 2019-07-21 09:49:36 +02:00
app misc 2019-07-21 09:49:36 +02:00
ui/web-console misc 2019-07-21 09:49:36 +02:00
.gitignore Update .gitignore 2019-07-12 09:23:01 +02:00
README.md Updated readme 2019-07-19 08:21:29 +02:00

README.md

Linux Web Console

Easy to use web based file manager with built in text editor, terminal, image viewer and video player

What is it and how can it be useful to you?

It is an web based file manager and terminal emulator, with some built in tools like tabbed text editor, search and image/video player. It can be useful to you if you want to access/manage/deploy apps on a remote linux server from your desktop and mobile browser. You can create/edit/manage/search files in multiple tabs, run commands using built in terminal, and view images and videos, all from your browser. Setting it up on server is also very easy, as it generates and configure itself to use self signed certificate for ssl.

Installation

  • Install java
  • Download the binary archive from https://github.com/subhra74/linux-web-console/releases
  • Extract the archive to a suitable location
  • Make file executable with chmod
  • Run ./web-console.sh (For security reasons do not use root user)
  • Open recent version on Chrome or Firefox and visit https://[your ip address]:8055/ or, on local machine use https://localhost:8055/
  • Ignore any certificate error, appeared due to newly created self signed certificate by linux web console.
  • Initial credential: Username: admin Password: admin Please change default username and password from Settings tab in the app