How do I connect the JavaScript web version?

Choose JavaScript integration during download; after installation lil.js appears beside lil.php.

Connect the script

For an installation in the document root, add <script src="/lil.js" defer></script> to the shared site layout. If lil-terminal lives in a subdirectory, use the corresponding public path to lil.js.

How it opens

lil.js opens the sibling lil.php in a movable same-origin frame. It is only the browser integration layer; commands and authorization still belong to the terminal itself.

When to use it

This is convenient for development, admin areas and controlled sites. Because the lil.js URL is visible in page source, keep terminal authorization enabled.

Related documentation

← Back to FAQ