What is lil-terminal?

A browser-based PHP terminal for real work on shared hosting without SSH.

The idea

lil-terminal is a compact PHP application that you upload as lil.php and open in a browser. Commands are implemented in PHP, so the terminal remains useful when the hosting provider does not provide SSH, a system shell, Composer or Node.js.

It is not a Bash emulator and does not depend on exec(). The command set focuses on practical hosting work: files, archives, code, databases, network checks, diagnostics and repeatable .lil workflows.

Why it is different

The core is intentionally small. You install only the modules you need, choose Base or Minimum packages and can generate a one-file self-extracting build in one of ten interface languages.

The same terminal can run as its own page or inside a floating window above your website.

Related documentation

← Back to FAQ