@firstpick/pi-package-remote-webui

Pi /remote command that opens the existing Pi Web UI to a trusted LAN and shows a QR code for mobile.

Packages

Package details

extension

Install @firstpick/pi-package-remote-webui from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-package-remote-webui
Package
@firstpick/pi-package-remote-webui
Version
0.1.9
Published
Aug 7, 2026
Downloads
2,250/mo · 299/wk
Author
firstpick
License
MIT
Types
extension
Size
46.9 KB
Dependencies
2 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Remote access for Pi Web UI

Open an existing Pi Web UI safely to devices on a trusted local network.

What you can do

  • Opens an existing Pi Web UI to a trusted local network.
  • Shows a QR code for quick phone or tablet access.
  • Offers PIN protection for non-local browsers.
  • Closes network access again with one command.

Install

Install it through Pi:

pi install npm:@firstpick/pi-package-remote-webui

Restart Pi if the package does not appear in your current session.

Before you start

Install Pi Web UI first. Remote access connects to that existing browser interface.

How to use it

  1. Run /remote.
  2. Review the prompt for trusted-LAN access and Remote PIN protection.
  3. Scan the displayed QR code from your phone or tablet.
  4. Run /remote close when you are finished.

Useful commands:

  • /remote status — show the server, network, and PIN-auth state.
  • /remote refresh — redraw the QR code with the current connection details.
  • /remote auth on / /remote auth off — change PIN protection.
  • /remote close — stop exposing the Web UI to the local network.

Security: Use this only on a trusted local network. Pi Web UI can control the connected Pi session.

Technical details

See TECHNICAL.md for complete commands, configuration, compatibility, security, and troubleshooting information.