Standalone
Open lil.php directly. No changes to the site template are required.
https://example.com/lil.phpEvery download is one small self-extracting lil.php. Bare Core installs only the core; presets can also carry setup.lil, which installs the selected modules from the official repository after the first start.
Personal noncommercial use is free. Commercial and organizational use includes a 40-day evaluation and then requires a deployment license.
Review licensing and pricing →Quick builds use Base UI, authorization, this language and Latest. The package completes its first setup automatically; change the default admin password before normal use.
Choose a working profile, language, interface, authorization and version strategy.
The selected web profile changes only how the terminal is opened from your site. Command execution still happens inside the same authorized lil-terminal core.
Open lil.php directly. No changes to the site template are required.
https://example.com/lil.phpAdd lil.js once with defer. The terminal can then be opened from any page with the web-terminal shortcut.
<script src="/lil.js" defer></script>Include the generated PHP gateway on the server. No terminal markup is exposed until the private activation URL enables the current session.
<?php if(is_file($f=$_SERVER['DOCUMENT_ROOT'].'/.<generated-id>/web.php')) require $f; ?>The protected directory name and token are generated independently for every download. They reduce discovery but do not replace password authorization or HTTPS.