Skip to content

ianfun/Web-Terminal-File-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Terminal-File-manager

Manage your files and terminal in your browser.

  • Secure warning: Supports HTTP only, HTTPS/WSS is not supported.
  • Supports Windows 10+, Linux (Linux kernel 5+).

Screenshots

Support Unicode in windows Manage files Toggle fullscreen Search bar Settings Customize Theme

Usage

Otherwise, fallback to static files.

Manage service in windows

In windows, the server can run as a windows service. It's name is httpserver, you can manage it with sc command.

$ sc start httpserver
$ sc query httpserver
$ sc stop httpserver

When you install the server installer, you can choose run as system account or login your accout(requires password).The shell will login with that account.This is important for launch Windows Subsystem Linux (WSL)'s shell.

Install

See Release page.