Skip to main content

Getting Started

Run Mobitty without installing:

npx mobitty

Then open http://127.0.0.1:8000 in your browser.

Access from other devices

By default Mobitty binds to 127.0.0.1 (localhost only). To make it reachable from other devices on your network, bind to all interfaces:

npx mobitty --interface 0.0.0.0
warning

Only bind to 0.0.0.0 on a private, trusted network. On a public network, use a secure tunnel instead — see Security and Remote Access.

What's next